You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Allow OIBus to write into Modbus register through a North Modbus Connector.
It should managed only points (see modes in north manifests)
It should be based on the South connector logics. It will need to introduce North Connector Items to map the pointIds (stored in value caches) to the Modbus Addresses.
I also suggest that each item store its last value written in a north_cache table (similar to south_cache), so we can make some logic based on that (for example, should we write the value again if it's the same than the one stored).
About the Modbus connection: some PLC has limited connections. We may later use the same connection between South and North Modbus connectors. Keep that in mind while developing this part, even if we can implement this shared connection later.
burgerni10
changed the title
[North] - Create a North Modbus Connector
[North] - Manage North Connectors with items (starting with Modbus)
Mar 26, 2024
Allow OIBus to write into Modbus register through a North Modbus Connector.
It should managed only points (see modes in north manifests)
It should be based on the South connector logics. It will need to introduce North Connector Items to map the pointIds (stored in value caches) to the Modbus Addresses.
I also suggest that each item store its last value written in a north_cache table (similar to south_cache), so we can make some logic based on that (for example, should we write the value again if it's the same than the one stored).
About the Modbus connection: some PLC has limited connections. We may later use the same connection between South and North Modbus connectors. Keep that in mind while developing this part, even if we can implement this shared connection later.
The text was updated successfully, but these errors were encountered: