Page 1 of 1

Parse Serial Data to Tag Name and Value

Posted: Tue Jul 14, 2015 10:15 am
by Kyle W.
This is ONLY a script module that can be imported and adapted for a program. It will parse serial data using a string split command, splitting on "=". For example you could send "Pressure=20", which would create a tag named Pressure and give it the value of 20.

Re: Parse Serial Data to Tag Name and Value

Posted: Wed Jan 22, 2020 12:20 pm
by Jae V
Locked