PA 1500
Standard software
10.2.6
Digital outputs
1)
i_PA1500_SetOutputMemoryOn (...)
Syntax:
<Return value> = i_PA1500_SetOutputMemoryOn
(BYTE b_BoardHandle)
Parameters:
BYTE
b_BoardHandle
Handle of the PA 1500
Task:
Activates the digital output memory.
After calling this function, the outputs you have previously activated
with the functions "i_PA1500_SetXDigitalOutputOn" are not reset.
You can reset them with the function "i_PA1500_SetXDigitalOutputOff".
Return value:
0: No error
-1: Handle parameter of the board is wrong
2)
i_PA1500_SetOutputMemoryOff (...)
Syntax:
<Return value> = i_PA1500_SetOutputMemoryOff
(BYTE b_BoardHandle)
Parameters:
BYTE
b_BoardHandle
Handle of the
PA 1500
Task:
Deactivates the digital output memory.
Return value:
0: No error
-1: Handle parameter of the board is wrong
3)
i_PA1500_Set1DigitalOutputOn (...)
Syntax:
<Return value> = i_PA1500_Set1DigitalOutputOn
(BYTE b_BoardHandle,
BYTE b_Channel)
Parameters:
BYTE
b_BoardHandle
Handle of the
PA 1500
BYTE
b_Channel
Number of the output you want to set
(1 to 16)
65