To start of this, just want to start show what i have done. Btw i have checked if Modus working on my part, and it work with the right IP and Port. I run Agent2 on Docker and can ping to the host with modbus i want to use.
First i started with adding the right values to agent2 env file to activate the Modbus plugin
and i have checked it works by watching the LOG with DEBUG=4 values untagged.
After that i just simply added a new item on the host with the Agent2 on it (IPC).
After that i simply cant get any information.
This post is pretty short, but i got the impression that it was that easy.
If i forgot anything please comment, i tried for too long to get this working but no luck.
First i started with adding the right values to agent2 env file to activate the Modbus plugin
Code:
Plugins.Modbus.Sessions.MB1.Endpoint=tcp://192.168.0.25:502 Plugins.Modbus.Sessions.MB1.SlaveID=255 Plugins.Modbus.Sessions.MB1.Timeout=10
and i have checked it works by watching the LOG with DEBUG=4 values untagged.
Code:
[Modbus] Config is valid Plugin communication protocol version is 6.4.0 starting manager
After that i simply cant get any information.
This post is pretty short, but i got the impression that it was that easy.
If i forgot anything please comment, i tried for too long to get this working but no luck.
Comment