Lenze PLC Designer PLC-Designer (R2-x) SoftMotion Manual de usuario Pagina 211

  • Descarga
  • Añadir a mis manuales
  • Imprimir
  • Pagina
    / 290
  • Tabla de contenidos
  • MARCADORES
  • Valorado. / 5. Basado en revisión del cliente
Vista de pagina 210
DMS 5.2 EN 03/2011 TD17 L 211
L-force | PLC Designer - SoftMotion
The SM_CNC.lib library
Structures of SM_CNC.lib
7.16.7 SMC_GCODE_WORD
G code words are stored in this data structure:
byLetter contains the ASCII code of the letter of the word, fValue and diValue contain the
value of this letter as a floating point and integer number. If a variable is used instead of a
fixed value, pADR contains a pointer to this variable and byVarType contains the variable's
type:
TYPE SMC_GCODE_WORD :
STRUCT
byLetter:BYTE:=0;
fValue:LREAL:=0;
diValue:DINT:=0;
pAdr:POINTER TO BYTE:=0;
byVarType:BYTE:=0;
END_STRUCT
END_TYPE
Value Variable type
1INT
2BYTE
3WORD
4DINT
5DWORD
6REAL
14 SINT
15 USINT
16 UINT
17 UDINT
22 LREAL
Vista de pagina 210
1 2 ... 206 207 208 209 210 211 212 213 214 215 216 ... 289 290

Comentarios a estos manuales

Sin comentarios