how to extract data from a serial message without a point identifier?
-
I user Serial data source to poll data from a serial device, but the response messages has no point identifier like $, # or !, they start with a device address code, like 01. I tried to use 01 as an identifier but failed.
coudl you please help me? how to extract data from a serial message without a point identifier?
-
Hi mebius,
The trick is to capture an empty group, refer to that group as the point identifier index, then have a point with an empty point identifier.
I gave an example configuration for this purpose in the first half of my first response in this thread: http://infiniteautomation.com/forum/topic/2274/serial-data-source-trouble-to-show-value-from-com-port/2