Function Library
109
AngeloRTV_Set_GPIO_Int_Logic –
Dim Result As Integer
Dim PortNo As Integer
Dim
Logic As Integer
PortNo = 0
Logic = 0
Result = AngeloRTV_Set_GPIO_Int_Logic (ByVal
PortNo, ByVal Logic)
AngeloRTV_Write_EEPROM
AngeloRTV_Read_EEPROM
Dim Result As Integer
Dim PortNo As Integer
Dim Offset As Byte
Dim Value As Byte
PortNo = 0
Offset =0
Value = 128
Result = AngeloRTV_Write_EEPROM(ByVal PortNo,
ByVal Offset, ByVal Value)
Result = AngeloRTV_Read_EEPROM(ByVal PortNo,
ByVal Offset, ByRef Value)
AngeloRTV_Set_LED_Sts –
Dim Result As Integer
Dim PortNo As Integer
Dim LEDStatus As Byte
PortNo = 0
LEDStatus = 1
Result = AngeloRTV_Set_LED_Sts (ByVal PortNo,
ByVal LEDStatus)
<Delphi >
AngeloRTV_Set_GPIO_Sts –
AngeloRTV_Get_GPIO_Sts –
Var
Result : SmallInt;
PortNo : SmallInt;
Status: Byte;
PortNo:=0;
Status:=1;
Result := AngeloRTV_Set_GPIO_Sts (PortNo,
Status);
Result := AngeloRTV_Get_GPIO_Sts (PortNo,
Status);
AngeloRTV_Set_GPIO_Int_Logic –
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 ...