Hello
Can anyone share a quick example of the TCP library?
Specifically, what do I do with the pStream output from the 'Connector' FB
thank you
If you would like to refer to this comment somewhere else in this project, copy and paste the following link:
Anonymous
-
2019-06-21
Originally created by: ph0010421
Seek and ye shall find...
In case someone else struggles:
WHILEMyStream=0DO
  Connector_0.Connect(
    sIPAddress :='192.168.15.17',
    uiPort :=63003,
    pStream=>MyStream,
    );END_WHILEStream_0 :=MyStream^;
Always seems so easy
If you would like to refer to this comment somewhere else in this project, copy and paste the following link:
Originally created by: ph0010421
Hello
Can anyone share a quick example of the TCP library?
Specifically, what do I do with the pStream output from the 'Connector' FB
thank you
Originally created by: ph0010421
Seek and ye shall find...
In case someone else struggles:
Always seems so easy