ImageMarker multiple pins with 1 device

Hi,

I struggle to set 3 pins from 1 devices with 3 variables on ImageMarker widget, it should be something simple?

Understood that I have to go in advanced mode to get more pins than device. But then I got values in data source and not variable names..

Best regards

I’d actually like to show 3 linked-pins like in the preview :

Hey @gwenael.delaleux We already reached out through your support ticket, but wanted to share the answer here too in case anyone else runs into this :slight_smile:

For your setup (1 device, 3 variables > 3 pins), you have a few options:

Option 1 - Analysis (single device): Use advanced mode + an Analysis triggered by a Variable Action to update each pin’s variable. Note: this consumes Analysis runtime on every data transmission.

Option 2 - No Analysis: Use 3 separate devices in normal mode. Simpler, but splits your data across devices.

Option 3 - Custom Widget: Build your own pin-on-image visualization using HTML, CSS, and JavaScript. Keep in mind that TagoIO’s built-in ImageMarker can’t be extended directly, so you’d be building the functionality from scratch.

Hope this helps!

Cheers,