Release Firmware 64-Chars D8/D9-2-4-91
New Features
- It is now possible to connect up to 64 Modbus TCP devices per controller.
- The timeout for Modbus RTU can be set between 100 and 5000ms.
Example: mbmaster com[4] resptimeout = 1200 - The email sender name can now be customized.
Example: email sendername = “RCO Controller Heizung” / email sendername = “varfun_0” - It is now possible to program up to four PID controllers in one program.
The syntax is PID3() and PID4().
Terminal Commands
- P PR ALL ON: This command can be used to display all active programs in the terminal.
- P PR ALL OFF: This command can be used to display all inactive programs in the terminal.
- RESET EXPORT ALARM: As with the “RESET EXPORT” command, all alarms are resent to the entire network.
New System Variables
- RS_EXPORT_TRIGGER:
The system variable RS_EXPORT_TRIGGER is set to 0 by default.
RS_EXPORT_TRIGGER = 1: After the power-up, detection of a new network connection or a “WDRESET”, a RESET EXPORT is executed once after 60 seconds.
RS_EXPORT_TRIGGER = 300 – 604800: After power-up, detection of a new network connection or a “WDRESET”, a RESET EXPORT is executed after 60 seconds. In addition, a cyclical RESET EXPORT is performed after the specified time, which can range from 5 minutes to 7 days. 300 – 604800 stands for the seconds after which the cyclical RESET EXPORT is to be executed. - With the system variable “STATION FW”, the current firmware of the controller can be written to a string and thus displayed in the visualization.Example: Master_String_FW1 = STATION FW
- With the system variables “STATION MAC1” and “STATION MAC2”, the MAC address can be written to a string and thus displayed in the visualization.
Example: Master_String_MAC11 = STATION MAC1 / Master_String_MAC21 = STATION MAC2