Modbus - AEROTEMPER - Printable Version +- Logic Machine Forum (https://forum.logicmachine.net) +-- Forum: LogicMachine eco-system (https://forum.logicmachine.net/forumdisplay.php?fid=1) +--- Forum: Gateway (https://forum.logicmachine.net/forumdisplay.php?fid=10) +--- Thread: Modbus - AEROTEMPER (/showthread.php?tid=4765) |
Modbus - AEROTEMPER - Fahd - 12.05.2023 Hi, Attached you'll find a MODBUS RTU manual for an AEROTEMPER. I did integrate a couple of Modbus devices before but the register list for this device is different from what I'm used to. Can you advise on how I can determine the function of each register, whether it's a coil, discrete input, holding register, or input register? Additionally, can you provide information on the address of each register? Thankful in advance RE: Modbus - AEROTEMPER - admin - 12.05.2023 Holding register with uint16 data type. Use Read test to check that the values that you read are correct. You might need to do address - 1 for each register. RE: Modbus - AEROTEMPER - Fahd - 21.06.2023 (12.05.2023, 07:18)admin Wrote: Holding register with uint16 data type. Use Read test to check that the values that you read are correct. You might need to do address - 1 for each register. Hi, The read test works fine and I can read the registers but when i added the device the lm5 show it as its not found, please see attached RE: Modbus - AEROTEMPER - admin - 21.06.2023 Provide your profile and check what you get in Modbus Error log. RE: Modbus - AEROTEMPER - Fahd - 21.06.2023 (21.06.2023, 10:25)admin Wrote: Provide your profile and check what you get in Modbus Error log. No errors , attached the profile RE: Modbus - AEROTEMPER - Daniel - 21.06.2023 What parameters did you use in Read test, it is not visible due to result. RE: Modbus - AEROTEMPER - Fahd - 21.06.2023 (21.06.2023, 10:34)Daniel Wrote: What parameters did you use in Read test, it is not visible due to result. RE: Modbus - AEROTEMPER - admin - 21.06.2023 Are you sure about the Error log? There's a log specific to Modbus, not global Error log. RE: Modbus - AEROTEMPER - Fahd - 21.06.2023 (21.06.2023, 10:37)admin Wrote: Are you sure about the Error log? There's a log specific to Modbus, not global Error log. Oups, this is the errors then RE: Modbus - AEROTEMPER - admin - 21.06.2023 Map only the first register to an object and see if you get a reading. RE: Modbus - AEROTEMPER - Fahd - 21.06.2023 (21.06.2023, 10:43)admin Wrote: Map only the first register to an object and see if you get a reading. yes it worked RE: Modbus - AEROTEMPER - admin - 21.06.2023 See this: https://forum.logicmachine.net/showthread.php?tid=4718 RE: Modbus - AEROTEMPER - Fahd - 21.06.2023 (21.06.2023, 11:01)admin Wrote: See this: https://forum.logicmachine.net/showthread.php?tid=4718 I increased the pool interval to 20s and timeout to 5 also add read_delay to all the register by 0.1 . nothing helped RE: Modbus - AEROTEMPER - admin - 21.06.2023 read_delay is a global setting: https://forum.logicmachine.net/showthread.php?tid=903&pid=13343#pid13343 RE: Modbus - AEROTEMPER - Fahd - 21.06.2023 (21.06.2023, 11:46)admin Wrote: read_delay is a global setting: https://forum.logicmachine.net/showthread.php?tid=903&pid=13343#pid13343 Thanks a lot |