LabVIEW

cancel
Showing results for 
Search instead for 
Did you mean: 

BridgeVIEW serial connection with IP3416 PLC via RS-232

How do you use BridgeVIEW's VIs to send information into certain addresses
of the programmable logic controller. I need to do this for the supervisory
control of a basic SCADA system.
0 Kudos
Message 1 of 2
(2,858 Views)
Well, you'll first need to create "Tags" to represent the registers on your
PLC. These Tags will be created for your PLC's Server. Please see the documentation
on 'Tag Configuration' for more details.

Next, once you have the Tags, you can use either the 'HMI Wizard' to help
you generate the code for writing the data to these tags (and hence to the
PLC registers), or directly use the Write Tag VIs.

Regards,

Khalid


"Chris Mulvey" wrote:

>>How do you use BridgeVIEW's VIs to send information into certain addresses
of the programmable logic controller. I need to do this for the supervisory
control of a basic SCADA system.
0 Kudos
Message 2 of 2
(2,858 Views)