L-force | plc designer - softmotion – Lenze PLC Designer PLC-Designer (R2-x) SoftMotion User Manual

Page 104

Advertising
background image

L-force | PLC Designer - SoftMotion

CAM editor

Cam data structures

104

L

DMS 5.2 EN 03/2011 TD17

byVarType:BYTE (only for byType=1 or byType=2)
Variable type of which the cam table is comprised:
1: INT
2: UINT
3: DINT
4: UDINT
5: REAL
6: LREAL

nElements:INT
Number of elements, according to type slave positions, master/slave positions or XYVA

points

byInterpolationQuality:BYTE (only for byType=1 or byType=2)
Fine interpolation degree: 1: linear (default), 3: cubic

pce: POINTER TO BYTE
Pointer to the actual data element; depending on type:

nTappets: INT
Number of tappet actions

pt: POINTER TO SMC_CAMTappet
Pointer to an ARRAY OF SMC_CAMTappet

strCAMName:STRING
Name of cam

Type
1 (equidistant)

SMC_CAMTable_<VarType>_<nElements>_1

2 (non-equidistant)

SMC_CAMTable_<VarType>_<nElements>_2

3 (XYVA)

ARRAY OF SMC_CAMXYVA

Advertising