{{#if devices.length}}

Introduction

Control how the device is configured after any reboot, power-up, or reset condition. This uses the device's I/O configuration system to configure registers including but not limited to:

  • Digital I/O directions and states
  • Analog input configuration options (Range, Resolution, etc.)
  • Analog input extended features (AINx_EF)
  • Analog output (DAC) channel values

Refer to the "IO Config" section of the datasheet for more information.

Configure Device Power-Up Defaults

1. Select Defaults Source

2. Select Devices

{{#each devices}} {{/each}}

Device

FW Version

{{savedAttributes.productType}}: {{savedAttributes.serialNumber}} {{savedAttributes.FIRMWARE_VERSION}}

3. Configure Device

4. Reboot Device (Optional)

WARNING: This writes 0x4C4A0004 to the 'SYSTEM_REBOOT' register which instructs your device to perform a software-triggered reboot 200ms (50ms*4) after the instruction is recieved by the device.

Save Power-Up Defaults to File

1. Select Devices

{{#each devices}} {{/each}}

Device

File Name

{{savedAttributes.productType}}: {{savedAttributes.serialNumber}} YYYY-MM-DD_{{savedAttributes.productType}}_{{savedAttributes.serialNumber}}_{{savedAttributes.DEVICE_NAME_DEFAULT}}.json

2. Select Directory

Selected Directory:
{{#if custom.selected_output_directory}}{{custom.selected_output_directory}}{{else}}No directory selected. Please browse for an output directory.{{/if}}

Overwrite Existing Files.

Save Power-up Defaults
Saving...
{{else}}

Please slect a device

Currently no devices are selected so this module has been disabled. Please Select a device to continue.

{{/if}}
{{!--
{{printContext}}
--}}