read_write_modbus_registers (version 0.1)
index
c:\users\msuciu\documents\github\dcs\for wiki\read or write registers\read_write_modbus_registers.py

PLC MODBUS module.
 
This module provide a simple terminal interface to easy interact with:
    - CN0414 - Analog input and HART for PLC/DCS systems
    - CN0418 - Analog output and HART for PLC/DCS systems
    - CN0416 - RS485 transceiver
Only one comunication port is used and a single MODBUS node.
This application also allows to switch between MODBUS nodes if are available.

 
Modules
       
minimalmodbus
dcs_cn0435_utilities

 
Functions
       
run_selected_function(test_option: str) -> None
Run selected function.
 
Args:
    test_option: Option value (number or letter)
 
Returns:
    None
test_options() -> str
Print test options.
 
Args:
    None
 
Returns:
    Keyboard input

 
Data
        Fore = <colorama.ansi.AnsiFore object>
__status__ = 'Development'

 
Author
        Mihai Ionut Suciu