How can ThingWorx (external) data be used to update an experience in real-time? For example, if the data does not fall within a specified range, warning messages will be shown automatically.
In ThingWorx, in Thing, create a Service to check the range and to determine if a warning should be displayed or not.
In Vuforia Studio, in the Project, in DATA panel, under External Data section, add the Service.
Under Configuration section, check all checkboxes related to refresh to call this Service.
Use the ServiceInvokeComplete Event to check the value reported by the Service
View full tip