Skip to main content

Report Input Connectors

Returns the input connectors logic state in bulk. This instruction offers a way of knowing the logic state of all input connectors in one go. It returns a byte array with four 8-bit clusters with the 32 input connectors logic states.

Request

012345678910111213141516171819202122232425262728293031
ID55

Request Structure

ByteValueSizeTypeDescription
0ID1BINMBx24 address (ID)
1551BINReport Input Connectors instruction code

Response

012345678910111213141516171819202122232425262728293031
ID55B1B2B3B4

Response Structure

ByteValueSizeTypeDescription
0ID1BINMBx24 address (ID)
1551BINReport Input Connectors instruction code
2B11BIN1st input connectors 8-bit bank
3B21BIN2nd input connectors 8-bit bank
4B31BIN3rd input connectors 8-bit bank
5B41BIN4th input connectors 8-bit bank

8-Bit Bank Layout

MSB 7654321LSB 0
C1C2C3C4C5C6C7C8
  • MSB (Most Significant Bit): The first connector of the bank (C1).
  • LSB (Least Significant Bit): The last connector of the bank (C8).

Each bit corresponds to a connector:

  • C1: 1st connector
  • C2: 2nd connector
  • And so on...