Ctrl Command get_error
Example
Creates an array for specifying which board has no existing access rights and resets the
(C/C++)
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,
RTC6 boards
Doc. Rev. 1.0.21 en-US
10 RTC6 Commands
set_verify
401
Need help?
Do you have a question about the RTC6 PCIe Board and is the answer not in the manual?
Questions and answers