MXIO Software Development Kit
C++ Sample Code Programming Guide
 All Classes Files Functions Variables Typedefs Macros Groups Pages
Macros

Macros

#define IOFUNC_AI_CH_NAME   0
 
#define IOFUNC_AI_CH_MODE   1
 
#define IOFUNC_AI_CH_SCALING_SLOPE   2
 
#define IOFUNC_AI_CH_SCALING_OFFSET   3
 
#define IOFUNC_AI_CH_SCALING_UNIT   4
 
#define IOFUNC_AI_CH_BURNOUT_VALUE   5
 
#define IOFUNC_AI_CH_SCALED_VALUE   6
 
#define IOFUNC_AI_CH_MINIMUM_VALUE   7
 
#define IOFUNC_AI_CH_MAXIMUM_VALUE   8
 
#define IOFUNC_AI_CH_BURNOUT_STATUS   9
 
#define IOFUNC_AI_CH_RAW_VALUE   10
 
#define IOFUNC_AI_CH_BURNOUT_SCALED_VALUE   11
 

Detailed Description

Note:
IOFUNC_AI_CH_SCALED_VALUE: write command data type is DATA_TYPE_FLOAT.
IOFUNC_AI_CH_MINIMUM_VALUE: write command data type is DATA_TYPE_FLOAT.
IOFUNC_AI_CH_MAXIMUM_VALUE: write command data type is DATA_TYPE_FLOAT.

Macro Definition Documentation

#define IOFUNC_AI_CH_NAME   0
#define IOFUNC_AI_CH_MODE   1
#define IOFUNC_AI_CH_SCALING_SLOPE   2
#define IOFUNC_AI_CH_SCALING_OFFSET   3
#define IOFUNC_AI_CH_SCALING_UNIT   4
#define IOFUNC_AI_CH_BURNOUT_VALUE   5
#define IOFUNC_AI_CH_SCALED_VALUE   6
#define IOFUNC_AI_CH_MINIMUM_VALUE   7
#define IOFUNC_AI_CH_MAXIMUM_VALUE   8
#define IOFUNC_AI_CH_BURNOUT_STATUS   9
#define IOFUNC_AI_CH_RAW_VALUE   10
#define IOFUNC_AI_CH_BURNOUT_SCALED_VALUE   11