Doc. # 1-00000573 | |||
---|---|---|---|
Date Updated | 10-26-2018 | Date Created | 09-12-2017 |
Document Type | Knowledge Base | Related OS | |
Related Product | VFG1000/ VFG2000/ VFG3000 |
Can I connect to the VFG device by using TCP Socket Connections? | |||
---|---|---|---|
Solution:
You will need to have a program written which references the raw protocol. Then when you connect to the IP address of the VFG via a terminal program on the specified port the connection will be made. This is completely independent of any serial port. Sample program: cstring temp; cstring Frame; temp := PortInput(4, '*', '%', 100, 200); if(temp != "") Frame = temp; Var1 = TextToInt(Frame, 10);
|