Hello,
In several modbus functions - for example modbus_get_signal_status - there is a boolean parameter called “is_secondary_program” where the documentation says:
is_secondary_program: A boolean for internal use only. Must be set to False
However, we are implementing a modbus heartbeat functionality that is supposed to be sent by a secondary program twice a second, while the main robot program is not running or is doing something else. When these modbus functions are called from a secondary program, should the is_secondary_program parameter be set to True even if the documentation says “Must be set to False” ?
Thanks,
Csaba