Applies To
All
Purpose
Returns board type.
Syntax
[enDioBoardType = ] Object.BoardType
The BoardType property syntax has the following parts:
Name |
Type |
Description |
Object |
DioFile |
DioFile object |
enDioBoardType |
enumDioBoardType |
Integer specifying the board type. |
Where
ienDioBoardType can be one of the following:
Name |
Value |
Description |
dioBoardTypeGX5150 |
0x20 |
Board type is GX5150 |
dioBoardTypeGC5050 |
0x30 |
Board type is GC5050 |
dioBoardTypeGX5152 |
0x40 |
Board type is GX5152 |
dioBoardTypeGX5050 |
0x50 |
Board type is GX5050 |
dioBoardTypeGX5055 |
0x55 |
Board type is GX5055 |
dioBoardTypeGX5280 |
0x60 |
Board type is GX5280 |
dioBoardTypeGX5290 |
0x70 |
Board type is GX5290 |
dioBoardTypeGX5290E |
0x75 |
Board type is GX5290E |
See Also