To get/set the properties of C series modules configured in Real-Time Scan programming mode:
- Open a VI, from your LabVIEW project drag into the VI the C series module you want to get/set properties.
- This will create a shared variable refnum constant of the module.
- Add a property node to read/write the properties of the module
- Property nodes are located in Functions Palette >> Programming >> Application Control
- To make persistent the changes on the module's properties, add an invoke node at the end and set the commit method.
Additional Information
To further automate the process, it is possible to setup Programmatic Discovery, Configuration, and Access of CompactRIO Scan Mode I/O with LabVIEW.
- Note: Some modules don’t have all the configurations available when in Scan Mode. For example, the Offset Cal Enable property for the NI 9237 is not available when using Scan Mode.