Fidelix FX-RP multiDISPLAY
Programming manual
page 23 of 38
Internal time schedules
The FX-RP multiDISPLAY has 5 internal time schedules, which can be accessed either from the settings page,
or by making links to them yourself (see below, “Links”). Time schedules cannot be edited by an external Modbus
master or slave, only from the local user interface. Time schedules can have any status from 0 to 15, though
mostly only 0 and 1 are being used. You can of course attribute any action on your Modbus slave or master to
any of the 16 available values.
NOTE:
Time schedules hold their value, as long as no event is encountered that will change their value
. This
means that for instance, when you only select weekdays, but leave the time schedule at value 7 as your last
entry on Friday, the time schedule will stay at 7 throughout the weekend.
You can change this behaviour and have the display reset the internal time schedules to zero at midnight for the
unselected days by including a file named “timeschsetup.txt” into your project, containing a single line
“SET_UNUSED_TIMESCH_DAYS_TO_ZERO”. Save this file in the root folder of your project and run it through
the converter (version 1.39 or higher).
You can make your own graphics for the time schedules, to make them correspond better to the rest of the
project layout and graphical style. For this, use following pointIDs:
Day selection:
0 = not active
1 = active
TIMESCH1_MON
TIMESCH1_TUE
TIMESCH1_WED
TIMESCH1_THU
TIMESCH1_FRI
TIMESCH1_SAT
TIMESCH1_SUN
…
…
…
…
…
…
…
TIMESCH5_MON
TIMESCH5_TUE
TIMESCH5_WED
TIMESCH5_THU
TIMESCH5_FRI
TIMESCH5_SAT
TIMESCH5_SUN
Time schedule status:
Any integer value from 0..15
TIMESCH1_STATE1
TIMESCH1_STATE5
TIMESCH1_STATE2
TIMESCH1_STATE6
TIMESCH1_STATE3
TIMESCH1_STATE7
TIMESCH1_STATE4
TIMESCH1_STATE8
…
…
…
…
…
…
…
…
TIMESCH5_STATE1
TIMESCH5_STATE2
TIMESCH5_STATE3
TIMESCH5_STATE4
TIMESCH5_STATE5
TIMESCH5_STATE6
TIMESCH5_STATE7
TIMESCH5_STATE8
Time:
Hours are in 24-hour format
TIMESCH1_HOUR1
TIMESCH1_MIN1
TIMESCH1_HOUR2
TIMESCH1_MIN2
TIMESCH1_HOUR3
TIMESCH1_MIN3
TIMESCH1_HOUR4
TIMESCH1_MIN4
TIMESCH1_HOUR5
TIMESCH1_MIN5
TIMESCH1_HOUR6
TIMESCH1_MIN6
TIMESCH1_HOUR7
TIMESCH1_MIN7
TIMESCH1_HOUR8
TIMESCH1_MIN8
…
…
…
…
…
…
…
…
…
…
…
…
…
…
…
…
TIMESCH5_HOUR1
TIMESCH5_MIN1
TIMESCH5_HOUR2
TIMESCH5_MIN2
TIMESCH5_HOUR3
TIMESCH5_MIN3
TIMESCH5_HOUR4
TIMESCH5_MIN4
TIMESCH5_HOUR5
TIMESCH5_MIN5
TIMESCH5_HOUR6
TIMESCH5_MIN6
TIMESCH5_HOUR7
TIMESCH5_MIN7
TIMESCH5_HOUR8
TIMESCH5_MIN8
To show the current value of a time schedule on the screen, use REG3007 through to REG3011 as your pointID
to show the value of time schedules 1 through to 5 (see
Only this current value (or “output status”) of the time schedule is available over Modbus. All setup mentioned
in the above table is only available on the local screen of the FX-RP multiDISPLAY.