RTC6 boards
Doc. Rev. 1.0.21 en-US
10 RTC6 Commands
401
Example
(C/C++)
Creates an array for specifying which board has no existing access rights and resets the
cumulative error code.
UINT NoAccess[MaxCount+1]; // MaxCount is a user-defined constant
UINT Error = init_rtc6_dll();// Searches for all installed RTC6 boards
if (Error & RTC6_ACCESS_DENIED) { // at least one board is inaccessible
UINT Count = rtc6_count_cards(); // number of boards found
for ( UINT Num = 1; Num <= Count; Num++ ) {
NoAccess[Num] = n_get_last_error(Num) & RTC6_ACCESS_DENIED;
n_reset_error(Num, RTC6_ACCESS_DENIED);
}
}
RTC4RTC6 New command.
RTC5RTC6 Unchanged functionality.
Version info Available as of DLL 600, OUT 600, RBF 600.
References get_last_error, reset_error, set_verify
Ctrl Command get_error