Visual Basic Interface With PLC.

paulinny

Member
Join Date
Aug 2010
Location
ny
Posts
2
Hi,

I have virtualy no llc experience so please bear with me
.

I have a "dash board" application that reports data that i collect from various systems in the plant...,things like efficiency, production records, etc...,interesting stats shown on a flat panel monitor hung in a key area of the plant. Our lines are plc equipped and the lines have a hmi that displays the current fault that caused the line to stop. I thought it would be useful if i could add each lines fault code to the "dash board display". Can some give me a general idea of how i can most easily get that fault code out of the plc and into my visual studio app? Is there an easy way to grab this via rs232, rs485, or ethernet?

Thanks in advance.

-Paul
 
What is the HMI that is on the lines?
Does the line work if the HMI has faulted or is not communicating?


It may be easier to poll the HMI rather than the PLC.
 
They are all different....one has an hmi from Maple Systems, others are an Allen Bradley touch screen ( don't know model without looking).

Would it be possible for the pc to read the fault code via rs232 or ethernet?
 
Yes, but you would need to use something like advanced hmi. And know a little about VB (mmm Beer).

In that thread he covers how to make multiple connections, but I, personally, don't know the extent of the program.
 

Similar Topics

I am trying to build an application for Windows platform to gather data from a Siemens/TI 545 PLC. I am having difficulty finding drivers for it...
Replies
1
Views
1,994
Hi folks, i am looking to use visual basic to control a toshiba T2 processor. Do i need drivers to interface the commands or is this done at ascii...
Replies
0
Views
1,730
Dear experts, I am want to program RS view32 with help of Microsoft visual basic (visual basic editor). But how to start I don't know,please...
Replies
10
Views
2,368
help How do I create Bidirectional Activex Connection Arrows? As per attached photo. How to Create RightoLeft Property in Visual Basic - Activex?
Replies
3
Views
1,649
I'm just trying to load from a text file into a string. I don't get why this doesn't work. Function LoadFile(FileName As String) As String()...
Replies
0
Views
1,540
Back
Top Bottom