Gx6192/Gx6256/Gx6864MatrixReset

Purpose

Opens all the Mux relays that are connected to a specified mux group.

Syntax

Gx6256MatrixReset (nHandle, nMuxGroup, pnStatus)

Parameters

Name
Type
Comments
nHandle
SHORT
Handle to a GX6192/GX6256/GX6864 board.
nMuxGroup
SHORT
Mux Group numbers are:
0.      GX6256_GROUP_A
1.      GX6256_GROUP_B
2.      GX6256_GROUP_C
3.      GX6256_GROUP_D
4.      GX6256_GROUP_E
5.      GX6256_GROUP_F
6.      GX6256_GROUP_G
7.      GX6256_GROUP_H
8.      GX6256_GROUP_I
9.      GX6256_GROUP_J
10.   GX6256_GROUP_K
11.   GX6256_GROUP_L
12.   GX6256_GROUP_M
13.   GX6256_GROUP_N
14.   GX6256_GROUP_O
15.  GX6256_GROUP_P  
pnStatus
PSHORT
Returned status: 0 on success, negative number on failure.

Comments

This function opens all Matrix relays within a column that represents a specified mux group.

Example

The following resets Mux group B column in the matrix.

 

Gx6256MatrixReset (nHandle, GX6256_GROUP_B, &nStatus);

 

See Also

Gx6192/Gx6256/Gx6864Initialize, Gx6192/Gx6256/Gx6864MuxReset, GxSWGetErrorString