RTC6 boards
Doc. Rev. 1.0.21 en-US
10 RTC6 Commands
601
Comments
(cont’d)
• save_disk always stores all characters, text strings and/or subroutines from the
referenced address to the next possible list_return. Jump Commands (also branches
to various list_return commands) are thereby neither evaluated nor executed.
• save_disk automatically replaces unallowed commands (for example, set_end_of_list)
with list_nop commands; missing commands (for example, list_return upon reaching
the last memory position of “List 3”) are added.
• save_disk is not executed (get_last_error return code
RTC6_PARAM_ERROR
), if:
–
Mode =
0
–
Name
= NULL
• save_disk is not executed (get_last_error return code
RTC6_BUSY
), if:
– the BUSY list execution status is set
– the INTERNAL-BUSY list execution status is set
• save_disk is even executed, if:
– a list has been paused by set_wait (PAUSED list execution status set)
• During the runtime of save_disk:
– No further commands are executed
– External Starts are suppressed
• save_disk also stores version information which is checked by load_disk.
RTC4RTC6 New command.
RTC5RTC6 Unchanged functionality.
Version info Available as of DLL 600, OUT 600, RBF 600.
Last change DLL 615: version info.
References load_disk
Ctrl Command save_disk