RTC6 boards
Doc. Rev. 1.0.21 en-US
10 RTC6 Commands
355
Ctrl Command eth_boot_dcmd
Function Standalone Functionality: Defines the next following control command as a
boot command for Standalone Operation Mode.
Prerequisite RTC6 Software Package V1.7.0 and BIOS-ETH 26.
Call
eth_boot_dcmd()
Parameters None.
Result None.
Comments • The definition refers to the subsequent control command, that is, list commands in
between do not matter.
• The boot definition is omitted without replacement, if the defined control command
is not permitted for booting, see Chapter 16.7.5 ”Control Commands Allowed for
Automatic Booting”, page 912.
• eth_boot_dcmd is only allowed with RTC6 Ethernet Boards.
Otherwise, a get_last_error return code
RTC6_TYPE_REJECTED
is generated.
• See Chapter 16.7 ”Standalone Functionality”, page 908.
RTC4RTC6 New command.
RTC5RTC6 New command.
Version info Available as of DLL 618, OUT 618, RBF 623.
References eth_boot_timeout
Ctrl Command eth_boot_timeout
Function Standalone Functionality: Sets the waiting time for the automatic transition from
Boot Phase 1 to Boot Phase 2.
Prerequisite RTC6 Software Package V1.7.0 and BIOS-ETH 26.
Call
eth_boot_timeout( TimeOut )
Parameters
TimeOut
Waiting time. In s.
As an unsigned 32-bit value.
Result None.
Comments • eth_boot_timeout is only allowed with RTC6 Ethernet Boards.
Otherwise, a get_last_error return code
RTC6_TYPE_REJECTED
is generated.
•
TimeOut
= 0 deactivates the waiting time. The boot process waits endlessly for an
/START.
• Boot Phase 2 starts immediately when an /START is triggered within the waiting time.
• See Chapter 16.7 ”Standalone Functionality”, page 908.
RTC4RTC6 New command.
RTC5RTC6 New command.
Version info Available as of DLL 618, OUT 618, RBF 623.
References eth_boot_dcmd