/      日本語

Input to the Extremely Simple! Standard App (Parent and Repeater App)

Commands to control the output of the Extremely Simple! Standard App
You can control the output of the Extremely Simple! Standard App.

Digital and Analog Input/Output

0x80: Change Output of the Target Device

Controls the output signals of the target device.

Data Format

#DataDescriptionNotes
charHeader: only
0uint8Destination Logical Device IDParent 0x00, Child 0x01-0x64, All Children 0x78
1uint8Command Number0x80 only
2uint8Format Version0x01 only
3uint8Digital SignalCorresponds to DOx from LSB, 0 means High
4uint8Digital Signal MaskCorresponds to DOx from LSB, 1 means Enabled
5uint16PWM1 Signal0-1024, 0xFFFF means Disabled
7uint16PWM2 Signal0-1024, 0xFFFF means Disabled
9uint16PWM3 Signal0-1024, 0xFFFF means Disabled
11uint16PWM4 Signal0-1024, 0xFFFF means Disabled
uint8ChecksumLRC8
charFooterCR (0x0D/'\r')
charFooterLF (0x0A/'\n')