Question:
How can I monitor the status of an XObject’s properties that are linked to tags in a remote application? Whenever the connection to the remote domain is lost, these properties’ values become empty.
Solution:
To do so, follow these procedures:
- Inside an XObject, create a property for remote Status.
- Inside this XObject’s data folder, create two user events (one using Value property/expression and another one using Quality) to change Status property.
- In this event’s script, use a NOT command to change Status property’s value.
- Then, use this property as a user event to fire the desired script.