Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
在用户手册中他们只指定了“模拟输出保持寄存器”的地址,它允许您实现功能码 3、6 和 16。
PS。我想更改 Eprflag 寄存器(位 12)中的单个线圈(位),但用户手册没有指定该线圈的数据地址。例如:第 12 位的线圈编号为 00002,这给了我们 2-1=1 作为数据地址。
如果“写线圈”功能不可用,您仍然可以读取整个寄存器,更改所需的位,然后写回整个寄存器。