Python: Talking to the Modbus bus requires access control #4

Closed
opened 2023-01-18 15:59:10 +02:00 by jarno · 0 comments
Owner

Modbus allows only one device to be speaking on the bus concurrently. Basically every operation that is executed by the controller (acting as Modbus master=client) needs to first ask for data.

This should also make it simple to implement access control to the bus, as a simple lock should be enough.

Modbus allows only one device to be speaking on the bus concurrently. Basically every operation that is executed by the controller (acting as Modbus master=client) needs to first ask for data. This should also make it simple to implement access control to the bus, as a simple lock should be enough.
Sign in to join this conversation.
No Milestone
No Assignees
1 Participants
Notifications
Due Date
The due date is invalid or out of range. Please use the format 'yyyy-mm-dd'.

No due date set.

Dependencies

No dependencies set.

Reference: jarno/enervent-ctrl#4
No description provided.