![]() |
|
Modbus help - Printable Version +- LogicMachine Forum (https://forum.logicmachine.net) +-- Forum: LogicMachine eco-system (https://forum.logicmachine.net/forumdisplay.php?fid=1) +--- Forum: Scripting (https://forum.logicmachine.net/forumdisplay.php?fid=8) +--- Thread: Modbus help (/showthread.php?tid=6402) |
Modbus help - nisan - 22.04.2026 When using LM5 for Modbus communication, if the resident script queries the register status while the event script is writing to the register, it may not be possible to write to the register. How can this be better resolved? RE: Modbus help - admin - 22.04.2026 Use profiles. RE: Modbus help - nisan - 22.04.2026 (Yesterday, 09:36)admin Wrote: Use profiles. Are there any examples for reference? RE: Modbus help - admin - 22.04.2026 Profiler app: https://forum.logicmachine.net/showthread.php?tid=5911 Profile reference: https://kb.logicmachine.net/misc/modbus-profile/ Profile examples: https://forum.logicmachine.net/showthread.php?tid=839 |