P1-08TA

Discrete AC Output

This function writes the state of a single channel.

P1.writeDiscrete(HIGH,1,2); // Turn on slot 1 channel 2
base[1][2].value = 1 # Turn on slot 1 channel 2

This function writes the state of all 8 channels. It turns channels 1-7 on and turns channel 8 off.

P1.writeDiscrete(0x7F, 1); // Write state of all channels for slot 1
base[1].do_bitmapped(0x7F) # Write state of all channels for slot 1

Module Configuration and Status Tables

This module does not provide any status data and does not require configuration.

Channels: 8
Discrete Output Type: AC
Rated Output Voltage: 100-240 VAC
Example:
Arduino
CircuitPython

Additional Resources:
Data Sheet
P1-08TA on AutomationDirect.com