Owning Palette: DSC Module VIs and Functions
Use the Event Structure Support VIs to monitor shared variables and associated alarm and event occurrences using the Event Structure.
The VIs on this palette can return general LabVIEW error codes or specific DSC Module error codes.
| Palette Object | Description |
|---|---|
| Cancel Alarm & Event Notifications | Stops alarm and event notifications for the specified shared variables. |
| Cancel System Event Notifications | Stops system event notifications for the specified server. |
| Cancel Value Change Notifications | Stops value change events for the specified shared variables and closes the associated PSP connections. |
| Disable Alarm & Event Notifications | Releases an event reference created by the Enable Alarm & Event Notifications VI and cleans up all resources associated with the event. Any Event Structures registered for this event stop receiving alarm and event notifications. |
| Disable Value Change Notifications | Releases an event reference created by the Enable Value Change Notifications VI and cleans up all resources associated with the event. Any Event Structures registered for this event stop receiving value change notifications. |
| Enable Alarm & Event Notifications | Returns a reference to a user event that you can use to monitor alarms and events. Wire the alarm & event notification input to the Request Alarm & Event Notifications VI or the Request System Event Notifications VI to select alarm and event data sources to monitor. Wire the alarm & event notification input to the Register for Events function to register the event for use with an Event Structure. Wire the alarm & event notification input to the Disable Alarm & Event Notifications VI to stop receiving notifications and clean up all resources associated with this event |
| Enable Value Change Notifications | Returns a reference to a user event that you can use to monitor changes in the values of shared variables. Wire the shared variable value change notification output to the Request Value Change Notifications VI to subscribe to a set of shared variables and start receiving notifications. Wire the shared variable value change notification output to the Register for Events function to register the event for use with an Event Structure. Wire the shared variable value change notification output to the Disable Value Change Notifications VI to stop receiving notifications and clean up all resources associated with this event. |
| Request Alarm & Event Notifications | Subscribes to alarm and event data for the specified shared variables and begins generating notification events. Call this VI multiple times to add to the list of shared variables you want to monitor for alarm and event changes. |
| Request System Event Notifications | Subscribes to status updates from the Shared Variable Engine running on the specified server and begins generating alarm and event notifications. Call this VI multiple times to subscribe to additional servers. |
| Request Value Change Notifications | Subscribes to the specified shared variables and begins generating notifications. Call this VI multiple times to add to the list of shared variables being monitored for value changes. |