Hello.
A few questions about the modbus
1. Is it possible to use both ports of a modbus with the profiles?
2. Is it possible to use the first RS-485 port simultaneously using the profile and the second using the script?
How to open second port? In help :
-- 19200 baud rate, even parity, 8 data bits, 1 stop bit, half duplex
mb:open('/dev/RS485', 19200, 'E', 8, 1, 'H')
3. Can I access the same device using a profile and a script in Modbus TCP or RTU. For example, poll once every 10 seconds by profile and run the script immediately.
If any option please give an explanation how.
A few questions about the modbus
1. Is it possible to use both ports of a modbus with the profiles?
2. Is it possible to use the first RS-485 port simultaneously using the profile and the second using the script?
How to open second port? In help :
-- 19200 baud rate, even parity, 8 data bits, 1 stop bit, half duplex
mb:open('/dev/RS485', 19200, 'E', 8, 1, 'H')
3. Can I access the same device using a profile and a script in Modbus TCP or RTU. For example, poll once every 10 seconds by profile and run the script immediately.
If any option please give an explanation how.