Hi, I have a bluetooth measuring device that is paired with a PC where an Ignition client is installed. Without pointing to an input label on the client, can I collect data from the device when device is triggered?
Vision, or Perspective?
vision
If the bluetooth device can emulation a serial port, yes. You would have to write a background script to listen to the port all of the time, and deliver results to Vision Client Tags. (Or cache in library script top level variable for a timer event script to access.)
Not exactly trivial. See this old topic for ideas:
Great. Thank you and i'll give it a try.