Hi,
I wrote a VB program talking to PLC using Host-Link Command. I wanted to control input#16 and input#17 from the VB GUI. The technical information from the user manual on how to send a Host-Link command to write a input is too brief. So my guessing:
a) Write a logic 1 to input#16:
"WI0180*" + CR
b) Write a logic 1 to input#17:
"WI0201*" +CR
But I suspect my guessing is wrong.
Please advice. Thanks!