Change The Output State Of Digital I/O Ports; Configure Analog Input Ports - Digi IX40 User Manual

Table of Contents

Advertisement

Digital Input/Output and Analog Input

Change the output state of digital I/O ports

You can change the output state of a digital I/O, if the digital I/O's Direction is set to Output. See
Configure digital Input/Output ports
port, as well as setting the default output state.
É
Web
1. Log into the IX40 WebUI as a user with full Admin access rights.
2. From the menu, click Status.
3. Under Connections, click I/O.
The I/O Status page is displayed:
4. For each output digital I/O port, under Change Output State, click the dropdown for the
appropriate digital I/O and select On or Off.
5. Click Apply to apply the change.
Command line
1. Select the device in Remote Manager and click Actions > Open Console, or log into the IX40
local command line as a user with full Admin access rights.
Depending on your device configuration, you may be presented with an Access selection
menu. Type admin to access the Admin CLI.
2. To set the current output state:
a. To set the current output state for Digital I/O 1 (dio1) to on:
> dio state dio1 on
>
b. To set the current output state for Digital I/O 1 (dio1) to off:
> dio state dio1 off
>
c. Repeat as necessary for digital I/O ports dio2, dio3, and dio4.
3. Type exit to exit the Admin CLI.
Depending on your device configuration, you may be presented with an Access selection
menu. Type quit to disconnect from the device.
You can also set the output state using Python. See
further information.

Configure analog input ports

Required configuration items
Determine whether to measure the current or the voltage.
n
IX40 User Guide
for information about configuring the direction for a digital I/O
Use Python to control the digital I/O ports
Configure analog input ports
for
837

Advertisement

Table of Contents
loading

Table of Contents