Our full technical support staff does not monitor this forum. If you need assistance from a member of our staff, please submit your question from the Ask a Question page.


Log in or register to post/reply in the forum.

string of data parameters through tcp ip


maurixio Nov 13, 2015 02:58 AM

its possible to send a string of data through tcp ip (in a vt100 terminal or something like unidirectional broadcasting) ?

for example , every minute a string with

voltage, panel temperature , state of link , etc ?

so we can catch it in a pc ..or something like that?

thanks!


JDavis Nov 13, 2015 03:43 PM

You can use TCPOpen with an empty string( "" ) as the IP address to open a server port on the datalogger. Use the socket number returned from TCPOpen as the comport number for SerialOut.

There are different ways of formatting data for output. The easiest is probably to use GetRecord with a string for the destination.

Log in or register to post/reply in the forum.