hongjinlin commented on issue #1207: URL: https://github.com/apache/plc4x/issues/1207#issuecomment-1812326006
You can try 0x00001:BOOL[1]. The Modbus register coil status addresses range from 00001 to 09999, and I just checked, the regular expression matching in the code follows the same pattern. [ADDRESS_SHORT_PATTERN](https://github.com/apache/plc4x/blob/0d017047bb5d368f58a52a29fe046cf8a1177e5b/plc4j/drivers/modbus/src/main/java/org/apache/plc4x/java/modbus/base/tag/ModbusTagDiscreteInput.java#L32) [FIXED_DIGIT_MODBUS_PATTERN](https://github.com/apache/plc4x/blob/0d017047bb5d368f58a52a29fe046cf8a1177e5b/plc4j/drivers/modbus/src/main/java/org/apache/plc4x/java/modbus/base/tag/ModbusTag.java#L41) -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-mail: dev-unsubscr...@plc4x.apache.org For queries about this service, please contact Infrastructure at: us...@infra.apache.org