Opens a Global bus relay.
Gx6188GlobalBusOpen (nHandle, nChannel, nSelectorBus, pnStatus)
Name |
Type |
Comments |
nHandle |
SHORT |
Handle to a GX6188 board. |
nChannel |
SHORT |
Global Bus numbers are:0. GX6188_GLOBAL_BUS_11. GX6188_GLOBAL_BUS_22. GX6188_GLOBAL_BUS_33. GX6188_GLOBAL_BUS_44. GX6188_GLOBAL_BUS_55. GX6188_GLOBAL_BUS_66. GX6188_GLOBAL_BUS_77. GX6188_GLOBAL_BUS_8 |
nSelectorBus |
SHORT |
Selector Bus numbers are:0. GX6188_SELECTOR_BUS_A1. GX6188_SELECTOR_BUS_B2. GX6188_SELECTOR_BUS_C3. GX6188_SELECTOR_BUS_D4. GX6188_SELECTOR_BUS_E5. GX6188_SELECTOR_BUS_F6. GX6188_SELECTOR_BUS_G7. GX6188_SELECTOR_BUS_H |
pnStatus |
PSHORT |
Returned status: 0 on success, negative number on failure. |
This function disconnects the specified Global bus channel from the specified selector bus.
The following example opens the connection between global bus channel 5 and Selector Bus B:
Gx6188GlobalBusOpen (nHandle, GX6188_GLOBAL_BUS_5, GX6188_SELECTOR_BUS_B, &nStatus);
Gx6188GlobalBusGetChannel, Gx6188GlobalBusClose, GxSWGetErrorString