Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

Device connection configurations for the Cirrus Link drivers can be created through scripting using the standard Ignition function

system.device.addDevice()


Note

The Description and Enabled properties may not be configured with this function. By default, the Enabled property is set to true and can be disabled with a call to system.device.setDeviceEnabled() after creating the connection.

...