05-16-2017 05:03 AM
How can i transfer the result of Vision Builder's inspection to Siemens PLC s7-1200 using a serial communication? Maybe going through LabView? Thanks.
Solved! Go to Solution.
05-17-2017 04:12 AM
Hi,
you can implement serial communication directly from Vision Builder using "Serial I/O" step in the Communicate palette.
Using "Send Command" button, you can also send the steps results through serial port.
Bye!
Licia
06-12-2017 04:10 PM
I have a similar doubt; I need send commands to meter and power supply using an Ethernet cable, how can I do this?, please share an example
02-18-2024 09:01 AM
Hi, you can use TCP communication. In my case, PLC was server. Used TSEND_C and TRCV_C functions.
In VBAI I did setup TCP client ( tools, Communication device manager) and was able to send and receive with the function TCP I/O