Line Status#
Using the Feature#
Determining the Status of an I/O Line#
To determine the status of an I/O line:
- Set the
LineSelector
parameter to the desired I/O line. - Get the value of the
LineStatus
parameter.
This parameter is read-only.
A value of false
(0) means that the line's status was low at the time of polling.
A value of true
(1) means the line's status was high at the time of polling.
Info
If the Line Inverter feature is enabled, the LineStatus
parameter value may not reflect the actual status of the line:
- For input lines or GPIO lines configured for input, the camera inverts the
LineStatus
parameter value. Atrue
parameter value changes tofalse
, and vice versa. - For output lines or GPIO lines configured for output, the camera may not invert the
LineStatus
parameter value. Check this against your camera.
Determining the Status of All I/O Lines#
To determine the current status of all I/O lines, read the LineStatusAll
parameter. The parameter is reported as a 64-bit value.
Certain bits in the value are associated with the I/O lines. Each bit indicates the status of its associated line:
- If a bit is 0, the status of the associated line is currently low.
- If a bit is 1, the status of the associated line is currently high.
Which bit is associated with which line depends on your camera model.
Info
If the Line Inverter feature is enabled, the camera inverts the LineStatusAll
parameter value. All 0 bits change to 1, and vice versa.
Line Status and I/O Status#
GPIO Line Configured as Input#
If your camera has a GPIO line and that line is configured as input, the relation between its input status and the LineStatus
parameter is as follows:
Input Status | LineStatus Parameter Value |
---|---|
Input open (not connected) | True |
Voltage level low | False |
Voltage level high | True |
This means that the line logic is positive.
GPIO Line Configured as Output#
If your camera has a GPIO line and that line is configured as output, the relation between its output status and the linestatus
parameter depends on your camera model.
Opto-Coupled Input Line#
If your camera has an opto-coupled input line, the relation between its input status and the LineStatus
parameter is as follows:
Input Status | LineStatus Parameter Value |
---|---|
Input open (not connected) | False |
Voltage level low | False |
Voltage level high | True |
This means that the line logic is positive.
Opto-Coupled Output Line#
If your camera has an opto-coupled output line, the relation between its output status and the LineStatus
parameter is as follows:
Output Status | LineStatus Parameter Value | Electrical Status |
---|---|---|
0 (e.g., user output value set to false or flash window signal low) | True | Voltage level highc |
1 (e.g., User Output Value set to true or Flash Window signal high) | False | Voltage level low |
This means that the line logic is negative.
Specifics#
Info
For information about the line status on GPIO lines configured as input and on opto-coupled I/O lines, see the tables above.
Camera Model | Output Status Relation | LineStatusAll Bit-to-Line Association |
---|---|---|
a2A640-240gmSWIR | Output status 0 (e.g., User Output Value set to false or Flash Window signal low) = LineStatus false = voltage level lowb Output status 1 = LineStatus true = voltage level high | Bit 0 indicates Line1 status Bit 1 indicates Line2 status Bit 2 indicates Line3 status Example: All lines high = 0b111 |
a2A640-240umSWIR | Output status 0 (e.g., User Output Value set to false or Flash Window signal low) = LineStatus false = voltage level lowb Output status 1 = LineStatus true = voltage level high | Bit 0 indicates Line1 status Bit 1 indicates Line2 status Bit 2 indicates Line3 status Example: All lines high = 0b111 |
a2A1280-80gmSWIR | Output status 0 (e.g., User Output Value set to false or Flash Window signal low) = LineStatus false = voltage level lowb Output status 1 = LineStatus true = voltage level high | Bit 0 indicates Line1 status Bit 1 indicates Line2 status Bit 2 indicates Line3 status Example: All lines high = 0b111 |
a2A1280-125umSWIR | Output status 0 (e.g., User Output Value set to false or Flash Window signal low) = LineStatus false = voltage level lowb Output status 1 = LineStatus true = voltage level high | Bit 0 indicates Line1 status Bit 1 indicates Line2 status Bit 2 indicates Line3 status Example: All lines high = 0b111 |
a2A1920-51gcBAS | Output status 0 (e.g., User Output Value set to false or Flash Window signal low) = LineStatus false = voltage level lowb Output status 1 = LineStatus true = voltage level high | Bit 0 indicates Line1 status Bit 1 indicates Line2 status Bit 2 indicates Line3 status Example: All lines high = 0b111 |
a2A1920-51gcPRO | Output status 0 (e.g., User Output Value set to false or Flash Window signal low) = LineStatus false = voltage level lowb Output status 1 = LineStatus true = voltage level high | Bit 0 indicates Line1 status Bit 1 indicates Line2 status Bit 2 indicates Line3 status Example: All lines high = 0b111 |
a2A1920-51gmBAS | Output status 0 (e.g., User Output Value set to false or Flash Window signal low) = LineStatus false = voltage level lowb Output status 1 = LineStatus true = voltage level high | Bit 0 indicates Line1 status Bit 1 indicates Line2 status Bit 2 indicates Line3 status Example: All lines high = 0b111 |
a2A1920-51gmPRO | Output status 0 (e.g., User Output Value set to false or Flash Window signal low) = LineStatus false = voltage level lowb Output status 1 = LineStatus true = voltage level high | Bit 0 indicates Line1 status Bit 1 indicates Line2 status Bit 2 indicates Line3 status Example: All lines high = 0b111 |
a2A1920-160ucBAS | Output status 0 (e.g., User Output Value set to false or Flash Window signal low) = LineStatus false = voltage level lowb Output status 1 = LineStatus true = voltage level high | Bit 0 indicates Line1 status Bit 1 indicates Line2 status Bit 2 indicates Line3 status Example: All lines high = 0b111 |
a2A1920-160ucPRO | Output status 0 (e.g., User Output Value set to false or Flash Window signal low) = LineStatus false = voltage level lowb Output status 1 = LineStatus true = voltage level high | Bit 0 indicates Line1 status Bit 1 indicates Line2 status Bit 2 indicates Line3 status Example: All lines high = 0b111 |
a2A1920-160umBAS | Output status 0 (e.g., User Output Value set to false or Flash Window signal low) = LineStatus false = voltage level lowb Output status 1 = LineStatus true = voltage level high | Bit 0 indicates Line1 status Bit 1 indicates Line2 status Bit 2 indicates Line3 status Example: All lines high = 0b111 |
a2A1920-160umPRO | Output status 0 (e.g., User Output Value set to false or Flash Window signal low) = LineStatus false = voltage level lowb Output status 1 = LineStatus true = voltage level high | Bit 0 indicates Line1 status Bit 1 indicates Line2 status Bit 2 indicates Line3 status Example: All lines high = 0b111 |
a2A1920-165g5cBAS | Output status 0 (e.g., User Output Value set to false or Flash Window signal low) = LineStatus false = voltage level lowb Output status 1 = LineStatus true = voltage level high | Bit 0 indicates Line1 status Bit 1 indicates Line2 status Bit 2 indicates Line3 status Example: All lines high = 0b111 |
a2A1920-165g5mBAS | Output status 0 (e.g., User Output Value set to false or Flash Window signal low) = LineStatus false = voltage level lowb Output status 1 = LineStatus true = voltage level high | Bit 0 indicates Line1 status Bit 1 indicates Line2 status Bit 2 indicates Line3 status Example: All lines high = 0b111 |
a2A2048-35gmSWIR | Output status 0 (e.g., User Output Value set to false or Flash Window signal low) = LineStatus false = voltage level lowb Output status 1 = LineStatus true = voltage level high | Bit 0 indicates Line1 status Bit 1 indicates Line2 status Bit 2 indicates Line3 status Example: All lines high = 0b111 |
a2A2048-110umSWIR | Output status 0 (e.g., User Output Value set to false or Flash Window signal low) = LineStatus false = voltage level lowb Output status 1 = LineStatus true = voltage level high | Bit 0 indicates Line1 status Bit 1 indicates Line2 status Bit 2 indicates Line3 status Example: All lines high = 0b111 |
a2A2440-98g5cBAS | Output status 0 (e.g., User Output Value set to false or Flash Window signal low) = LineStatus false = voltage level lowb Output status 1 = LineStatus true = voltage level high | Bit 0 indicates Line1 status Bit 1 indicates Line2 status Bit 2 indicates Line3 status Example: All lines high = 0b111 |
a2A2440-98g5mBAS | Output status 0 (e.g., User Output Value set to false or Flash Window signal low) = LineStatus false = voltage level lowb Output status 1 = LineStatus true = voltage level high | Bit 0 indicates Line1 status Bit 1 indicates Line2 status Bit 2 indicates Line3 status Example: All lines high = 0b111 |
a2A2448-23gcBAS | Output status 0 (e.g., User Output Value set to false or Flash Window signal low) = LineStatus false = voltage level lowb Output status 1 = LineStatus true = voltage level high | Bit 0 indicates Line1 status Bit 1 indicates Line2 status Bit 2 indicates Line3 status Example: All lines high = 0b111 |
a2A2448-23gcPRO | Output status 0 (e.g., User Output Value set to false or Flash Window signal low) = LineStatus false = voltage level lowb Output status 1 = LineStatus true = voltage level high | Bit 0 indicates Line1 status Bit 1 indicates Line2 status Bit 2 indicates Line3 status Example: All lines high = 0b111 |
a2A2448-23gmBAS | Output status 0 (e.g., User Output Value set to false or Flash Window signal low) = LineStatus false = voltage level lowb Output status 1 = LineStatus true = voltage level high | Bit 0 indicates Line1 status Bit 1 indicates Line2 status Bit 2 indicates Line3 status Example: All lines high = 0b111 |
a2A2448-23gmPRO | Output status 0 (e.g., User Output Value set to false or Flash Window signal low) = LineStatus false = voltage level lowb Output status 1 = LineStatus true = voltage level high | Bit 0 indicates Line1 status Bit 1 indicates Line2 status Bit 2 indicates Line3 status Example: All lines high = 0b111 |
a2A2448-75ucBAS | Output status 0 (e.g., User Output Value set to false or Flash Window signal low) = LineStatus false = voltage level lowb Output status 1 = LineStatus true = voltage level high | Bit 0 indicates Line1 status Bit 1 indicates Line2 status Bit 2 indicates Line3 status Example: All lines high = 0b111 |
a2A2448-75ucPRO | Output status 0 (e.g., User Output Value set to false or Flash Window signal low) = LineStatus false = voltage level lowb Output status 1 = LineStatus true = voltage level high | Bit 0 indicates Line1 status Bit 1 indicates Line2 status Bit 2 indicates Line3 status Example: All lines high = 0b111 |
a2A2448-75umBAS | Output status 0 (e.g., User Output Value set to false or Flash Window signal low) = LineStatus false = voltage level lowb Output status 1 = LineStatus true = voltage level high | Bit 0 indicates Line1 status Bit 1 indicates Line2 status Bit 2 indicates Line3 status Example: All lines high = 0b111 |
a2A2448-75umPRO | Output status 0 (e.g., User Output Value set to false or Flash Window signal low) = LineStatus false = voltage level lowb Output status 1 = LineStatus true = voltage level high | Bit 0 indicates Line1 status Bit 1 indicates Line2 status Bit 2 indicates Line3 status Example: All lines high = 0b111 |
a2A2448-105g5cBAS | Output status 0 (e.g., User Output Value set to false or Flash Window signal low) = LineStatus false = voltage level lowb Output status 1 = LineStatus true = voltage level high | Bit 0 indicates Line1 status Bit 1 indicates Line2 status Bit 2 indicates Line3 status Example: All lines high = 0b111 |
a2A2448-105g5mBAS | Output status 0 (e.g., User Output Value set to false or Flash Window signal low) = LineStatus false = voltage level lowb Output status 1 = LineStatus true = voltage level high | Bit 0 indicates Line1 status Bit 1 indicates Line2 status Bit 2 indicates Line3 status Example: All lines high = 0b111 |
a2A2448-120cc | Output status 0 (e.g., User Output Value set to false or Flash Window signal low) = LineStatus false = voltage level lowb Output status 1 = LineStatus true = voltage level high | Bit 0 indicates Line1 status Bit 1 indicates Line2 status Bit 2 indicates Line3 status Example: All lines high = 0b111 |
a2A2448-120cm | Output status 0 (e.g., User Output Value set to false or Flash Window signal low) = LineStatus false = voltage level lowb Output status 1 = LineStatus true = voltage level high | Bit 0 indicates Line1 status Bit 1 indicates Line2 status Bit 2 indicates Line3 status Example: All lines high = 0b111 |
a2A2448-210cc | Output status 0 (e.g., User Output Value set to false or Flash Window signal low) = LineStatus false = voltage level lowb Output status 1 = LineStatus true = voltage level high | Bit 0 indicates Line1 status Bit 1 indicates Line2 status Bit 2 indicates Line3 status Example: All lines high = 0b111 |
a2A2448-210cm | Output status 0 (e.g., User Output Value set to false or Flash Window signal low) = LineStatus false = voltage level lowb Output status 1 = LineStatus true = voltage level high | Bit 0 indicates Line1 status Bit 1 indicates Line2 status Bit 2 indicates Line3 status Example: All lines high = 0b111 |
a2A2560-20gmSWIR | Output status 0 (e.g., User Output Value set to false or Flash Window signal low) = LineStatus false = voltage level lowb Output status 1 = LineStatus true = voltage level high | Bit 0 indicates Line1 status Bit 1 indicates Line2 status Bit 2 indicates Line3 status Example: All lines high = 0b111 |
a2A2560-70umSWIR | Output status 0 (e.g., User Output Value set to false or Flash Window signal low) = LineStatus false = voltage level lowb Output status 1 = LineStatus true = voltage level high | Bit 0 indicates Line1 status Bit 1 indicates Line2 status Bit 2 indicates Line3 status Example: All lines high = 0b111 |
a2A2590-22gcBAS | Output status 0 (e.g., User Output Value set to false or Flash Window signal low) = LineStatus false = voltage level lowb Output status 1 = LineStatus true = voltage level high | Bit 0 indicates Line1 status Bit 1 indicates Line2 status Bit 2 indicates Line3 status Example: All lines high = 0b111 |
a2A2590-22gcPRO | Output status 0 (e.g., User Output Value set to false or Flash Window signal low) = LineStatus false = voltage level lowb Output status 1 = LineStatus true = voltage level high | Bit 0 indicates Line1 status Bit 1 indicates Line2 status Bit 2 indicates Line3 status Example: All lines high = 0b111 |
a2A2590-22gmBAS | Output status 0 (e.g., User Output Value set to false or Flash Window signal low) = LineStatus false = voltage level lowb Output status 1 = LineStatus true = voltage level high | Bit 0 indicates Line1 status Bit 1 indicates Line2 status Bit 2 indicates Line3 status Example: All lines high = 0b111 |
a2A2590-22gmPRO | Output status 0 (e.g., User Output Value set to false or Flash Window signal low) = LineStatus false = voltage level lowb Output status 1 = LineStatus true = voltage level high | Bit 0 indicates Line1 status Bit 1 indicates Line2 status Bit 2 indicates Line3 status Example: All lines high = 0b111 |
a2A2590-60ucBAS | Output status 0 (e.g., User Output Value set to false or Flash Window signal low) = LineStatus false = voltage level lowb Output status 1 = LineStatus true = voltage level high | Bit 0 indicates Line1 status Bit 1 indicates Line2 status Bit 2 indicates Line3 status Example: All lines high = 0b111 |
a2A2590-60ucPRO | Output status 0 (e.g., User Output Value set to false or Flash Window signal low) = LineStatus false = voltage level lowb Output status 1 = LineStatus true = voltage level high | Bit 0 indicates Line1 status Bit 1 indicates Line2 status Bit 2 indicates Line3 status Example: All lines high = 0b111 |
a2A2590-60umBAS | Output status 0 (e.g., User Output Value set to false or Flash Window signal low) = LineStatus false = voltage level lowb Output status 1 = LineStatus true = voltage level high | Bit 0 indicates Line1 status Bit 1 indicates Line2 status Bit 2 indicates Line3 status Example: All lines high = 0b111 |
a2A2590-60umPRO | Output status 0 (e.g., User Output Value set to false or Flash Window signal low) = LineStatus false = voltage level lowb Output status 1 = LineStatus true = voltage level high | Bit 0 indicates Line1 status Bit 1 indicates Line2 status Bit 2 indicates Line3 status Example: All lines high = 0b111 |
a2A2600-20gcBAS | Output status 0 (e.g., User Output Value set to false or Flash Window signal low) = LineStatus false = voltage level lowb Output status 1 = LineStatus true = voltage level high | Bit 0 indicates Line1 status Bit 1 indicates Line2 status Bit 2 indicates Line3 status Example: All lines high = 0b111 |
a2A2600-20gcPRO | Output status 0 (e.g., User Output Value set to false or Flash Window signal low) = LineStatus false = voltage level lowb Output status 1 = LineStatus true = voltage level high | Bit 0 indicates Line1 status Bit 1 indicates Line2 status Bit 2 indicates Line3 status Example: All lines high = 0b111 |
a2A2600-20gmBAS | Output status 0 (e.g., User Output Value set to false or Flash Window signal low) = LineStatus false = voltage level lowb Output status 1 = LineStatus true = voltage level high | Bit 0 indicates Line1 status Bit 1 indicates Line2 status Bit 2 indicates Line3 status Example: All lines high = 0b111 |
a2A2600-20gmPRO | Output status 0 (e.g., User Output Value set to false or Flash Window signal low) = LineStatus false = voltage level lowb Output status 1 = LineStatus true = voltage level high | Bit 0 indicates Line1 status Bit 1 indicates Line2 status Bit 2 indicates Line3 status Example: All lines high = 0b111 |
a2A2600-64ucBAS | Output status 0 (e.g., User Output Value set to false or Flash Window signal low) = LineStatus false = voltage level lowb Output status 1 = LineStatus true = voltage level high | Bit 0 indicates Line1 status Bit 1 indicates Line2 status Bit 2 indicates Line3 status Example: All lines high = 0b111 |
a2A2600-64ucPRO | Output status 0 (e.g., User Output Value set to false or Flash Window signal low) = LineStatus false = voltage level lowb Output status 1 = LineStatus true = voltage level high | Bit 0 indicates Line1 status Bit 1 indicates Line2 status Bit 2 indicates Line3 status Example: All lines high = 0b111 |
a2A2600-64umBAS | Output status 0 (e.g., User Output Value set to false or Flash Window signal low) = LineStatus false = voltage level lowb Output status 1 = LineStatus true = voltage level high | Bit 0 indicates Line1 status Bit 1 indicates Line2 status Bit 2 indicates Line3 status Example: All lines high = 0b111 |
a2A2600-64umPRO | Output status 0 (e.g., User Output Value set to false or Flash Window signal low) = LineStatus false = voltage level lowb Output status 1 = LineStatus true = voltage level high | Bit 0 indicates Line1 status Bit 1 indicates Line2 status Bit 2 indicates Line3 status Example: All lines high = 0b111 |
a2A2840-14gcBAS | Output status 0 (e.g., User Output Value set to false or Flash Window signal low) = LineStatus false = voltage level lowb Output status 1 = LineStatus true = voltage level high | Bit 0 indicates Line1 status Bit 1 indicates Line2 status Bit 2 indicates Line3 status Example: All lines high = 0b111 |
a2A2840-14gcPRO | Output status 0 (e.g., User Output Value set to false or Flash Window signal low) = LineStatus false = voltage level lowb Output status 1 = LineStatus true = voltage level high | Bit 0 indicates Line1 status Bit 1 indicates Line2 status Bit 2 indicates Line3 status Example: All lines high = 0b111 |
a2A2840-14gmBAS | Output status 0 (e.g., User Output Value set to false or Flash Window signal low) = LineStatus false = voltage level lowb Output status 1 = LineStatus true = voltage level high | Bit 0 indicates Line1 status Bit 1 indicates Line2 status Bit 2 indicates Line3 status Example: All lines high = 0b111 |
a2A2840-14gmPRO | Output status 0 (e.g., User Output Value set to false or Flash Window signal low) = LineStatus false = voltage level lowb Output status 1 = LineStatus true = voltage level high | Bit 0 indicates Line1 status Bit 1 indicates Line2 status Bit 2 indicates Line3 status Example: All lines high = 0b111 |
a2A2840-14gmUV | Output status 0 (e.g., User Output Value set to false or Flash Window signal low) = LineStatus false = voltage level lowb Output status 1 = LineStatus true = voltage level high | Bit 0 indicates Line1 status Bit 1 indicates Line2 status Bit 2 indicates Line3 status Example: All lines high = 0b111 |
a2A2840-48ucBAS | Output status 0 (e.g., User Output Value set to false or Flash Window signal low) = LineStatus false = voltage level lowb Output status 1 = LineStatus true = voltage level high | Bit 0 indicates Line1 status Bit 1 indicates Line2 status Bit 2 indicates Line3 status Example: All lines high = 0b111 |
a2A2840-48ucPRO | Output status 0 (e.g., User Output Value set to false or Flash Window signal low) = LineStatus false = voltage level lowb Output status 1 = LineStatus true = voltage level high | Bit 0 indicates Line1 status Bit 1 indicates Line2 status Bit 2 indicates Line3 status Example: All lines high = 0b111 |
a2A2840-48umBAS | Output status 0 (e.g., User Output Value set to false or Flash Window signal low) = LineStatus false = voltage level lowb Output status 1 = LineStatus true = voltage level high | Bit 0 indicates Line1 status Bit 1 indicates Line2 status Bit 2 indicates Line3 status Example: All lines high = 0b111 |
a2A2840-48umPRO | Output status 0 (e.g., User Output Value set to false or Flash Window signal low) = LineStatus false = voltage level lowb Output status 1 = LineStatus true = voltage level high | Bit 0 indicates Line1 status Bit 1 indicates Line2 status Bit 2 indicates Line3 status Example: All lines high = 0b111 |
a2A2840-48umUV | Output status 0 (e.g., User Output Value set to false or Flash Window signal low) = LineStatus false = voltage level lowb Output status 1 = LineStatus true = voltage level high | Bit 0 indicates Line1 status Bit 1 indicates Line2 status Bit 2 indicates Line3 status Example: All lines high = 0b111 |
a2A2840-67g5cBAS | Output status 0 (e.g., User Output Value set to false or Flash Window signal low) = LineStatus false = voltage level lowb Output status 1 = LineStatus true = voltage level high | Bit 0 indicates Line1 status Bit 1 indicates Line2 status Bit 2 indicates Line3 status Example: All lines high = 0b111 |
a2A2840-67g5mBAS | Output status 0 (e.g., User Output Value set to false or Flash Window signal low) = LineStatus false = voltage level lowb Output status 1 = LineStatus true = voltage level high | Bit 0 indicates Line1 status Bit 1 indicates Line2 status Bit 2 indicates Line3 status Example: All lines high = 0b111 |
a2A2840-67g5mUV | Output status 0 (e.g., User Output Value set to false or Flash Window signal low) = LineStatus false = voltage level lowb Output status 1 = LineStatus true = voltage level high | Bit 0 indicates Line1 status Bit 1 indicates Line2 status Bit 2 indicates Line3 status Example: All lines high = 0b111 |
a2A2840-86cc | Output status 0 (e.g., User Output Value set to false or Flash Window signal low) = LineStatus false = voltage level lowb Output status 1 = LineStatus true = voltage level high | Bit 0 indicates Line1 status Bit 1 indicates Line2 status Bit 2 indicates Line3 status Example: All lines high = 0b111 |
a2A2840-86cm | Output status 0 (e.g., User Output Value set to false or Flash Window signal low) = LineStatus false = voltage level lowb Output status 1 = LineStatus true = voltage level high | Bit 0 indicates Line1 status Bit 1 indicates Line2 status Bit 2 indicates Line3 status Example: All lines high = 0b111 |
a2A3840-13gcBAS | Output status 0 (e.g., User Output Value set to false or Flash Window signal low) = LineStatus false = voltage level lowb Output status 1 = LineStatus true = voltage level high | Bit 0 indicates Line1 status Bit 1 indicates Line2 status Bit 2 indicates Line3 status Example: All lines high = 0b111 |
a2A3840-13gcPRO | Output status 0 (e.g., User Output Value set to false or Flash Window signal low) = LineStatus false = voltage level lowb Output status 1 = LineStatus true = voltage level high | Bit 0 indicates Line1 status Bit 1 indicates Line2 status Bit 2 indicates Line3 status Example: All lines high = 0b111 |
a2A3840-13gmBAS | Output status 0 (e.g., User Output Value set to false or Flash Window signal low) = LineStatus false = voltage level lowb Output status 1 = LineStatus true = voltage level high | Bit 0 indicates Line1 status Bit 1 indicates Line2 status Bit 2 indicates Line3 status Example: All lines high = 0b111 |
a2A3840-13gmPRO | Output status 0 (e.g., User Output Value set to false or Flash Window signal low) = LineStatus false = voltage level lowb Output status 1 = LineStatus true = voltage level high | Bit 0 indicates Line1 status Bit 1 indicates Line2 status Bit 2 indicates Line3 status Example: All lines high = 0b111 |
a2A3840-45ucBAS | Output status 0 (e.g., User Output Value set to false or Flash Window signal low) = LineStatus false = voltage level lowb Output status 1 = LineStatus true = voltage level high | Bit 0 indicates Line1 status Bit 1 indicates Line2 status Bit 2 indicates Line3 status Example: All lines high = 0b111 |
a2A3840-45ucPRO | Output status 0 (e.g., User Output Value set to false or Flash Window signal low) = LineStatus false = voltage level lowb Output status 1 = LineStatus true = voltage level high | Bit 0 indicates Line1 status Bit 1 indicates Line2 status Bit 2 indicates Line3 status Example: All lines high = 0b111 |
a2A3840-45umBAS | Output status 0 (e.g., User Output Value set to false or Flash Window signal low) = LineStatus false = voltage level lowb Output status 1 = LineStatus true = voltage level high | Bit 0 indicates Line1 status Bit 1 indicates Line2 status Bit 2 indicates Line3 status Example: All lines high = 0b111 |
a2A3840-45umPRO | Output status 0 (e.g., User Output Value set to false or Flash Window signal low) = LineStatus false = voltage level lowb Output status 1 = LineStatus true = voltage level high | Bit 0 indicates Line1 status Bit 1 indicates Line2 status Bit 2 indicates Line3 status Example: All lines high = 0b111 |
a2A4096-9gcBAS | Output status 0 (e.g., User Output Value set to false or Flash Window signal low) = LineStatus false = voltage level lowb Output status 1 = LineStatus true = voltage level high | Bit 0 indicates Line1 status Bit 1 indicates Line2 status Bit 2 indicates Line3 status Example: All lines high = 0b111 |
a2A4096-9gcPRO | Output status 0 (e.g., User Output Value set to false or Flash Window signal low) = LineStatus false = voltage level lowb Output status 1 = LineStatus true = voltage level high | Bit 0 indicates Line1 status Bit 1 indicates Line2 status Bit 2 indicates Line3 status Example: All lines high = 0b111 |
a2A4096-9gmBAS | Output status 0 (e.g., User Output Value set to false or Flash Window signal low) = LineStatus false = voltage level lowb Output status 1 = LineStatus true = voltage level high | Bit 0 indicates Line1 status Bit 1 indicates Line2 status Bit 2 indicates Line3 status Example: All lines high = 0b111 |
a2A4096-9gmPRO | Output status 0 (e.g., User Output Value set to false or Flash Window signal low) = LineStatus false = voltage level lowb Output status 1 = LineStatus true = voltage level high | Bit 0 indicates Line1 status Bit 1 indicates Line2 status Bit 2 indicates Line3 status Example: All lines high = 0b111 |
a2A4096-30ucBAS | Output status 0 (e.g., User Output Value set to false or Flash Window signal low) = LineStatus false = voltage level lowb Output status 1 = LineStatus true = voltage level high | Bit 0 indicates Line1 status Bit 1 indicates Line2 status Bit 2 indicates Line3 status Example: All lines high = 0b111 |
a2A4096-30ucPRO | Output status 0 (e.g., User Output Value set to false or Flash Window signal low) = LineStatus false = voltage level lowb Output status 1 = LineStatus true = voltage level high | Bit 0 indicates Line1 status Bit 1 indicates Line2 status Bit 2 indicates Line3 status Example: All lines high = 0b111 |
a2A4096-30umBAS | Output status 0 (e.g., User Output Value set to false or Flash Window signal low) = LineStatus false = voltage level lowb Output status 1 = LineStatus true = voltage level high | Bit 0 indicates Line1 status Bit 1 indicates Line2 status Bit 2 indicates Line3 status Example: All lines high = 0b111 |
a2A4096-30umPRO | Output status 0 (e.g., User Output Value set to false or Flash Window signal low) = LineStatus false = voltage level lowb Output status 1 = LineStatus true = voltage level high | Bit 0 indicates Line1 status Bit 1 indicates Line2 status Bit 2 indicates Line3 status Example: All lines high = 0b111 |
a2A4096-44g5cBAS | Output status 0 (e.g., User Output Value set to false or Flash Window signal low) = LineStatus false = voltage level lowb Output status 1 = LineStatus true = voltage level high | Bit 0 indicates Line1 status Bit 1 indicates Line2 status Bit 2 indicates Line3 status Example: All lines high = 0b111 |
a2A4096-44g5mBAS | Output status 0 (e.g., User Output Value set to false or Flash Window signal low) = LineStatus false = voltage level lowb Output status 1 = LineStatus true = voltage level high | Bit 0 indicates Line1 status Bit 1 indicates Line2 status Bit 2 indicates Line3 status Example: All lines high = 0b111 |
a2A4096-67cc | Output status 0 (e.g., User Output Value set to false or Flash Window signal low) = LineStatus false = voltage level lowb Output status 1 = LineStatus true = voltage level high | Bit 0 indicates Line1 status Bit 1 indicates Line2 status Bit 2 indicates Line3 status Example: All lines high = 0b111 |
a2A4096-67cm | Output status 0 (e.g., User Output Value set to false or Flash Window signal low) = LineStatus false = voltage level lowb Output status 1 = LineStatus true = voltage level high | Bit 0 indicates Line1 status Bit 1 indicates Line2 status Bit 2 indicates Line3 status Example: All lines high = 0b111 |
a2A4200-12gcBAS | Output status 0 (e.g., User Output Value set to false or Flash Window signal low) = LineStatus false = voltage level lowb Output status 1 = LineStatus true = voltage level high | Bit 0 indicates Line1 status Bit 1 indicates Line2 status Bit 2 indicates Line3 status Example: All lines high = 0b111 |
a2A4200-12gcPRO | Output status 0 (e.g., User Output Value set to false or Flash Window signal low) = LineStatus false = voltage level lowb Output status 1 = LineStatus true = voltage level high | Bit 0 indicates Line1 status Bit 1 indicates Line2 status Bit 2 indicates Line3 status Example: All lines high = 0b111 |
a2A4200-12gmBAS | Output status 0 (e.g., User Output Value set to false or Flash Window signal low) = LineStatus false = voltage level lowb Output status 1 = LineStatus true = voltage level high | Bit 0 indicates Line1 status Bit 1 indicates Line2 status Bit 2 indicates Line3 status Example: All lines high = 0b111 |
a2A4200-12gmPRO | Output status 0 (e.g., User Output Value set to false or Flash Window signal low) = LineStatus false = voltage level lowb Output status 1 = LineStatus true = voltage level high | Bit 0 indicates Line1 status Bit 1 indicates Line2 status Bit 2 indicates Line3 status Example: All lines high = 0b111 |
a2A4200-40ucBAS | Output status 0 (e.g., User Output Value set to false or Flash Window signal low) = LineStatus false = voltage level lowb Output status 1 = LineStatus true = voltage level high | Bit 0 indicates Line1 status Bit 1 indicates Line2 status Bit 2 indicates Line3 status Example: All lines high = 0b111 |
a2A4200-40ucPRO | Output status 0 (e.g., User Output Value set to false or Flash Window signal low) = LineStatus false = voltage level lowb Output status 1 = LineStatus true = voltage level high | Bit 0 indicates Line1 status Bit 1 indicates Line2 status Bit 2 indicates Line3 status Example: All lines high = 0b111 |
a2A4200-40umBAS | Output status 0 (e.g., User Output Value set to false or Flash Window signal low) = LineStatus false = voltage level lowb Output status 1 = LineStatus true = voltage level high | Bit 0 indicates Line1 status Bit 1 indicates Line2 status Bit 2 indicates Line3 status Example: All lines high = 0b111 |
a2A4200-40umPRO | Output status 0 (e.g., User Output Value set to false or Flash Window signal low) = LineStatus false = voltage level lowb Output status 1 = LineStatus true = voltage level high | Bit 0 indicates Line1 status Bit 1 indicates Line2 status Bit 2 indicates Line3 status Example: All lines high = 0b111 |
a2A4504-5gcBAS | Output status 0 (e.g., User Output Value set to false or Flash Window signal low) = LineStatus false = voltage level lowb Output status 1 = LineStatus true = voltage level high | Bit 0 indicates Line1 status Bit 1 indicates Line2 status Bit 2 indicates Line3 status Example: All lines high = 0b111 |
a2A4504-5gcPRO | Output status 0 (e.g., User Output Value set to false or Flash Window signal low) = LineStatus false = voltage level lowb Output status 1 = LineStatus true = voltage level high | Bit 0 indicates Line1 status Bit 1 indicates Line2 status Bit 2 indicates Line3 status Example: All lines high = 0b111 |
a2A4504-5gmBAS | Output status 0 (e.g., User Output Value set to false or Flash Window signal low) = LineStatus false = voltage level lowb Output status 1 = LineStatus true = voltage level high | Bit 0 indicates Line1 status Bit 1 indicates Line2 status Bit 2 indicates Line3 status Example: All lines high = 0b111 |
a2A4504-5gmPRO | Output status 0 (e.g., User Output Value set to false or Flash Window signal low) = LineStatus false = voltage level lowb Output status 1 = LineStatus true = voltage level high | Bit 0 indicates Line1 status Bit 1 indicates Line2 status Bit 2 indicates Line3 status Example: All lines high = 0b111 |
a2A4504-18ucBAS | Output status 0 (e.g., User Output Value set to false or Flash Window signal low) = LineStatus false = voltage level lowb Output status 1 = LineStatus true = voltage level high | Bit 0 indicates Line1 status Bit 1 indicates Line2 status Bit 2 indicates Line3 status Example: All lines high = 0b111 |
a2A4504-18ucPRO | Output status 0 (e.g., User Output Value set to false or Flash Window signal low) = LineStatus false = voltage level lowb Output status 1 = LineStatus true = voltage level high | Bit 0 indicates Line1 status Bit 1 indicates Line2 status Bit 2 indicates Line3 status Example: All lines high = 0b111 |
a2A4504-18umBAS | Output status 0 (e.g., User Output Value set to false or Flash Window signal low) = LineStatus false = voltage level lowb Output status 1 = LineStatus true = voltage level high | Bit 0 indicates Line1 status Bit 1 indicates Line2 status Bit 2 indicates Line3 status Example: All lines high = 0b111 |
a2A4504-18umPRO | Output status 0 (e.g., User Output Value set to false or Flash Window signal low) = LineStatus false = voltage level lowb Output status 1 = LineStatus true = voltage level high | Bit 0 indicates Line1 status Bit 1 indicates Line2 status Bit 2 indicates Line3 status Example: All lines high = 0b111 |
a2A4504-27g5cBAS | Output status 0 (e.g., User Output Value set to false or Flash Window signal low) = LineStatus false = voltage level lowb Output status 1 = LineStatus true = voltage level high | Bit 0 indicates Line1 status Bit 1 indicates Line2 status Bit 2 indicates Line3 status Example: All lines high = 0b111 |
a2A4504-27g5mBAS | Output status 0 (e.g., User Output Value set to false or Flash Window signal low) = LineStatus false = voltage level lowb Output status 1 = LineStatus true = voltage level high | Bit 0 indicates Line1 status Bit 1 indicates Line2 status Bit 2 indicates Line3 status Example: All lines high = 0b111 |
a2A4504-42cc | Output status 0 (e.g., User Output Value set to false or Flash Window signal low) = LineStatus false = voltage level lowb Output status 1 = LineStatus true = voltage level high | Bit 0 indicates Line1 status Bit 1 indicates Line2 status Bit 2 indicates Line3 status Example: All lines high = 0b111 |
a2A4504-42cm | Output status 0 (e.g., User Output Value set to false or Flash Window signal low) = LineStatus false = voltage level lowb Output status 1 = LineStatus true = voltage level high | Bit 0 indicates Line1 status Bit 1 indicates Line2 status Bit 2 indicates Line3 status Example: All lines high = 0b111 |
a2A4508-6gcBAS | Output status 0 (e.g., User Output Value set to false or Flash Window signal low) = LineStatus false = voltage level lowb Output status 1 = LineStatus true = voltage level high | Bit 0 indicates Line1 status Bit 1 indicates Line2 status Bit 2 indicates Line3 status Example: All lines high = 0b111 |
a2A4508-6gcPRO | Output status 0 (e.g., User Output Value set to false or Flash Window signal low) = LineStatus false = voltage level lowb Output status 1 = LineStatus true = voltage level high | Bit 0 indicates Line1 status Bit 1 indicates Line2 status Bit 2 indicates Line3 status Example: All lines high = 0b111 |
a2A4508-6gmBAS | Output status 0 (e.g., User Output Value set to false or Flash Window signal low) = LineStatus false = voltage level lowb Output status 1 = LineStatus true = voltage level high | Bit 0 indicates Line1 status Bit 1 indicates Line2 status Bit 2 indicates Line3 status Example: All lines high = 0b111 |
a2A4508-6gmPRO | Output status 0 (e.g., User Output Value set to false or Flash Window signal low) = LineStatus false = voltage level lowb Output status 1 = LineStatus true = voltage level high | Bit 0 indicates Line1 status Bit 1 indicates Line2 status Bit 2 indicates Line3 status Example: All lines high = 0b111 |
a2A4508-20ucBAS | Output status 0 (e.g., User Output Value set to false or Flash Window signal low) = LineStatus false = voltage level lowb Output status 1 = LineStatus true = voltage level high | Bit 0 indicates Line1 status Bit 1 indicates Line2 status Bit 2 indicates Line3 status Example: All lines high = 0b111 |
a2A4508-20ucPRO | Output status 0 (e.g., User Output Value set to false or Flash Window signal low) = LineStatus false = voltage level lowb Output status 1 = LineStatus true = voltage level high | Bit 0 indicates Line1 status Bit 1 indicates Line2 status Bit 2 indicates Line3 status Example: All lines high = 0b111 |
a2A4508-20umBAS | Output status 0 (e.g., User Output Value set to false or Flash Window signal low) = LineStatus false = voltage level lowb Output status 1 = LineStatus true = voltage level high | Bit 0 indicates Line1 status Bit 1 indicates Line2 status Bit 2 indicates Line3 status Example: All lines high = 0b111 |
a2A4508-20umPRO | Output status 0 (e.g., User Output Value set to false or Flash Window signal low) = LineStatus false = voltage level lowb Output status 1 = LineStatus true = voltage level high | Bit 0 indicates Line1 status Bit 1 indicates Line2 status Bit 2 indicates Line3 status Example: All lines high = 0b111 |
a2A5320-7gcBAS | Output status 0 (e.g., User Output Value set to false or Flash Window signal low) = LineStatus false = voltage level lowb Output status 1 = LineStatus true = voltage level high | Bit 0 indicates Line1 status Bit 1 indicates Line2 status Bit 2 indicates Line3 status Example: All lines high = 0b111 |
a2A5320-7gcPRO | Output status 0 (e.g., User Output Value set to false or Flash Window signal low) = LineStatus false = voltage level lowb Output status 1 = LineStatus true = voltage level high | Bit 0 indicates Line1 status Bit 1 indicates Line2 status Bit 2 indicates Line3 status Example: All lines high = 0b111 |
a2A5320-7gmBAS | Output status 0 (e.g., User Output Value set to false or Flash Window signal low) = LineStatus false = voltage level lowb Output status 1 = LineStatus true = voltage level high | Bit 0 indicates Line1 status Bit 1 indicates Line2 status Bit 2 indicates Line3 status Example: All lines high = 0b111 |
a2A5320-7gmPRO | Output status 0 (e.g., User Output Value set to false or Flash Window signal low) = LineStatus false = voltage level lowb Output status 1 = LineStatus true = voltage level high | Bit 0 indicates Line1 status Bit 1 indicates Line2 status Bit 2 indicates Line3 status Example: All lines high = 0b111 |
a2A5320-23ucBAS | Output status 0 (e.g., User Output Value set to false or Flash Window signal low) = LineStatus false = voltage level lowb Output status 1 = LineStatus true = voltage level high | Bit 0 indicates Line1 status Bit 1 indicates Line2 status Bit 2 indicates Line3 status Example: All lines high = 0b111 |
a2A5320-23ucPRO | Output status 0 (e.g., User Output Value set to false or Flash Window signal low) = LineStatus false = voltage level lowb Output status 1 = LineStatus true = voltage level high | Bit 0 indicates Line1 status Bit 1 indicates Line2 status Bit 2 indicates Line3 status Example: All lines high = 0b111 |
a2A5320-23umBAS | Output status 0 (e.g., User Output Value set to false or Flash Window signal low) = LineStatus false = voltage level lowb Output status 1 = LineStatus true = voltage level high | Bit 0 indicates Line1 status Bit 1 indicates Line2 status Bit 2 indicates Line3 status Example: All lines high = 0b111 |
a2A5320-23umPRO | Output status 0 (e.g., User Output Value set to false or Flash Window signal low) = LineStatus false = voltage level lowb Output status 1 = LineStatus true = voltage level high | Bit 0 indicates Line1 status Bit 1 indicates Line2 status Bit 2 indicates Line3 status Example: All lines high = 0b111 |
a2A5320-34g5cBAS | Output status 0 (e.g., User Output Value set to false or Flash Window signal low) = LineStatus false = voltage level lowb Output status 1 = LineStatus true = voltage level high | Bit 0 indicates Line1 status Bit 1 indicates Line2 status Bit 2 indicates Line3 status Example: All lines high = 0b111 |
a2A5320-34g5mBAS | Output status 0 (e.g., User Output Value set to false or Flash Window signal low) = LineStatus false = voltage level lowb Output status 1 = LineStatus true = voltage level high | Bit 0 indicates Line1 status Bit 1 indicates Line2 status Bit 2 indicates Line3 status Example: All lines high = 0b111 |
a2A5320-52cc | Output status 0 (e.g., User Output Value set to false or Flash Window signal low) = LineStatus false = voltage level lowb Output status 1 = LineStatus true = voltage level high | Bit 0 indicates Line1 status Bit 1 indicates Line2 status Bit 2 indicates Line3 status Example: All lines high = 0b111 |
a2A5320-52cm | Output status 0 (e.g., User Output Value set to false or Flash Window signal low) = LineStatus false = voltage level lowb Output status 1 = LineStatus true = voltage level high | Bit 0 indicates Line1 status Bit 1 indicates Line2 status Bit 2 indicates Line3 status Example: All lines high = 0b111 |
a2A5328-4gcBAS | Output status 0 (e.g., User Output Value set to false or Flash Window signal low) = LineStatus false = voltage level lowb Output status 1 = LineStatus true = voltage level high | Bit 0 indicates Line1 status Bit 1 indicates Line2 status Bit 2 indicates Line3 status Example: All lines high = 0b111 |
a2A5328-4gcPRO | Output status 0 (e.g., User Output Value set to false or Flash Window signal low) = LineStatus false = voltage level lowb Output status 1 = LineStatus true = voltage level high | Bit 0 indicates Line1 status Bit 1 indicates Line2 status Bit 2 indicates Line3 status Example: All lines high = 0b111 |
a2A5328-4gmBAS | Output status 0 (e.g., User Output Value set to false or Flash Window signal low) = LineStatus false = voltage level lowb Output status 1 = LineStatus true = voltage level high | Bit 0 indicates Line1 status Bit 1 indicates Line2 status Bit 2 indicates Line3 status Example: All lines high = 0b111 |
a2A5328-4gmPRO | Output status 0 (e.g., User Output Value set to false or Flash Window signal low) = LineStatus false = voltage level lowb Output status 1 = LineStatus true = voltage level high | Bit 0 indicates Line1 status Bit 1 indicates Line2 status Bit 2 indicates Line3 status Example: All lines high = 0b111 |
a2A5328-15ucBAS | Output status 0 (e.g., User Output Value set to false or Flash Window signal low) = LineStatus false = voltage level lowb Output status 1 = LineStatus true = voltage level high | Bit 0 indicates Line1 status Bit 1 indicates Line2 status Bit 2 indicates Line3 status Example: All lines high = 0b111 |
a2A5328-15ucPRO | Output status 0 (e.g., User Output Value set to false or Flash Window signal low) = LineStatus false = voltage level lowb Output status 1 = LineStatus true = voltage level high | Bit 0 indicates Line1 status Bit 1 indicates Line2 status Bit 2 indicates Line3 status Example: All lines high = 0b111 |
a2A5328-15umBAS | Output status 0 (e.g., User Output Value set to false or Flash Window signal low) = LineStatus false = voltage level lowb Output status 1 = LineStatus true = voltage level high | Bit 0 indicates Line1 status Bit 1 indicates Line2 status Bit 2 indicates Line3 status Example: All lines high = 0b111 |
a2A5328-15umPRO | Output status 0 (e.g., User Output Value set to false or Flash Window signal low) = LineStatus false = voltage level lowb Output status 1 = LineStatus true = voltage level high | Bit 0 indicates Line1 status Bit 1 indicates Line2 status Bit 2 indicates Line3 status Example: All lines high = 0b111 |
a2A5328-22g5cBAS | Output status 0 (e.g., User Output Value set to false or Flash Window signal low) = LineStatus false = voltage level lowb Output status 1 = LineStatus true = voltage level high | Bit 0 indicates Line1 status Bit 1 indicates Line2 status Bit 2 indicates Line3 status Example: All lines high = 0b111 |
a2A5328-22g5mBAS | Output status 0 (e.g., User Output Value set to false or Flash Window signal low) = LineStatus false = voltage level lowb Output status 1 = LineStatus true = voltage level high | Bit 0 indicates Line1 status Bit 1 indicates Line2 status Bit 2 indicates Line3 status Example: All lines high = 0b111 |
a2A5328-35cc | Output status 0 (e.g., User Output Value set to false or Flash Window signal low) = LineStatus false = voltage level lowb Output status 1 = LineStatus true = voltage level high | Bit 0 indicates Line1 status Bit 1 indicates Line2 status Bit 2 indicates Line3 status Example: All lines high = 0b111 |
a2A5328-35cm | Output status 0 (e.g., User Output Value set to false or Flash Window signal low) = LineStatus false = voltage level lowb Output status 1 = LineStatus true = voltage level high | Bit 0 indicates Line1 status Bit 1 indicates Line2 status Bit 2 indicates Line3 status Example: All lines high = 0b111 |
acA640-121gm | Output status 0 (e.g., User Output Value set to false or Flash Window signal low) = LineStatus true = voltage level higha Output status 1 = LineStatus false = voltage level low | Bit 0 indicates Line1 status Bit 1 indicates Line2 status Bit 2 indicates Line3 status Example: All lines high = 0b111 |
acA640-300gc | Output status 0 (e.g., User Output Value set to false or Flash Window signal low) = LineStatus true = voltage level higha Output status 1 = LineStatus false = voltage level low | Bit 0 indicates Line1 status Bit 1 indicates Line2 status Bit 2 indicates Line3 status Example: All lines high = 0b111 |
acA640-300gm | Output status 0 (e.g., User Output Value set to false or Flash Window signal low) = LineStatus true = voltage level higha Output status 1 = LineStatus false = voltage level low | Bit 0 indicates Line1 status Bit 1 indicates Line2 status Bit 2 indicates Line3 status Example: All lines high = 0b111 |
acA640-750uc | Output status 0 (e.g., User Output Value set to false or Flash Window signal low) = LineStatus true = voltage level higha Output status 1 = LineStatus false = voltage level low | Bit 0 indicates Line1 status Bit 1 indicates Line2 status Bit 2 indicates Line3 status Bit 3 indicates Line4 status Example: All lines high = 0b1111 |
acA640-750um | Output status 0 (e.g., User Output Value set to false or Flash Window signal low) = LineStatus true = voltage level higha Output status 1 = LineStatus false = voltage level low | Bit 0 indicates Line1 status Bit 1 indicates Line2 status Bit 2 indicates Line3 status Bit 3 indicates Line4 status Example: All lines high = 0b1111 |
acA720-290gc | Output status 0 (e.g., User Output Value set to false or Flash Window signal low) = LineStatus true = voltage level higha Output status 1 = LineStatus false = voltage level low | Bit 0 indicates Line1 status Bit 1 indicates Line2 status Bit 2 indicates Line3 status Example: All lines high = 0b111 |
acA720-290gm | Output status 0 (e.g., User Output Value set to false or Flash Window signal low) = LineStatus true = voltage level higha Output status 1 = LineStatus false = voltage level low | Bit 0 indicates Line1 status Bit 1 indicates Line2 status Bit 2 indicates Line3 status Example: All lines high = 0b111 |
acA720-520uc | Output status 0 (e.g., User Output Value set to false or Flash Window signal low) = LineStatus true = voltage level higha Output status 1 = LineStatus false = voltage level low | Bit 0 indicates Line1 status Bit 1 indicates Line2 status Bit 2 indicates Line3 status Bit 3 indicates Line4 status Example: All lines high = 0b1111 |
acA720-520um | Output status 0 (e.g., User Output Value set to false or Flash Window signal low) = LineStatus true = voltage level higha Output status 1 = LineStatus false = voltage level low | Bit 0 indicates Line1 status Bit 1 indicates Line2 status Bit 2 indicates Line3 status Bit 3 indicates Line4 status Example: All lines high = 0b1111 |
acA800-200gc | Output status 0 (e.g., User Output Value set to false or Flash Window signal low) = LineStatus true = voltage level higha Output status 1 = LineStatus false = voltage level low | Bit 0 indicates Line1 status Bit 1 indicates Line2 status Bit 2 indicates Line3 status Example: All lines high = 0b111 |
acA800-200gm | Output status 0 (e.g., User Output Value set to false or Flash Window signal low) = LineStatus true = voltage level higha Output status 1 = LineStatus false = voltage level low | Bit 0 indicates Line1 status Bit 1 indicates Line2 status Bit 2 indicates Line3 status Example: All lines high = 0b111 |
acA800-510uc | Output status 0 (e.g., User Output Value set to false or Flash Window signal low) = LineStatus true = voltage level higha Output status 1 = LineStatus false = voltage level low | Bit 0 indicates Line1 status Bit 1 indicates Line2 status Bit 2 indicates Line3 status Bit 3 indicates Line4 status Example: All lines high = 0b1111 |
acA800-510um | Output status 0 (e.g., User Output Value set to false or Flash Window signal low) = LineStatus true = voltage level higha Output status 1 = LineStatus false = voltage level low | Bit 0 indicates Line1 status Bit 1 indicates Line2 status Bit 2 indicates Line3 status Bit 3 indicates Line4 status Example: All lines high = 0b1111 |
acA1280-60gc | Output status 0 (e.g., User Output Value set to false or Flash Window signal low) = LineStatus true = voltage level higha Output status 1 = LineStatus false = voltage level low | Bit 0 indicates Line1 status Bit 16 indicates Out1 status Example: All lines high = 0b10000000000000001 |
acA1280-60gm | Output status 0 (e.g., User Output Value set to false or Flash Window signal low) = LineStatus true = voltage level higha Output status 1 = LineStatus false = voltage level low | Bit 0 indicates Line1 status Bit 16 indicates Out1 status Example: All lines high = 0b10000000000000001 |
acA1300-60gc | Output status 0 (e.g., User Output Value set to false or Flash Window signal low) = LineStatus true = voltage level higha Output status 1 = LineStatus false = voltage level low | Bit 0 indicates Line1 status Bit 16 indicates Out1 status Example: All lines high = 0b10000000000000001 |
acA1300-60gm | Output status 0 (e.g., User Output Value set to false or Flash Window signal low) = LineStatus true = voltage level higha Output status 1 = LineStatus false = voltage level low | Bit 0 indicates Line1 status Bit 16 indicates Out1 status Example: All lines high = 0b10000000000000001 |
acA1300-60gmNIR | Output status 0 (e.g., User Output Value set to false or Flash Window signal low) = LineStatus true = voltage level higha Output status 1 = LineStatus false = voltage level low | Bit 0 indicates Line1 status Bit 16 indicates Out1 status Example: All lines high = 0b10000000000000001 |
acA1300-75gc | Output status 0 (e.g., User Output Value set to false or Flash Window signal low) = LineStatus true = voltage level higha Output status 1 = LineStatus false = voltage level low | Bit 0 indicates Line1 status Bit 1 indicates Line2 status Bit 2 indicates Line3 status Example: All lines high = 0b111 |
acA1300-75gm | Output status 0 (e.g., User Output Value set to false or Flash Window signal low) = LineStatus true = voltage level higha Output status 1 = LineStatus false = voltage level low | Bit 0 indicates Line1 status Bit 1 indicates Line2 status Bit 2 indicates Line3 status Example: All lines high = 0b111 |
acA1300-200uc | Output status 0 (e.g., User Output Value set to false or Flash Window signal low) = LineStatus true = voltage level higha Output status 1 = LineStatus false = voltage level low | Bit 0 indicates Line1 status Bit 1 indicates Line2 status Bit 2 indicates Line3 status Bit 3 indicates Line4 status Example: All lines high = 0b1111 |
acA1300-200um | Output status 0 (e.g., User Output Value set to false or Flash Window signal low) = LineStatus true = voltage level higha Output status 1 = LineStatus false = voltage level low | Bit 0 indicates Line1 status Bit 1 indicates Line2 status Bit 2 indicates Line3 status Bit 3 indicates Line4 status Example: All lines high = 0b1111 |
acA1440-73gc | Output status 0 (e.g., User Output Value set to false or Flash Window signal low) = LineStatus true = voltage level higha Output status 1 = LineStatus false = voltage level low | Bit 0 indicates Line1 status Bit 1 indicates Line2 status Bit 2 indicates Line3 status Example: All lines high = 0b111 |
acA1440-73gm | Output status 0 (e.g., User Output Value set to false or Flash Window signal low) = LineStatus true = voltage level higha Output status 1 = LineStatus false = voltage level low | Bit 0 indicates Line1 status Bit 1 indicates Line2 status Bit 2 indicates Line3 status Example: All lines high = 0b111 |
acA1440-220uc | Output status 0 (e.g., User Output Value set to false or Flash Window signal low) = LineStatus true = voltage level higha Output status 1 = LineStatus false = voltage level low | Bit 0 indicates Line1 status Bit 1 indicates Line2 status Bit 2 indicates Line3 status Bit 3 indicates Line4 status Example: All lines high = 0b1111 |
acA1440-220um | Output status 0 (e.g., User Output Value set to false or Flash Window signal low) = LineStatus true = voltage level higha Output status 1 = LineStatus false = voltage level low | Bit 0 indicates Line1 status Bit 1 indicates Line2 status Bit 2 indicates Line3 status Bit 3 indicates Line4 status Example: All lines high = 0b1111 |
acA1600-20gc | Output status 0 (e.g., User Output Value set to false or Flash Window signal low) = LineStatus true = voltage level higha Output status 1 = LineStatus false = voltage level low | Bit 0 indicates Line1 status Bit 16 indicates Out1 status Example: All lines high = 0b10000000000000001 |
acA1600-20uc | Output status 0 (e.g., User Output Value set to false or Flash Window signal low) = LineStatus true = voltage level higha Output status 1 = LineStatus false = voltage level low | Bit 0 indicates Line1 status Bit 1 indicates Line2 status Bit 2 indicates Line3 status Bit 3 indicates Line4 status Example: All lines high = 0b1111 |
acA1600-60gc | Output status 0 (e.g., User Output Value set to false or Flash Window signal low) = LineStatus true = voltage level higha Output status 1 = LineStatus false = voltage level low | Bit 0 indicates Line1 status Bit 16 indicates Out1 status Example: All lines high = 0b10000000000000001 |
acA1600-60gm | Output status 0 (e.g., User Output Value set to false or Flash Window signal low) = LineStatus true = voltage level higha Output status 1 = LineStatus false = voltage level low | Bit 0 indicates Line1 status Bit 16 indicates Out1 status Example: All lines high = 0b10000000000000001 |
acA1920-25gc | Output status 0 (e.g., User Output Value set to false or Flash Window signal low) = LineStatus true = voltage level higha Output status 1 = LineStatus false = voltage level low | Bit 0 indicates Line1 status Bit 16 indicates Out1 status Example: All lines high = 0b10000000000000001 |
acA1920-25gm | Output status 0 (e.g., User Output Value set to false or Flash Window signal low) = LineStatus true = voltage level higha Output status 1 = LineStatus false = voltage level low | Bit 0 indicates Line1 status Bit 16 indicates Out1 status Example: All lines high = 0b10000000000000001 |
acA1920-25uc | Output status 0 (e.g., User Output Value set to false or Flash Window signal low) = LineStatus true = voltage level higha Output status 1 = LineStatus false = voltage level low | Bit 0 indicates Line1 status Bit 1 indicates Line2 status Bit 2 indicates Line3 status Bit 3 indicates Line4 status Example: All lines high = 0b1111 |
acA1920-25um | Output status 0 (e.g., User Output Value set to false or Flash Window signal low) = LineStatus true = voltage level higha Output status 1 = LineStatus false = voltage level low | Bit 0 indicates Line1 status Bit 1 indicates Line2 status Bit 2 indicates Line3 status Bit 3 indicates Line4 status Example: All lines high = 0b1111 |
acA1920-40gc | Output status 0 (e.g., User Output Value set to false or Flash Window signal low) = LineStatus true = voltage level higha Output status 1 = LineStatus false = voltage level low | Bit 0 indicates Line1 status Bit 1 indicates Line2 status Bit 2 indicates Line3 status Example: All lines high = 0b111 |
acA1920-40gm | Output status 0 (e.g., User Output Value set to false or Flash Window signal low) = LineStatus true = voltage level higha Output status 1 = LineStatus false = voltage level low | Bit 0 indicates Line1 status Bit 1 indicates Line2 status Bit 2 indicates Line3 status Example: All lines high = 0b111 |
acA1920-40uc | Output status 0 (e.g., User Output Value set to false or Flash Window signal low) = LineStatus true = voltage level higha Output status 1 = LineStatus false = voltage level low | Bit 0 indicates Line1 status Bit 1 indicates Line2 status Bit 2 indicates Line3 status Bit 3 indicates Line4 status Example: All lines high = 0b1111 |
acA1920-40ucMED | Output status 0 (e.g., User Output Value set to false or Flash Window signal low) = LineStatus true = voltage level higha Output status 1 = LineStatus false = voltage level low | Bit 0 indicates Line1 status Bit 1 indicates Line2 status Bit 2 indicates Line3 status Bit 3 indicates Line4 status Example: All lines high = 0b1111 |
acA1920-40um | Output status 0 (e.g., User Output Value set to false or Flash Window signal low) = LineStatus true = voltage level higha Output status 1 = LineStatus false = voltage level low | Bit 0 indicates Line1 status Bit 1 indicates Line2 status Bit 2 indicates Line3 status Bit 3 indicates Line4 status Example: All lines high = 0b1111 |
acA1920-40umMED | Output status 0 (e.g., User Output Value set to false or Flash Window signal low) = LineStatus true = voltage level higha Output status 1 = LineStatus false = voltage level low | Bit 0 indicates Line1 status Bit 1 indicates Line2 status Bit 2 indicates Line3 status Bit 3 indicates Line4 status Example: All lines high = 0b1111 |
acA1920-48gc | Output status 0 (e.g., User Output Value set to false or Flash Window signal low) = LineStatus true = voltage level higha Output status 1 = LineStatus false = voltage level low | Bit 0 indicates Line1 status Bit 1 indicates Line2 status Bit 2 indicates Line3 status Example: All lines high = 0b111 |
acA1920-48gm | Output status 0 (e.g., User Output Value set to false or Flash Window signal low) = LineStatus true = voltage level higha Output status 1 = LineStatus false = voltage level low | Bit 0 indicates Line1 status Bit 1 indicates Line2 status Bit 2 indicates Line3 status Example: All lines high = 0b111 |
acA1920-50gc | Output status 0 (e.g., User Output Value set to false or Flash Window signal low) = LineStatus true = voltage level higha Output status 1 = LineStatus false = voltage level low | Bit 0 indicates Line1 status Bit 1 indicates Line2 status Bit 2 indicates Line3 status Example: All lines high = 0b111 |
acA1920-50gm | Output status 0 (e.g., User Output Value set to false or Flash Window signal low) = LineStatus true = voltage level higha Output status 1 = LineStatus false = voltage level low | Bit 0 indicates Line1 status Bit 1 indicates Line2 status Bit 2 indicates Line3 status Example: All lines high = 0b111 |
acA1920-150uc | Output status 0 (e.g., User Output Value set to false or Flash Window signal low) = LineStatus true = voltage level higha Output status 1 = LineStatus false = voltage level low | Bit 0 indicates Line1 status Bit 1 indicates Line2 status Bit 2 indicates Line3 status Bit 3 indicates Line4 status Example: All lines high = 0b1111 |
acA1920-150um | Output status 0 (e.g., User Output Value set to false or Flash Window signal low) = LineStatus true = voltage level higha Output status 1 = LineStatus false = voltage level low | Bit 0 indicates Line1 status Bit 1 indicates Line2 status Bit 2 indicates Line3 status Bit 3 indicates Line4 status Example: All lines high = 0b1111 |
acA1920-155uc | Output status 0 (e.g., User Output Value set to false or Flash Window signal low) = LineStatus true = voltage level higha Output status 1 = LineStatus false = voltage level low | Bit 0 indicates Line1 status Bit 1 indicates Line2 status Bit 2 indicates Line3 status Bit 3 indicates Line4 status Example: All lines high = 0b1111 |
acA1920-155ucMED | Output status 0 (e.g., User Output Value set to false or Flash Window signal low) = LineStatus true = voltage level higha Output status 1 = LineStatus false = voltage level low | Bit 0 indicates Line1 status Bit 1 indicates Line2 status Bit 2 indicates Line3 status Bit 3 indicates Line4 status Example: All lines high = 0b1111 |
acA1920-155um | Output status 0 (e.g., User Output Value set to false or Flash Window signal low) = LineStatus true = voltage level higha Output status 1 = LineStatus false = voltage level low | Bit 0 indicates Line1 status Bit 1 indicates Line2 status Bit 2 indicates Line3 status Bit 3 indicates Line4 status Example: All lines high = 0b1111 |
acA1920-155umMED | Output status 0 (e.g., User Output Value set to false or Flash Window signal low) = LineStatus true = voltage level higha Output status 1 = LineStatus false = voltage level low | Bit 0 indicates Line1 status Bit 1 indicates Line2 status Bit 2 indicates Line3 status Bit 3 indicates Line4 status Example: All lines high = 0b1111 |
acA2000-50gc | Output status 0 (e.g., User Output Value set to false or Flash Window signal low) = LineStatus true = voltage level higha Output status 1 = LineStatus false = voltage level low | Bit 0 indicates Line1 status Bit 16 indicates Out1 status Example: All lines high = 0b10000000000000001 |
acA2000-50gm | Output status 0 (e.g., User Output Value set to false or Flash Window signal low) = LineStatus true = voltage level higha Output status 1 = LineStatus false = voltage level low | Bit 0 indicates Line1 status Bit 16 indicates Out1 status Example: All lines high = 0b10000000000000001 |
acA2000-165uc | Output status 0 (e.g., User Output Value set to false or Flash Window signal low) = LineStatus true = voltage level higha Output status 1 = LineStatus false = voltage level low | Bit 0 indicates Line1 status Bit 1 indicates Line2 status Bit 2 indicates Line3 status Bit 3 indicates Line4 status Example: All lines high = 0b1111 |
acA2000-165um | Output status 0 (e.g., User Output Value set to false or Flash Window signal low) = LineStatus true = voltage level higha Output status 1 = LineStatus false = voltage level low | Bit 0 indicates Line1 status Bit 1 indicates Line2 status Bit 2 indicates Line3 status Bit 3 indicates Line4 status Example: All lines high = 0b1111 |
acA2040-25gc | Output status 0 (e.g., User Output Value set to false or Flash Window signal low) = LineStatus true = voltage level higha Output status 1 = LineStatus false = voltage level low | Bit 0 indicates Line1 status Bit 16 indicates Out1 status Example: All lines high = 0b10000000000000001 |
acA2040-25gm | Output status 0 (e.g., User Output Value set to false or Flash Window signal low) = LineStatus true = voltage level higha Output status 1 = LineStatus false = voltage level low | Bit 0 indicates Line1 status Bit 16 indicates Out1 status Example: All lines high = 0b10000000000000001 |
acA2040-25gmNIR | Output status 0 (e.g., User Output Value set to false or Flash Window signal low) = LineStatus true = voltage level higha Output status 1 = LineStatus false = voltage level low | Bit 0 indicates Line1 status Bit 16 indicates Out1 status Example: All lines high = 0b10000000000000001 |
acA2040-35gc | Output status 0 (e.g., User Output Value set to false or Flash Window signal low) = LineStatus true = voltage level higha Output status 1 = LineStatus false = voltage level low | Bit 0 indicates Line1 status Bit 1 indicates Line2 status Bit 2 indicates Line3 status Example: All lines high = 0b111 |
acA2040-35gm | Output status 0 (e.g., User Output Value set to false or Flash Window signal low) = LineStatus true = voltage level higha Output status 1 = LineStatus false = voltage level low | Bit 0 indicates Line1 status Bit 1 indicates Line2 status Bit 2 indicates Line3 status Example: All lines high = 0b111 |
acA2040-55uc | Output status 0 (e.g., User Output Value set to false or Flash Window signal low) = LineStatus true = voltage level higha Output status 1 = LineStatus false = voltage level low | Bit 0 indicates Line1 status Bit 1 indicates Line2 status Bit 2 indicates Line3 status Bit 3 indicates Line4 status Example: All lines high = 0b1111 |
acA2040-55um | Output status 0 (e.g., User Output Value set to false or Flash Window signal low) = LineStatus true = voltage level higha Output status 1 = LineStatus false = voltage level low | Bit 0 indicates Line1 status Bit 1 indicates Line2 status Bit 2 indicates Line3 status Bit 3 indicates Line4 status Example: All lines high = 0b1111 |
acA2040-90uc | Output status 0 (e.g., User Output Value set to false or Flash Window signal low) = LineStatus true = voltage level higha Output status 1 = LineStatus false = voltage level low | Bit 0 indicates Line1 status Bit 1 indicates Line2 status Bit 2 indicates Line3 status Bit 3 indicates Line4 status Example: All lines high = 0b1111 |
acA2040-90um | Output status 0 (e.g., User Output Value set to false or Flash Window signal low) = LineStatus true = voltage level higha Output status 1 = LineStatus false = voltage level low | Bit 0 indicates Line1 status Bit 1 indicates Line2 status Bit 2 indicates Line3 status Bit 3 indicates Line4 status Example: All lines high = 0b1111 |
acA2040-90umNIR | Output status 0 (e.g., User Output Value set to false or Flash Window signal low) = LineStatus true = voltage level higha Output status 1 = LineStatus false = voltage level low | Bit 0 indicates Line1 status Bit 1 indicates Line2 status Bit 2 indicates Line3 status Bit 3 indicates Line4 status Example: All lines high = 0b1111 |
acA2040-120uc | Output status 0 (e.g., User Output Value set to false or Flash Window signal low) = LineStatus true = voltage level higha Output status 1 = LineStatus false = voltage level low | Bit 0 indicates Line1 status Bit 1 indicates Line2 status Bit 2 indicates Line3 status Bit 3 indicates Line4 status Example: All lines high = 0b1111 |
acA2040-120um | Output status 0 (e.g., User Output Value set to false or Flash Window signal low) = LineStatus true = voltage level higha Output status 1 = LineStatus false = voltage level low | Bit 0 indicates Line1 status Bit 1 indicates Line2 status Bit 2 indicates Line3 status Bit 3 indicates Line4 status Example: All lines high = 0b1111 |
acA2440-20gc | Output status 0 (e.g., User Output Value set to false or Flash Window signal low) = LineStatus true = voltage level higha Output status 1 = LineStatus false = voltage level low | Bit 0 indicates Line1 status Bit 1 indicates Line2 status Bit 2 indicates Line3 status Example: All lines high = 0b111 |
acA2440-20gm | Output status 0 (e.g., User Output Value set to false or Flash Window signal low) = LineStatus true = voltage level higha Output status 1 = LineStatus false = voltage level low | Bit 0 indicates Line1 status Bit 1 indicates Line2 status Bit 2 indicates Line3 status Example: All lines high = 0b111 |
acA2440-35uc | Output status 0 (e.g., User Output Value set to false or Flash Window signal low) = LineStatus true = voltage level higha Output status 1 = LineStatus false = voltage level low | Bit 0 indicates Line1 status Bit 1 indicates Line2 status Bit 2 indicates Line3 status Bit 3 indicates Line4 status Example: All lines high = 0b1111 |
acA2440-35ucMED | Output status 0 (e.g., User Output Value set to false or Flash Window signal low) = LineStatus true = voltage level higha Output status 1 = LineStatus false = voltage level low | Bit 0 indicates Line1 status Bit 1 indicates Line2 status Bit 2 indicates Line3 status Bit 3 indicates Line4 status Example: All lines high = 0b1111 |
acA2440-35um | Output status 0 (e.g., User Output Value set to false or Flash Window signal low) = LineStatus true = voltage level higha Output status 1 = LineStatus false = voltage level low | Bit 0 indicates Line1 status Bit 1 indicates Line2 status Bit 2 indicates Line3 status Bit 3 indicates Line4 status Example: All lines high = 0b1111 |
acA2440-35umMED | Output status 0 (e.g., User Output Value set to false or Flash Window signal low) = LineStatus true = voltage level higha Output status 1 = LineStatus false = voltage level low | Bit 0 indicates Line1 status Bit 1 indicates Line2 status Bit 2 indicates Line3 status Bit 3 indicates Line4 status Example: All lines high = 0b1111 |
acA2440-75uc | Output status 0 (e.g., User Output Value set to false or Flash Window signal low) = LineStatus true = voltage level higha Output status 1 = LineStatus false = voltage level low | Bit 0 indicates Line1 status Bit 1 indicates Line2 status Bit 2 indicates Line3 status Bit 3 indicates Line4 status Example: All lines high = 0b1111 |
acA2440-75ucMED | Output status 0 (e.g., User Output Value set to false or Flash Window signal low) = LineStatus true = voltage level higha Output status 1 = LineStatus false = voltage level low | Bit 0 indicates Line1 status Bit 1 indicates Line2 status Bit 2 indicates Line3 status Bit 3 indicates Line4 status Example: All lines high = 0b1111 |
acA2440-75um | Output status 0 (e.g., User Output Value set to false or Flash Window signal low) = LineStatus true = voltage level higha Output status 1 = LineStatus false = voltage level low | Bit 0 indicates Line1 status Bit 1 indicates Line2 status Bit 2 indicates Line3 status Bit 3 indicates Line4 status Example: All lines high = 0b1111 |
acA2440-75umMED | Output status 0 (e.g., User Output Value set to false or Flash Window signal low) = LineStatus true = voltage level higha Output status 1 = LineStatus false = voltage level low | Bit 0 indicates Line1 status Bit 1 indicates Line2 status Bit 2 indicates Line3 status Bit 3 indicates Line4 status Example: All lines high = 0b1111 |
acA2500-14gc | Output status 0 (e.g., User Output Value set to false or Flash Window signal low) = LineStatus true = voltage level higha Output status 1 = LineStatus false = voltage level low | Bit 0 indicates Line1 status Bit 16 indicates Out1 status Example: All lines high = 0b10000000000000001 |
acA2500-14gm | Output status 0 (e.g., User Output Value set to false or Flash Window signal low) = LineStatus true = voltage level higha Output status 1 = LineStatus false = voltage level low | Bit 0 indicates Line1 status Bit 16 indicates Out1 status Example: All lines high = 0b10000000000000001 |
acA2500-14uc | Output status 0 (e.g., User Output Value set to false or Flash Window signal low) = LineStatus true = voltage level higha Output status 1 = LineStatus false = voltage level low | Bit 0 indicates Line1 status Bit 1 indicates Line2 status Bit 2 indicates Line3 status Bit 3 indicates Line4 status Example: All lines high = 0b1111 |
acA2500-14um | Output status 0 (e.g., User Output Value set to false or Flash Window signal low) = LineStatus true = voltage level higha Output status 1 = LineStatus false = voltage level low | Bit 0 indicates Line1 status Bit 1 indicates Line2 status Bit 2 indicates Line3 status Bit 3 indicates Line4 status Example: All lines high = 0b1111 |
acA2500-20gc | Output status 0 (e.g., User Output Value set to false or Flash Window signal low) = LineStatus true = voltage level higha Output status 1 = LineStatus false = voltage level low | Bit 0 indicates Line1 status Bit 1 indicates Line2 status Bit 2 indicates Line3 status Example: All lines high = 0b111 |
acA2500-20gcMED | Output status 0 (e.g., User Output Value set to false or Flash Window signal low) = LineStatus true = voltage level higha Output status 1 = LineStatus false = voltage level low | Bit 0 indicates Line1 status Bit 1 indicates Line2 status Bit 2 indicates Line3 status Example: All lines high = 0b111 |
acA2500-20gm | Output status 0 (e.g., User Output Value set to false or Flash Window signal low) = LineStatus true = voltage level higha Output status 1 = LineStatus false = voltage level low | Bit 0 indicates Line1 status Bit 1 indicates Line2 status Bit 2 indicates Line3 status Example: All lines high = 0b111 |
acA2500-20gmMED | Output status 0 (e.g., User Output Value set to false or Flash Window signal low) = LineStatus true = voltage level higha Output status 1 = LineStatus false = voltage level low | Bit 0 indicates Line1 status Bit 1 indicates Line2 status Bit 2 indicates Line3 status Example: All lines high = 0b111 |
acA2500-60uc | Output status 0 (e.g., User Output Value set to false or Flash Window signal low) = LineStatus true = voltage level higha Output status 1 = LineStatus false = voltage level low | Bit 0 indicates Line1 status Bit 1 indicates Line2 status Bit 2 indicates Line3 status Bit 3 indicates Line4 status Example: All lines high = 0b1111 |
acA2500-60um | Output status 0 (e.g., User Output Value set to false or Flash Window signal low) = LineStatus true = voltage level higha Output status 1 = LineStatus false = voltage level low | Bit 0 indicates Line1 status Bit 1 indicates Line2 status Bit 2 indicates Line3 status Bit 3 indicates Line4 status Example: All lines high = 0b1111 |
acA3088-16gc | Output status 0 (e.g., User Output Value set to false or Flash Window signal low) = LineStatus true = voltage level higha Output status 1 = LineStatus false = voltage level low | Bit 0 indicates Line1 status Bit 1 indicates Line2 status Bit 2 indicates Line3 status Example: All lines high = 0b111 |
acA3088-16gm | Output status 0 (e.g., User Output Value set to false or Flash Window signal low) = LineStatus true = voltage level higha Output status 1 = LineStatus false = voltage level low | Bit 0 indicates Line1 status Bit 1 indicates Line2 status Bit 2 indicates Line3 status Example: All lines high = 0b111 |
acA3088-57uc | Output status 0 (e.g., User Output Value set to false or Flash Window signal low) = LineStatus true = voltage level higha Output status 1 = LineStatus false = voltage level low | Bit 0 indicates Line1 status Bit 1 indicates Line2 status Bit 2 indicates Line3 status Bit 3 indicates Line4 status Example: All lines high = 0b1111 |
acA3088-57ucMED | Output status 0 (e.g., User Output Value set to false or Flash Window signal low) = LineStatus true = voltage level higha Output status 1 = LineStatus false = voltage level low | Bit 0 indicates Line1 status Bit 1 indicates Line2 status Bit 2 indicates Line3 status Bit 3 indicates Line4 status Example: All lines high = 0b1111 |
acA3088-57um | Output status 0 (e.g., User Output Value set to false or Flash Window signal low) = LineStatus true = voltage level higha Output status 1 = LineStatus false = voltage level low | Bit 0 indicates Line1 status Bit 1 indicates Line2 status Bit 2 indicates Line3 status Bit 3 indicates Line4 status Example: All lines high = 0b1111 |
acA3088-57umMED | Output status 0 (e.g., User Output Value set to false or Flash Window signal low) = LineStatus true = voltage level higha Output status 1 = LineStatus false = voltage level low | Bit 0 indicates Line1 status Bit 1 indicates Line2 status Bit 2 indicates Line3 status Bit 3 indicates Line4 status Example: All lines high = 0b1111 |
acA3800-10gc | Output status 0 (e.g., User Output Value set to false or Flash Window signal low) = LineStatus true = voltage level higha Output status 1 = LineStatus false = voltage level low | Bit 0 indicates Line1 status Bit 16 indicates Out1 status Example: All lines high = 0b10000000000000001 |
acA3800-10gm | Output status 0 (e.g., User Output Value set to false or Flash Window signal low) = LineStatus true = voltage level higha Output status 1 = LineStatus false = voltage level low | Bit 0 indicates Line1 status Bit 16 indicates Out1 status Example: All lines high = 0b10000000000000001 |
acA3800-14uc | Output status 0 (e.g., User Output Value set to false or Flash Window signal low) = LineStatus true = voltage level higha Output status 1 = LineStatus false = voltage level low | Bit 0 indicates Line1 status Bit 1 indicates Line2 status Bit 2 indicates Line3 status Bit 3 indicates Line4 status Example: All lines high = 0b1111 |
acA3800-14um | Output status 0 (e.g., User Output Value set to false or Flash Window signal low) = LineStatus true = voltage level higha Output status 1 = LineStatus false = voltage level low | Bit 0 indicates Line1 status Bit 1 indicates Line2 status Bit 2 indicates Line3 status Bit 3 indicates Line4 status Example: All lines high = 0b1111 |
acA4024-8gc | Output status 0 (e.g., User Output Value set to false or Flash Window signal low) = LineStatus true = voltage level higha Output status 1 = LineStatus false = voltage level low | Bit 0 indicates Line1 status Bit 1 indicates Line2 status Bit 2 indicates Line3 status Example: All lines high = 0b111 |
acA4024-8gm | Output status 0 (e.g., User Output Value set to false or Flash Window signal low) = LineStatus true = voltage level higha Output status 1 = LineStatus false = voltage level low | Bit 0 indicates Line1 status Bit 1 indicates Line2 status Bit 2 indicates Line3 status Example: All lines high = 0b111 |
acA4024-29uc | Output status 0 (e.g., User Output Value set to false or Flash Window signal low) = LineStatus true = voltage level higha Output status 1 = LineStatus false = voltage level low | Bit 0 indicates Line1 status Bit 1 indicates Line2 status Bit 2 indicates Line3 status Bit 3 indicates Line4 status Example: All lines high = 0b1111 |
acA4024-29um | Output status 0 (e.g., User Output Value set to false or Flash Window signal low) = LineStatus true = voltage level higha Output status 1 = LineStatus false = voltage level low | Bit 0 indicates Line1 status Bit 1 indicates Line2 status Bit 2 indicates Line3 status Bit 3 indicates Line4 status Example: All lines high = 0b1111 |
acA4096-11gc | Output status 0 (e.g., User Output Value set to false or Flash Window signal low) = LineStatus true = voltage level higha Output status 1 = LineStatus false = voltage level low | Bit 0 is always 0 Bit 1 configures the status of Line 2 Bit 2 configures the status of Line 3 Example: All lines high = 0b110 |
acA4096-11gm | Output status 0 (e.g., User Output Value set to false or Flash Window signal low) = LineStatus true = voltage level higha Output status 1 = LineStatus false = voltage level low | Bit 0 indicates Line1 status Bit 1 indicates Line2 status Bit 2 indicates Line3 status Example: All lines high = 0b111 |
acA4096-30uc | Output status 0 (e.g., User Output Value set to false or Flash Window signal low) = LineStatus true = voltage level higha Output status 1 = LineStatus false = voltage level low | Bit 0 indicates Line1 status Bit 1 indicates Line2 status Bit 2 indicates Line3 status Bit 3 indicates Line4 status Example: All lines high = 0b1111 |
acA4096-30ucMED | Output status 0 (e.g., User Output Value set to false or Flash Window signal low) = LineStatus true = voltage level higha Output status 1 = LineStatus false = voltage level low | Bit 0 indicates Line1 status Bit 1 indicates Line2 status Bit 2 indicates Line3 status Bit 3 indicates Line4 status Example: All lines high = 0b1111 |
acA4096-30um | Output status 0 (e.g., User Output Value set to false or Flash Window signal low) = LineStatus true = voltage level higha Output status 1 = LineStatus false = voltage level low | Bit 0 indicates Line1 status Bit 1 indicates Line2 status Bit 2 indicates Line3 status Bit 3 indicates Line4 status Example: All lines high = 0b1111 |
acA4096-30umMED | Output status 0 (e.g., User Output Value set to false or Flash Window signal low) = LineStatus true = voltage level higha Output status 1 = LineStatus false = voltage level low | Bit 0 indicates Line1 status Bit 1 indicates Line2 status Bit 2 indicates Line3 status Bit 3 indicates Line4 status Example: All lines high = 0b1111 |
acA4096-40uc | Output status 0 (e.g., User Output Value set to false or Flash Window signal low) = LineStatus true = voltage level higha Output status 1 = LineStatus false = voltage level low | Bit 0 indicates Line1 status Bit 1 indicates Line2 status Bit 2 indicates Line3 status Bit 3 indicates Line4 status Example: All lines high = 0b1111 |
acA4096-40ucMED | Output status 0 (e.g., User Output Value set to false or Flash Window signal low) = LineStatus true = voltage level higha Output status 1 = LineStatus false = voltage level low | Bit 0 indicates Line1 status Bit 1 indicates Line2 status Bit 2 indicates Line3 status Bit 3 indicates Line4 status Example: All lines high = 0b1111 |
acA4096-40um | Output status 0 (e.g., User Output Value set to false or Flash Window signal low) = LineStatus true = voltage level higha Output status 1 = LineStatus false = voltage level low | Bit 0 indicates Line1 status Bit 1 indicates Line2 status Bit 2 indicates Line3 status Bit 3 indicates Line4 status Example: All lines high = 0b1111 |
acA4096-40umMED | Output status 0 (e.g., User Output Value set to false or Flash Window signal low) = LineStatus true = voltage level higha Output status 1 = LineStatus false = voltage level low | Bit 0 indicates Line1 status Bit 1 indicates Line2 status Bit 2 indicates Line3 status Bit 3 indicates Line4 status Example: All lines high = 0b1111 |
acA4112-8gc | Output status 0 (e.g., User Output Value set to false or Flash Window signal low) = LineStatus true = voltage level higha Output status 1 = LineStatus false = voltage level low | Bit 0 indicates Line1 status Bit 1 indicates Line2 status Bit 2 indicates Line3 status Example: All lines high = 0b111 |
acA4112-8gm | Output status 0 (e.g., User Output Value set to false or Flash Window signal low) = LineStatus true = voltage level higha Output status 1 = LineStatus false = voltage level low | Bit 0 indicates Line1 status Bit 1 indicates Line2 status Bit 2 indicates Line3 status Example: All lines high = 0b111 |
acA4112-20uc | Output status 0 (e.g., User Output Value set to false or Flash Window signal low) = LineStatus true = voltage level higha Output status 1 = LineStatus false = voltage level low | Bit 0 indicates Line1 status Bit 1 indicates Line2 status Bit 2 indicates Line3 status Bit 3 indicates Line4 status Example: All lines high = 0b1111 |
acA4112-20ucMED | Output status 0 (e.g., User Output Value set to false or Flash Window signal low) = LineStatus true = voltage level higha Output status 1 = LineStatus false = voltage level low | Bit 0 indicates Line1 status Bit 1 indicates Line2 status Bit 2 indicates Line3 status Bit 3 indicates Line4 status Example: All lines high = 0b1111 |
acA4112-20um | Output status 0 (e.g., User Output Value set to false or Flash Window signal low) = LineStatus true = voltage level higha Output status 1 = LineStatus false = voltage level low | Bit 0 indicates Line1 status Bit 1 indicates Line2 status Bit 2 indicates Line3 status Bit 3 indicates Line4 status Example: All lines high = 0b1111 |
acA4112-20umMED | Output status 0 (e.g., User Output Value set to false or Flash Window signal low) = LineStatus true = voltage level higha Output status 1 = LineStatus false = voltage level low | Bit 0 indicates Line1 status Bit 1 indicates Line2 status Bit 2 indicates Line3 status Bit 3 indicates Line4 status Example: All lines high = 0b1111 |
acA4112-30uc | Output status 0 (e.g., User Output Value set to false or Flash Window signal low) = LineStatus true = voltage level higha Output status 1 = LineStatus false = voltage level low | Bit 0 indicates Line1 status Bit 1 indicates Line2 status Bit 2 indicates Line3 status Bit 3 indicates Line4 status Example: All lines high = 0b1111 |
acA4112-30ucMED | Output status 0 (e.g., User Output Value set to false or Flash Window signal low) = LineStatus true = voltage level higha Output status 1 = LineStatus false = voltage level low | Bit 0 indicates Line1 status Bit 1 indicates Line2 status Bit 2 indicates Line3 status Bit 3 indicates Line4 status Example: All lines high = 0b1111 |
acA4112-30um | Output status 0 (e.g., User Output Value set to false or Flash Window signal low) = LineStatus true = voltage level higha Output status 1 = LineStatus false = voltage level low | Bit 0 indicates Line1 status Bit 1 indicates Line2 status Bit 2 indicates Line3 status Bit 3 indicates Line4 status Example: All lines high = 0b1111 |
acA4112-30umMED | Output status 0 (e.g., User Output Value set to false or Flash Window signal low) = LineStatus true = voltage level higha Output status 1 = LineStatus false = voltage level low | Bit 0 indicates Line1 status Bit 1 indicates Line2 status Bit 2 indicates Line3 status Bit 3 indicates Line4 status Example: All lines high = 0b1111 |
acA5472-5gc | Output status 0 (e.g., User Output Value set to false or Flash Window signal low) = LineStatus true = voltage level higha Output status 1 = LineStatus false = voltage level low | Bit 0 indicates Line1 status Bit 1 indicates Line2 status Bit 2 indicates Line3 status Example: All lines high = 0b111 |
acA5472-5gm | Output status 0 (e.g., User Output Value set to false or Flash Window signal low) = LineStatus true = voltage level higha Output status 1 = LineStatus false = voltage level low | Bit 0 indicates Line1 status Bit 1 indicates Line2 status Bit 2 indicates Line3 status Example: All lines high = 0b111 |
acA5472-17uc | Output status 0 (e.g., User Output Value set to false or Flash Window signal low) = LineStatus true = voltage level higha Output status 1 = LineStatus false = voltage level low | Bit 0 indicates Line1 status Bit 1 indicates Line2 status Bit 2 indicates Line3 status Bit 3 indicates Line4 status Example: All lines high = 0b1111 |
acA5472-17ucMED | Output status 0 (e.g., User Output Value set to false or Flash Window signal low) = LineStatus true = voltage level higha Output status 1 = LineStatus false = voltage level low | Bit 0 indicates Line1 status Bit 1 indicates Line2 status Bit 2 indicates Line3 status Bit 3 indicates Line4 status Example: All lines high = 0b1111 |
acA5472-17um | Output status 0 (e.g., User Output Value set to false or Flash Window signal low) = LineStatus true = voltage level higha Output status 1 = LineStatus false = voltage level low | Bit 0 indicates Line1 status Bit 1 indicates Line2 status Bit 2 indicates Line3 status Bit 3 indicates Line4 status Example: All lines high = 0b1111 |
acA5472-17umMED | Output status 0 (e.g., User Output Value set to false or Flash Window signal low) = LineStatus true = voltage level higha Output status 1 = LineStatus false = voltage level low | Bit 0 indicates Line1 status Bit 1 indicates Line2 status Bit 2 indicates Line3 status Bit 3 indicates Line4 status Example: All lines high = 0b1111 |
boA1936-400cc | Output status 0 (e.g., User Output Value set to false or Flash Window signal low) = LineStatus false = voltage level lowbOutput status 1 = LineStatus true = voltage level high | Bit 0 indicates Line1 status Bit 1 indicates Line2 status Bit 2 indicates Line3 status Example: All lines high = 0b111 |
boA1936-400cm | Output status 0 (e.g., User Output Value set to false or Flash Window signal low) = LineStatus false = voltage level lowbOutput status 1 = LineStatus true = voltage level high | Bit 0 indicates Line1 status Bit 1 indicates Line2 status Bit 2 indicates Line3 status Example: All lines high = 0b111 |
boA2448-250cc | Output status 0 (e.g., User Output Value set to false or Flash Window signal low) = LineStatus false = voltage level lowbOutput status 1 = LineStatus true = voltage level high | Bit 0 indicates Line1 status Bit 1 indicates Line2 status Bit 2 indicates Line3 status Example: All lines high = 0b111 |
boA2448-250cm | Output status 0 (e.g., User Output Value set to false or Flash Window signal low) = LineStatus false = voltage level lowbOutput status 1 = LineStatus true = voltage level high | Bit 0 indicates Line1 status Bit 1 indicates Line2 status Bit 2 indicates Line3 status Example: All lines high = 0b111 |
boA2832-190cc | Output status 0 (e.g., User Output Value set to false or Flash Window signal low) = LineStatus false = voltage level lowbOutput status 1 = LineStatus true = voltage level high | Bit 0 indicates Line1 status Bit 1 indicates Line2 status Bit 2 indicates Line3 status Example: All lines high = 0b111 |
boA2832-190cm | Output status 0 (e.g., User Output Value set to false or Flash Window signal low) = LineStatus false = voltage level lowbOutput status 1 = LineStatus true = voltage level high | Bit 0 indicates Line1 status Bit 1 indicates Line2 status Bit 2 indicates Line3 status Example: All lines high = 0b111 |
boA4096-93cc | Output status 0 (e.g., User Output Value set to false or Flash Window signal low) = LineStatus false = voltage level lowbOutput status 1 = LineStatus true = voltage level high | Bit 0 indicates Line1 status Bit 1 indicates Line2 status Bit 2 indicates Line3 status Example: All lines high = 0b111 |
boA4096-93cm | Output status 0 (e.g., User Output Value set to false or Flash Window signal low) = LineStatus false = voltage level lowbOutput status 1 = LineStatus true = voltage level high | Bit 0 indicates Line1 status Bit 1 indicates Line2 status Bit 2 indicates Line3 status Example: All lines high = 0b111 |
boA4096-180cc | Output status 0 (e.g., User Output Value set to false or Flash Window signal low) = LineStatus false = voltage level lowbOutput status 1 = LineStatus true = voltage level high | Bit 0 indicates Line1 status Bit 1 indicates Line2 status Bit 2 indicates Line3 status Example: All lines high = 0b111 |
boA4096-180cm | Output status 0 (e.g., User Output Value set to false or Flash Window signal low) = LineStatus false = voltage level lowbOutput status 1 = LineStatus true = voltage level high | Bit 0 indicates Line1 status Bit 1 indicates Line2 status Bit 2 indicates Line3 status Example: All lines high = 0b111 |
boA4112-68cc | Output status 0 (e.g., User Output Value set to false or Flash Window signal low) = LineStatus false = voltage level lowbOutput status 1 = LineStatus true = voltage level high | Bit 0 indicates Line1 status Bit 1 indicates Line2 status Bit 2 indicates Line3 status Example: All lines high = 0b111 |
boA4112-68cm | Output status 0 (e.g., User Output Value set to false or Flash Window signal low) = LineStatus false = voltage level lowbOutput status 1 = LineStatus true = voltage level high | Bit 0 indicates Line1 status Bit 1 indicates Line2 status Bit 2 indicates Line3 status Example: All lines high = 0b111 |
boA4500-45cc | Output status 0 (e.g., User Output Value set to false or Flash Window signal low) = LineStatus false = voltage level lowbOutput status 1 = LineStatus true = voltage level high | Bit 0 indicates Line1 status Bit 1 indicates Line2 status Bit 2 indicates Line3 status Example: All lines high = 0b111 |
boA4500-45cm | Output status 0 (e.g., User Output Value set to false or Flash Window signal low) = LineStatus false = voltage level lowbOutput status 1 = LineStatus true = voltage level high | Bit 0 indicates Line1 status Bit 1 indicates Line2 status Bit 2 indicates Line3 status Example: All lines high = 0b111 |
boA4504-100cc | Output status 0 (e.g., User Output Value set to false or Flash Window signal low) = LineStatus false = voltage level lowbOutput status 1 = LineStatus true = voltage level high | Bit 0 indicates Line1 status Bit 1 indicates Line2 status Bit 2 indicates Line3 status Example: All lines high = 0b111 |
boA4504-100cm | Output status 0 (e.g., User Output Value set to false or Flash Window signal low) = LineStatus false = voltage level lowbOutput status 1 = LineStatus true = voltage level high | Bit 0 indicates Line1 status Bit 1 indicates Line2 status Bit 2 indicates Line3 status Example: All lines high = 0b111 |
boA5120-150cc | Line Status feature not supported | Line Status feature not supported |
boA5120-150cm | Line Status feature not supported | Line Status feature not supported |
boA5120-230cc | Line Status feature not supported | Line Status feature not supported |
boA5120-230cm | Line Status feature not supported | Line Status feature not supported |
boA5320-150cc | Output status 0 (e.g., User Output Value set to false or Flash Window signal low) = LineStatus false = voltage level lowbOutput status 1 = LineStatus true = voltage level high | Bit 0 indicates Line1 status Bit 1 indicates Line2 status Bit 2 indicates Line3 status Example: All lines high = 0b111 |
boA5320-150cm | Output status 0 (e.g., User Output Value set to false or Flash Window signal low) = LineStatus false = voltage level lowbOutput status 1 = LineStatus true = voltage level high | Bit 0 indicates Line1 status Bit 1 indicates Line2 status Bit 2 indicates Line3 status Example: All lines high = 0b111 |
boA5328-100cc | Output status 0 (e.g., User Output Value set to false or Flash Window signal low) = LineStatus false = voltage level lowbOutput status 1 = LineStatus true = voltage level high | Bit 0 indicates Line1 status Bit 1 indicates Line2 status Bit 2 indicates Line3 status Example: All lines high = 0b111 |
boA5328-100cm | Output status 0 (e.g., User Output Value set to false or Flash Window signal low) = LineStatus false = voltage level lowbOutput status 1 = LineStatus true = voltage level high | Bit 0 indicates Line1 status Bit 1 indicates Line2 status Bit 2 indicates Line3 status Example: All lines high = 0b111 |
boA6500-36cc | Output status 0 (e.g., User Output Value set to false or Flash Window signal low) = LineStatus false = voltage level lowbOutput status 1 = LineStatus true = voltage level high | Bit 0 indicates Line1 status Bit 1 indicates Line2 status Bit 2 indicates Line3 status Example: All lines high = 0b111 |
boA6500-36cm | Output status 0 (e.g., User Output Value set to false or Flash Window signal low) = LineStatus false = voltage level lowbOutput status 1 = LineStatus true = voltage level high | Bit 0 indicates Line1 status Bit 1 indicates Line2 status Bit 2 indicates Line3 status Example: All lines high = 0b111 |
boA8100-16cc | Output status 0 (e.g., User Output Value set to false or Flash Window signal low) = LineStatus false = voltage level lowbOutput status 1 = LineStatus true = voltage level high | Bit 0 indicates Line1 status Bit 1 indicates Line2 status Bit 2 indicates Line3 status Example: All lines high = 0b111 |
boA8100-16cm | Output status 0 (e.g., User Output Value set to false or Flash Window signal low) = LineStatus false = voltage level lowbOutput status 1 = LineStatus true = voltage level high | Bit 0 indicates Line1 status Bit 1 indicates Line2 status Bit 2 indicates Line3 status Example: All lines high = 0b111 |
boA9344-30cc | Line Status feature not supported | Line Status feature not supported |
boA9344-30cm | Line Status feature not supported | Line Status feature not supported |
boA9344-70cc | Line Status feature not supported | Line Status feature not supported |
boA9344-70cm | Line Status feature not supported | Line Status feature not supported |
boA13440-17cm | Output status 0 (e.g., User Output Value set to false or Flash Window signal low) = LineStatus false = voltage level lowbOutput status 1 = LineStatus true = voltage level high | Bit 0 indicates Line1 status Bit 1 indicates Line2 status Bit 2 indicates Line3 status Example: All lines high = 0b111 |
daA720-520uc | Output status 0 (e.g., User Output Value set to false or Flash Window signal low) = LineStatus false = voltage level lowb Output status 1 = LineStatus true = voltage level high | Bit 0 indicates Line1 status Bit 1 indicates Line2 status Bit 2 indicates Line3 status Example: All lines high = 0b111 |
daA720-520um | Output status 0 (e.g., User Output Value set to false or Flash Window signal low) = LineStatus false = voltage level lowb Output status 1 = LineStatus true = voltage level high | Bit 0 indicates Line1 status Bit 1 indicates Line2 status Bit 2 indicates Line3 status Example: All lines high = 0b111 |
daA1280-54uc | Output status 0 (e.g., User Output Value set to false or Flash Window signal low) = LineStatus false = voltage level lowb Output status 1 = LineStatus true = voltage level high | Bit 0 indicates Line1 status Bit 1 indicates Line2 status Example: All lines high = 0b11 |
daA1280-54um | Output status 0 (e.g., User Output Value set to false or Flash Window signal low) = LineStatus false = voltage level lowb Output status 1 = LineStatus true = voltage level high | Bit 0 indicates Line1 status Bit 1 indicates Line2 status Example: All lines high = 0b11 |
daA1440-220uc | Output status 0 (e.g., User Output Value set to false or Flash Window signal low) = LineStatus false = voltage level lowb Output status 1 = LineStatus true = voltage level high | Bit 0 indicates Line1 status Bit 1 indicates Line2 status Bit 2 indicates Line3 status Example: All lines high = 0b111 |
daA1440-220um | Output status 0 (e.g., User Output Value set to false or Flash Window signal low) = LineStatus false = voltage level lowb Output status 1 = LineStatus true = voltage level high | Bit 0 indicates Line1 status Bit 1 indicates Line2 status Bit 2 indicates Line3 status Example: All lines high = 0b111 |
daA1600-60uc | Output status 0 (e.g., User Output Value set to false or Flash Window signal low) = LineStatus false = voltage level lowb Output status 1 = LineStatus true = voltage level high | Bit 0 indicates Line1 status Bit 1 indicates Line2 status Example: All lines high = 0b11 |
daA1600-60um | Output status 0 (e.g., User Output Value set to false or Flash Window signal low) = LineStatus false = voltage level lowb Output status 1 = LineStatus true = voltage level high | Bit 0 indicates Line1 status Bit 1 indicates Line2 status Example: All lines high = 0b11 |
daA1920-15um | Output status 0 (e.g., User Output Value set to false or Flash Window signal low) = LineStatus false = voltage level lowb Output status 1 = LineStatus true = voltage level high | Bit 0 indicates Line1 status Bit 1 indicates Line2 status Example: All lines high = 0b11 |
daA1920-30uc | Output status 0 (e.g., User Output Value set to false or Flash Window signal low) = LineStatus false = voltage level lowb Output status 1 = LineStatus true = voltage level high | Bit 0 indicates Line1 status Bit 1 indicates Line2 status Example: All lines high = 0b11 |
daA1920-30um | Output status 0 (e.g., User Output Value set to false or Flash Window signal low) = LineStatus false = voltage level lowb Output status 1 = LineStatus true = voltage level high | Bit 0 indicates Line1 status Bit 1 indicates Line2 status Example: All lines high = 0b11 |
daA1920-160uc | Output status 0 (e.g., User Output Value set to false or Flash Window signal low) = LineStatus false = voltage level lowb Output status 1 = LineStatus true = voltage level high | Bit 0 indicates Line1 status Bit 1 indicates Line2 status Bit 2 indicates Line3 status Example: All lines high = 0b111 |
daA1920-160um | Output status 0 (e.g., User Output Value set to false or Flash Window signal low) = LineStatus false = voltage level lowb Output status 1 = LineStatus true = voltage level high | Bit 0 indicates Line1 status Bit 1 indicates Line2 status Bit 2 indicates Line3 status Example: All lines high = 0b111 |
daA2448-70uc | Output status 0 (e.g., User Output Value set to false or Flash Window signal low) = LineStatus false = voltage level lowb Output status 1 = LineStatus true = voltage level high | Bit 0 indicates Line1 status Bit 1 indicates Line2 status Bit 2 indicates Line3 status Example: All lines high = 0b111 |
daA2448-70um | Output status 0 (e.g., User Output Value set to false or Flash Window signal low) = LineStatus false = voltage level lowb Output status 1 = LineStatus true = voltage level high | Bit 0 indicates Line1 status Bit 1 indicates Line2 status Bit 2 indicates Line3 status Example: All lines high = 0b111 |
daA2500-14uc | Output status 0 (e.g., User Output Value set to false or Flash Window signal low) = LineStatus false = voltage level lowb Output status 1 = LineStatus true = voltage level high | Bit 0 indicates Line1 status Bit 1 indicates Line2 status Example: All lines high = 0b11 |
daA2500-14um | Output status 0 (e.g., User Output Value set to false or Flash Window signal low) = LineStatus false = voltage level lowb Output status 1 = LineStatus true = voltage level high | Bit 0 indicates Line1 status Bit 1 indicates Line2 status Example: All lines high = 0b11 |
daA3840-45uc | Output status 0 (e.g., User Output Value set to false or Flash Window signal low) = LineStatus false = voltage level lowb Output status 1 = LineStatus true = voltage level high | Bit 0 indicates Line1 status Bit 1 indicates Line2 status Bit 2 indicates Line3 status Example: All lines high = 0b111 |
daA3840-45um | Output status 0 (e.g., User Output Value set to false or Flash Window signal low) = LineStatus false = voltage level lowb Output status 1 = LineStatus true = voltage level high | Bit 0 indicates Line1 status Bit 1 indicates Line2 status Bit 2 indicates Line3 status Example: All lines high = 0b111 |
dmA720-290gc | Output status 0 (e.g., User Output Value set to false or Flash Window signal low) = LineStatus false = voltage level lowb Output status 1 = LineStatus true = voltage level high | Bit 0 indicates Line1 status Bit 1 indicates Line2 status Bit 2 indicates Line3 status Example: All lines high = 0b111 |
dmA720-290gm | Output status 0 (e.g., User Output Value set to false or Flash Window signal low) = LineStatus false = voltage level lowb Output status 1 = LineStatus true = voltage level high | Bit 0 indicates Line1 status Bit 1 indicates Line2 status Bit 2 indicates Line3 status Example: All lines high = 0b111 |
dmA1440-73gc | Output status 0 (e.g., User Output Value set to false or Flash Window signal low) = LineStatus false = voltage level lowb Output status 1 = LineStatus true = voltage level high | Bit 0 indicates Line1 status Bit 1 indicates Line2 status Bit 2 indicates Line3 status Example: All lines high = 0b111 |
dmA1440-73gm | Output status 0 (e.g., User Output Value set to false or Flash Window signal low) = LineStatus false = voltage level lowb Output status 1 = LineStatus true = voltage level high | Bit 0 indicates Line1 status Bit 1 indicates Line2 status Bit 2 indicates Line3 status Example: All lines high = 0b111 |
dmA1920-51gc | Output status 0 (e.g., User Output Value set to false or Flash Window signal low) = LineStatus false = voltage level lowb Output status 1 = LineStatus true = voltage level high | Bit 0 indicates Line1 status Bit 1 indicates Line2 status Bit 2 indicates Line3 status Example: All lines high = 0b111 |
dmA1920-51gm | Output status 0 (e.g., User Output Value set to false or Flash Window signal low) = LineStatus false = voltage level lowb Output status 1 = LineStatus true = voltage level high | Bit 0 indicates Line1 status Bit 1 indicates Line2 status Bit 2 indicates Line3 status Example: All lines high = 0b111 |
puA1280-54uc | Line Status feature not supported | Line Status feature not supported |
puA1280-54um | Line Status feature not supported | Line Status feature not supported |
puA1600-60uc | Line Status feature not supported | Line Status feature not supported |
puA1600-60um | Line Status feature not supported | Line Status feature not supported |
puA1920-30uc | Line Status feature not supported | Line Status feature not supported |
puA1920-30um | Line Status feature not supported | Line Status feature not supported |
puA2500-14uc | Line Status feature not supported | Line Status feature not supported |
puA2500-14um | Line Status feature not supported | Line Status feature not supported |
r2L2048-29gc | Output status 0 (e.g., User Output Value set to false or Flash Window signal low) = LineStatus false = voltage level lowb Output status 1 = LineStatus true = voltage level high | Bit 0 indicates Line1 status Bit 1 indicates Line2 status Bit 2 indicates Line3 status Example: All lines high = 0b111 |
r2L2048-58gm | Output status 0 (e.g., User Output Value set to false or Flash Window signal low) = LineStatus false = voltage level lowb Output status 1 = LineStatus true = voltage level high | Bit 0 indicates Line1 status Bit 1 indicates Line2 status Bit 2 indicates Line3 status Example: All lines high = 0b111 |
r2L2048-62cc | Output status 0 (e.g., User Output Value set to false or Flash Window signal low) = LineStatus false = voltage level lowbOutput status 1 = LineStatus true = voltage level high | Bit 0 indicates Line1 status Bit 1 indicates Line2 status Bit 2 indicates Line3 status Example: All lines high = 0b111 |
r2L2048-62g5c | Output status 0 (e.g., User Output Value set to false or Flash Window signal low) = LineStatus false = voltage level lowb Output status 1 = LineStatus true = voltage level high | Bit 0 indicates Line1 status Bit 1 indicates Line2 status Bit 2 indicates Line3 status Example: All lines high = 0b111 |
r2L2048-172cm | Output status 0 (e.g., User Output Value set to false or Flash Window signal low) = LineStatus false = voltage level lowbOutput status 1 = LineStatus true = voltage level high | Bit 0 indicates Line1 status Bit 1 indicates Line2 status Bit 2 indicates Line3 status Example: All lines high = 0b111 |
r2L2048-172g5m | Output status 0 (e.g., User Output Value set to false or Flash Window signal low) = LineStatus false = voltage level lowb Output status 1 = LineStatus true = voltage level high | Bit 0 indicates Line1 status Bit 1 indicates Line2 status Bit 2 indicates Line3 status Example: All lines high = 0b111 |
r2L4096-14gc | Output status 0 (e.g., User Output Value set to false or Flash Window signal low) = LineStatus false = voltage level lowb Output status 1 = LineStatus true = voltage level high | Bit 0 indicates Line1 status Bit 1 indicates Line2 status Bit 2 indicates Line3 status Example: All lines high = 0b111 |
r2L4096-29gm | Output status 0 (e.g., User Output Value set to false or Flash Window signal low) = LineStatus false = voltage level lowb Output status 1 = LineStatus true = voltage level high | Bit 0 indicates Line1 status Bit 1 indicates Line2 status Bit 2 indicates Line3 status Example: All lines high = 0b111 |
r2L4096-42cc | Output status 0 (e.g., User Output Value set to false or Flash Window signal low) = LineStatus false = voltage level lowbOutput status 1 = LineStatus true = voltage level high | Bit 0 indicates Line1 status Bit 1 indicates Line2 status Bit 2 indicates Line3 status Example: All lines high = 0b111 |
r2L4096-42g5c | Output status 0 (e.g., User Output Value set to false or Flash Window signal low) = LineStatus false = voltage level lowb Output status 1 = LineStatus true = voltage level high | Bit 0 indicates Line1 status Bit 1 indicates Line2 status Bit 2 indicates Line3 status Example: All lines high = 0b111 |
r2L4096-84cm | Output status 0 (e.g., User Output Value set to false or Flash Window signal low) = LineStatus false = voltage level lowbOutput status 1 = LineStatus true = voltage level high | Bit 0 indicates Line1 status Bit 1 indicates Line2 status Bit 2 indicates Line3 status Example: All lines high = 0b111 |
r2L4096-84g5m | Output status 0 (e.g., User Output Value set to false or Flash Window signal low) = LineStatus false = voltage level lowb Output status 1 = LineStatus true = voltage level high | Bit 0 indicates Line1 status Bit 1 indicates Line2 status Bit 2 indicates Line3 status Example: All lines high = 0b111 |
r2L8192-200cm | Output status 0 (e.g., User Output Value set to false ) = LineStatus false = voltage level lowbOutput status 1 = LineStatus true = voltage level high | Bit 0 indicates Line1 status Bit 1 indicates Line2 status Bit 2 indicates Line3 status Example: All lines high = 0b111 |
r2L16384-120cm | Output status 0 (e.g., User Output Value set to false ) = LineStatus false = voltage level lowbOutput status 1 = LineStatus true = voltage level high | Bit 0 indicates Line1 status Bit 1 indicates Line2 status Bit 2 indicates Line3 status Example: All lines high = 0b111 |
-
This means that the line logic is negative.
-
This means that the line logic is positive. However, the LineLogic parameter is not available for this camera model.
-
An external pull-up resistor must be installed. Otherwise, the voltage level will be undefined.
Sample Code#
// Select a line
camera.LineSelector.SetValue(LineSelector_Line1);
// Get the status of the line
bool status = camera.LineStatus.GetValue();
// Get the line status of all I/O lines. Because the GenICam interface does not
// support 32-bit words, the line status is reported as a 64-bit value.
int64_t lineStatusAll = camera.LineStatusAll.GetValue();
INodeMap& nodemap = camera.GetNodeMap();
// Select a line
CEnumParameter(nodemap, "LineSelector").SetValue("Line1");
// Get the status of the line
bool status = CBooleanParameter(nodemap, "LineStatus").GetValue();
// Get the line status of all I/O lines. Because the GenICam interface does not
// support 32-bit words, the line status is reported as a 64-bit value.
int64_t lineStatusAll = CIntegerParameter(nodemap, "LineStatusAll").GetValue();
// Select a line
camera.Parameters[PLCamera.LineSelector].SetValue(PLCamera.LineSelector.Line1);
// Get the status of the line
bool status = camera.Parameters[PLCamera.LineStatus].GetValue();
// Get the line status of all I/O lines. Because the GenICam interface does not
// support 32-bit words, the line status is reported as a 64-bit value.
Int64 lineStatusAll = camera.Parameters[PLCamera.LineStatusAll].GetValue();
/* Macro to check for errors */
#define CHECK(errc) if (GENAPI_E_OK != errc) printErrorAndExit(errc)
GENAPIC_RESULT errRes = GENAPI_E_OK; /* Return value of pylon methods */
_Bool status = false;
int64_t lineStatusAll = 0;
/* Select a line */
errRes = PylonDeviceFeatureFromString(hdev, "LineSelector", "Line1");
CHECK(errRes);
/* Get the status of the line */
errRes = PylonDeviceGetBooleanFeature(hdev, "LineStatus", &status);
CHECK(errRes);
/* Get the line status of all I/O lines. Because the GenICam interface does not */
/* support 32-bit words, the line status is reported as a 64-bit value. */
errRes = PylonDeviceGetIntegerFeature(hdev, "LineStatusAll", &lineStatusAll);
CHECK(errRes);
# Select a line
camera.LineSelector.Value = "Line1"
# Get the status of the line
status = camera.LineStatus.Value
# Get the line status of all I/O lines. Because the GenICam interface does not
# support 32-bit words, the line status is reported as a 64-bit value.
lineStatusAll = camera.LineStatusAll.Value
You can also use the pylon Viewer to easily set the parameters.