Page 1 of 1

MODBUS SLAVE UNDER IT ?

Posted: Thu Jun 06, 2024 11:14 am
by Marc-Lepage-AIF
I use this function to establish communication with a network of charging stations. The function is call in "pooling mode" and is currently unstable. It would be better to have it working under IT. Is it possible to have it that way? Thank's for your answer.

Re: MODBUS SLAVE UNDER IT ?

Posted: Tue Jun 11, 2024 12:09 pm
by BenR
Hello,

Sorry I'm not sure what you mean by under IT?

Re: MODBUS SLAVE UNDER IT ?

Posted: Tue Jun 11, 2024 2:30 pm
by chipfryer27
Hi

Possibly TCP/IP ??

Regards

Re: MODBUS SLAVE UNDER IT ?

Posted: Wed Jun 12, 2024 1:57 pm
by Marc-Lepage-AIF
HI,
Why not... But it looks like it would be the same as for Modbus under Slave (RTU). As I see in the available IT function whatever MODBUS is used the is no IT possibilities.
When the Master is pooling, the Slaves can be doing something else than listening to the bus , the pooling function could stay stuck for a while ... of course you can add a timer or a watchdog or both but then you loose fluidity...
This is why i would like the Slave function under IT.

Re: MODBUS SLAVE UNDER IT ?

Posted: Wed Jun 12, 2024 2:00 pm
by Marc-Lepage-AIF
BenR wrote:
Tue Jun 11, 2024 12:09 pm
Hello,

Sorry I'm not sure what you mean by under IT?
HI Ben,
When the Master is pooling, the Slaves can be doing something else than listening to the bus , the pooling function could stay stuck for a while ... of course you can add a timer or a watchdog or both but then you loose fluidity...
This is why i would like the Slave function under IT.