Resets the specified group to the default state.
GxAoResetGroup (nHandle, nGroup, pnStatus)
Name |
Type |
Description |
nHandle |
SHORT |
Handle to a GX16xx board. |
nGroup |
SHORT |
Group number:0. GXAO_GROUPA1. GXAO_GROUPB2. GXAO_GROUPC3. GXAO_GROUPD |
pnStatus |
PSHORT |
Returned status: 0 on success, negative number on failure. |
The specified groups will be reset to:
Group’s channels set to 0V.
Group’s voltage range is set to -25 to 25V (GX1632e), 0-20V (GX1642) or 0-10V (GX1648).
External update is disabled
The following example resets group A:
SHORT nStatus;
GxAoResetGroup(nHandle, GXAO_GROUPA, &nStatus);
GxAoSetChannelVoltage, GxAoGetChannelVoltage, GxAoSetGroupVoltageRange, GxAoGetGroupVoltageRange, GxAoGetErrorString