EasyManua.ls Logo

Strasbaugh nTellect 7AF - API Command Reference; AC28 Operations

Default Icon
2493 pages
Print Icon
To Next Page IconTo Next Page
To Next Page IconTo Next Page
To Previous Page IconTo Previous Page
To Previous Page IconTo Previous Page
Loading...
90 Pamux User’s Guide
API COMMAND REFERENCE
The APIs listed in this section include function prototypes and descriptions. In general, most APIs return
an integer error number. Zero indicates no error.
AC28 OPERATIONS
PamuxCardOpen
PROTOTYPE:
int PamuxCardOpen(int far* phAc28, int far* Reserved, int BaseIoPort, int ResetIoPort,
BOOL ResetLevel=FALSE);
DESCRIPTION:
Opens access to an AC28 card. phAc28 gets a handle. Reserved always returns 0. Three
parameters must be specified: the I/O Port addresses for the AC28 base port, its reset port, and the
reset level. These three parameters must correspond to jumper settings on the AC28 card.
PamuxCardClose
PROTOTYPE:
int PamuxCardClose(int hAc28);
DESCRIPTION:
Releases the handle.
PamuxCardReset
PROTOTYPE:
int PamuxCardReset(int hAc28);
DESCRIPTION:
Resets the AC28 card, turning off all outputs. This is not called automatically when the AC28 is
opened.
PROGRAMING WITH THE PAMUX DRIVER

Table of Contents

Related product manuals