Communication Between Visual Studio and a PLC

H

Thread Starter

hamit1453

i made a project in c++ in visual studio. i find the coordinate of object in front of camera. i need to send this coordinate to an LS PLC.
how can i send it to PLC? is there any example about it?

please help me
 
Does the PLC support Modbus? If so, you can use AdvancedHMI which is developed using Visual Studio.
 
Top