PROGRAMING WITH THE PAMUX DRIVER
Pamux User’s Guide
3-35
DIGITAL POINT OPERATIONS
PamuxDigPointConfig
P
ROTOTYPE
:
int PamuxDigPointConfig(int hAc28, int Bank, int Position, BOOL bOutput);
D
ESCRIPTION
:
Configures a point as either an input or output. A non-zero value in
bOutput
will configure the
point as an output.
PamuxDigPointRead
P
ROTOTYPE
:
int PamuxDigPointRead(int hAc28, int Bank, int Point, BOOL far* pData);
D
ESCRIPTION
:
Reads the value of a point and puts the value in
pData.
The value will be either 1 for on or 0 for
off.
PamuxDigPointWrite
P
ROTOTYPE
:
int PamuxDigPointWrite(int hAc28, int Bank, int Point, BOOL Data);
D
ESCRIPTION
:
Writes to a point using the value in
Data.
A non-zero value for
Data
will turn the point on.
Summary of Contents for PAMUX
Page 10: ...TABLE OF CONTENTS x Pamux User s Guide...
Page 14: ...TABLE OF CONTENTS xiv Pamux User s Guide...
Page 103: ...PROGRAMING WITH THE PAMUX DRIVER 3 42 Pamux User s Guide...
Page 121: ...PROGRAMING WITHOUT THE PAMUX DRIVER 4 18 Pamux User s Guide...
Page 125: ...TROUBLESHOOTING AND TIPS A 4 A 4 A 4 A 4 A 4 Pamux User s Guide...
Page 135: ...SPECIFICATIONS B 10 Pamux User s Guide...
Page 141: ...TEMPERATURE CONVERSIONS ROUTINES C 6 Pamux User s Guide...
Page 143: ...PRODUCT SUPPORT D 2 Pamux User s Guide...
Page 149: ...GLOSSARY E 6 Pamux User s Guide...