86
Function
Library
DriverVersion:
Indicate the current version of AngeloRTV driver. This parameter
is a pointer to an integer array with length 4.
DLLVersion:
Indicate the current version of AngeloRTV.dll file. This parameter
is a pointer to an integer array with length 4.
@ Return Code
0: ERROR_NoError
-2: ERROR_Card_Not_Exist – make sure the Angelo series
card is plugged into the system, check the device manager
to make sure the device is loaded, and the “PortNo” param-
eter is valid.
-3: ERROR_Card_Not_Accessible – make sure the Angelo
series card is plugged into the system, check the device
manager to make sure the device is loaded, and the
“PortNo” parameter is valid.
-12: ERROR_CPLD_Check_Failed – Power off the com-
puter and power on again.
@ Example
<VC/BCB >
AngeloRTV_Initial –
I16 Result;
for(int PortNo= 0 ; PortNo <4;+)
Result = AngeloRTV_Initial (PortNo);
AngeloRTV_Cose –
I16 Result;
for(int PortNo= 0 ; PortNo <4;+)
Result = AngeloRTV_Cose (PortNo);
AngeloRTV_Software_Reset–
I16 Result;
for(int PortNo= 0 ; PortNo <4;+)
Result = AngeloRTV_Software_Reset (PortNo);
AngeloRTV_Read_Serial–
int Result;
int CardNo = 0;
unsigned long HighByte = 0, LowByte = 0;
Result = AngeloRTV_Read_Serial(CardNo, &HighByte,
&LowByte);
AngeloRTV_Get_Version –
Summary of Contents for cRTV-24
Page 4: ......
Page 8: ...List of Tables iv Table 5 2 C C Data Types 83 Table 5 3 Pixel Data 122 ...
Page 10: ......
Page 18: ...8 Introduction ...
Page 34: ...24 Hardware Reference Figure 2 8 STRG Address Jumpers ...
Page 55: ...Installation Guide 45 Figure 3 2 cRTV 24 3U cPCI ...
Page 61: ...Installation Guide 51 ...
Page 62: ...52 Installation Guide ...
Page 64: ...54 Installation Guide The Device Manager should be as follows ...
Page 67: ...Installation Guide 57 ...
Page 68: ...58 Installation Guide 3 When the following window appears please click Con tinue Anyway ...
Page 70: ...60 Installation Guide The Device Manager should be as follows ...
Page 72: ...62 Installation Guide 3 Click the Finish button to finish the installation ...
Page 76: ...66 Installation Guide ...
Page 144: ...134 Function Library ...
Page 174: ...164 Programming Guide ...