MODBUS SLAVE UNDER IT ?
-
- Posts: 6
- http://meble-kuchenne.info.pl
- Joined: Fri Feb 12, 2021 3:29 pm
- Been thanked: 1 time
MODBUS SLAVE UNDER IT ?
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.
-
- Matrix Staff
- Posts: 1950
- Joined: Mon Dec 07, 2020 10:06 am
- Has thanked: 510 times
- Been thanked: 694 times
Re: MODBUS SLAVE UNDER IT ?
Hello,
Sorry I'm not sure what you mean by under IT?
Sorry I'm not sure what you mean by under IT?
Regards Ben Rowland - MatrixTSL
Flowcode Online Code Viewer (Beta) - Flowcode Product Page - Flowcode Help Wiki - My YouTube Channel
Flowcode Online Code Viewer (Beta) - Flowcode Product Page - Flowcode Help Wiki - My YouTube Channel
-
- Valued Contributor
- Posts: 1637
- Joined: Thu Dec 03, 2020 10:57 am
- Has thanked: 360 times
- Been thanked: 575 times
-
- Posts: 6
- Joined: Fri Feb 12, 2021 3:29 pm
- Been thanked: 1 time
Re: MODBUS SLAVE UNDER IT ?
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.
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.
-
- Posts: 6
- Joined: Fri Feb 12, 2021 3:29 pm
- Been thanked: 1 time
Re: MODBUS SLAVE 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.