Skip to content

Commit 247a8ab

Browse files
committed
Acknowledge a digital output write with its queue index
The controller queues the write; the acknowledgement policy still filed it with the system commands, so the client answered 1 for it instead of the index the queue assigned. Co-Authored-By: Claude Fable 5.1 <noreply@anthropic.com> Claude-Session: https://claude.ai/code/session_01N8zt66KjkzgZLtQuSfJd9r
1 parent bcd47a3 commit 247a8ab

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

‎parol6/ack_policy.py‎

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,6 @@
1111
CmdType.SIMULATOR,
1212
CmdType.SELECT_PROFILE,
1313
CmdType.RESET_STATE,
14-
CmdType.WRITE_IO,
1514
CmdType.SET_TCP_OFFSET,
1615
CmdType.SET_SHAPES,
1716
CmdType.SET_STATUS_RATE,
@@ -63,6 +62,7 @@
6362
CmdType.SELECT_TOOL,
6463
CmdType.DELAY,
6564
CmdType.CHECKPOINT,
65+
CmdType.WRITE_IO,
6666
CmdType.TOOL_ACTION,
6767
}
6868

0 commit comments

Comments
 (0)