SMC_CAMTable_REAL_128_1 (STRUCT)
TYPE SMC_CAMTable_REAL_128_1 : STRUCT
This STRUCT represents an equidistant curve table.
The table can handle 128 elements of type REAL
There is a array of slave positions. The slave positions related to the start and end position of the master must be enclosed.
Storing of master values in Table is scaled to the range [fEditorMasterMin, fEditorMasterMax] in SoftMotion units.
Storing of slave values in Table is scaled to the range [fEditorSlaveMin, fEditorSLaverMax] in SoftMotion units.
Storing of master values in Table is scaled to the range [fTableMasterMin, fTableMasterMax] in table units.
Storing of slave values in Table is scaled to the range [fTableSlaveMin, fTableSlaveMax] in table units.
InOut:
Name |
Type |
Table |
ARRAY [0..127] OF REAL |
fEditorMasterMin |
REAL |
fEditorMasterMax |
REAL |
fEditorSlaveMin |
REAL |
fEditorSlaveMax |
REAL |
fTableMasterMin |
REAL |
fTableMasterMax |
REAL |
fTableSlaveMin |
REAL |
fTableSlaveMax |
REAL |