CHAPTER 3: SETTING UP AND USING THE SDK
PCI-AC51 User’s Guide
17
17
Function Reference for Windows 2000/XP
The functions listed in this section include parameters and descriptions.
PCI-AC51 Operations
Function
Type
Function
Parameter
Type
Parameters
Description
long
PamuxPCICardOpen
long
* phHandle
Opens access to a PCI-AC51 card.
phHandle
gets a handle.
BoardID is the PCI-AC51 ID. The first PCI-AC51
is at ID 0.
ResetLevel
: 1 = high reset; 0 = low reset. Set
the reset level to match the reset level configured
on the Pamux brains.
This function also performs a Pamux bus reset.
long
BoardID
long
ResetLevel
long
PamuxPCICardOpenNoReset
long
* phHandle
Opens access to a PCI-AC51 card.
phHandle
gets a handle.
BoardID is the PCI-AC51 ID. The first PCI-AC51
is at ID 0.
ResetLevel
: 1 = high reset; 0 = low reset. Set
the reset level to match the reset level configured
on the Pamux brains.
This function does not reset the Pamux bus.
long
BoardID
long
ResetLevel
long
PamuxPCICardClose
long
hHandle
Releases the handle to the PCI-AC51 and turns
on LEDs 1 and 2.
long
PamuxCardReset
long
hHandle
Resets the PCI-AC51 card and resets the Pamux
bus.
long
PamuxReadType
long
hHandle
Bank
*pType
Accesses the board ID for the specified bank.
Note:
Not all Pamux boards support the self-iden-
tification feature.
long
PamuxReadTypeNoRead
long
hHandle
Bank
*pType
Accesses the board IP for the last Pamux Board
Read (does not access the Pamux Bus).
Note:
Not all Pamux boards support the self-iden-
tification feature.
* Note for Visual Basic users: * indicates a “by reference” argument.
Содержание PCI-AC51
Страница 8: ...FOR HELP PCI AC51 User s Guide 4 ...
Страница 30: ...SPECIAL PRECAUTIONS FOR THE SOFTWARE DEVELOPER PCI AC51 User s Guide 26 ...
Страница 34: ...ERROR CODES FOR WINDOWS 2000 XP PCI AC51 User s Guide 30 ...
Страница 38: ...LEDS PCI AC51 User s Guide 34 ...
Страница 40: ...CONVERTING APPLICATIONS THAT USE INP AND OUTP PCI AC51 User s Guide 36 ...