SMC_CAMTable_REAL_256_2 (STRUCT)
TYPE SMC_CAMTable_REAL_256_2 : STRUCT
This STRUCT represents a non equidistant curve table.
The table can handle 256 elements of type REAL
There is array of master/slave position pairs. Start and end position must be enclosed. Index 0 refers to the master, index 1 to the slave.
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..255] OF ARRAY [0..1] OF REAL |
fEditorMasterMin |
REAL |
fEditorMasterMax |
REAL |
fEditorSlaveMin |
REAL |
fEditorSlaveMax |
REAL |
fTableMasterMin |
REAL |
fTableMasterMax |
REAL |
fTableSlaveMin |
REAL |
fTableSlaveMax |
REAL |