MXIO Software Development Kit
C++ Sample Code Programming Guide
|
Macros | |
#define | IOFUNC_AO_CH_NAME 0 |
#define | IOFUNC_AO_CH_MODE 1 |
#define | IOFUNC_AO_CH_SCALING_SLOPE 2 |
#define | IOFUNC_AO_CH_SCALING_OFFSET 3 |
#define | IOFUNC_AO_CH_SCALING_UNIT 4 |
#define | IOFUNC_AO_CH_POWER_ON_VALUE 5 |
#define | IOFUNC_AO_CH_SAFE_MODE_STATUS 6 |
#define | IOFUNC_AO_CH_SCALED_VALUE 7 |
#define | IOFUNC_AO_CH_RAW_VALUE 8 |
Note:
IOFUNC_AO_CH_SCALED_VALUE: write command data type is DATA_TYPE_FLOAT.
IOFUNC_AO_CH_RAW_VALUE: write command data type is DATA_TYPE_WORD.
#define IOFUNC_AO_CH_NAME 0 |
#define IOFUNC_AO_CH_MODE 1 |
#define IOFUNC_AO_CH_SCALING_SLOPE 2 |
#define IOFUNC_AO_CH_SCALING_OFFSET 3 |
#define IOFUNC_AO_CH_SCALING_UNIT 4 |
#define IOFUNC_AO_CH_POWER_ON_VALUE 5 |
#define IOFUNC_AO_CH_SAFE_MODE_STATUS 6 |
#define IOFUNC_AO_CH_SCALED_VALUE 7 |
#define IOFUNC_AO_CH_RAW_VALUE 8 |