RTC6 boards
Doc. Rev. 1.0.21 en-US
10 RTC6 Commands
373
Ctrl Command eth_max_card
Function Returns the highest index in the RTC6 board management, where an RTC6 Ethernet Board
is entered.
Call
Result = eth_max_card()
Parameters None.
Result Highest index of an RTC6 Ethernet Board in the RTC6 board management.
As an unsigned 32-bit value.
0: No RTC6 Ethernet Board recorded in the RTC6 board management.
n: Highest index in the RTC6 board management, where an RTC6 Ethernet
Board is entered.
Comments • eth_max_card is not available as a multi-board command.
• eth_max_card does not return the total number of RTC6 Ethernet Boards in the
RTC6 board management. For this purpose, eth_count_cards is available.
• With eth_max_card, all RTC6 Ethernet Boards can be removed from the
RTC6 board management by a simple loop:
while ( eth_max_card() )
{ release_rtc( eth_max_card() ); eth_remove_card( eth_max_card() ); }
• See also Chapter 16.5.3 ”About the RTC6 Board Management”, page 905.
RTC4RTC6 New command.
RTC5RTC6 New command.
Version info Available as of DLL 606, OUT 606, RBF 611.
References eth_count_cards, eth_remove_card