Opens all channels for the specified group.
Gx6264ResetGroup (nHandle, nGroup, pnStatus)
Name |
Type |
Description |
nHandle |
SHORT |
Handle to the board. |
nGroup |
SHORT |
Group number 0-7. Corresponds to groups A-H as follow:0 GX6264_GROUP_A1 GX6264_GROUP_B2 GX6264_GROUP_C3 GX6264_GROUP_D4 GX6264_GROUP_E5 GX6264_GROUP_F6 GX6264_GROUP_G7 GX6264_GROUP_H |
pnStatus |
LPSHORT |
Returned status: 0 on success, negative number on failure. |
The function does not open any of the universal bus relays that are connected to a group. Only the eight relays inside the scan group are opened.
The following example resets group A and group D:
Gx6264ResetGroup(nHandle, GX6264_GROUP_A, &nStatus);
Gx6264ResetGroup(nHandle, GX6264_GROUP_D, &nStatus);