i don't understand the purpose of these variables
fEditorMasterMin: REAL;
fEditorMasterMax: REAL;
fEditorSlaveMin: REAL;
fEditorSlaveMax: REAL;
fTableMasterMin: REAL;
fTableMasterMax: REAL;
fTableSlaveMin: REAL;
fTableSlaveMax: REAL;
i tried to set them with different values without any change in the behavior, the only thing i have to do is to keep fEditorSlaveMax and fTableSlaveMax greater than fEditorSlaveMin and fTableSlaveMin
there anyone that knows how them work?
thanks in advance, Paolo Cimatti
If you would like to refer to this comment somewhere else in this project, copy and paste the following link:
Hi to all,
i'm using a personal created cam table with more points of the standard included:
TYPE SMC_CAMTable_LREAL_8192_1 :
STRUCT
Table: ARRAY [0..8191] OF LREAL;
fEditorMasterMin: REAL;
fEditorMasterMax: REAL;
fEditorSlaveMin: REAL;
fEditorSlaveMax: REAL;
fTableMasterMin: REAL;
fTableMasterMax: REAL;
fTableSlaveMin: REAL;
fTableSlaveMax: REAL;
END_STRUCT
END_TYPE
also reading the official documentation on
https://help.codesys.com/webapp/rAtY08YBV_K3o1AeeUFVzNRWMvE%2FSMC_CAMTable_UDINT_256_2;product=SM3_Basic;version=4.8.0.0
i don't understand the purpose of these variables
fEditorMasterMin: REAL;
fEditorMasterMax: REAL;
fEditorSlaveMin: REAL;
fEditorSlaveMax: REAL;
fTableMasterMin: REAL;
fTableMasterMax: REAL;
fTableSlaveMin: REAL;
fTableSlaveMax: REAL;
i tried to set them with different values without any change in the behavior, the only thing i have to do is to keep fEditorSlaveMax and fTableSlaveMax greater than fEditorSlaveMin and fTableSlaveMin
there anyone that knows how them work?
thanks in advance, Paolo Cimatti
excuse me, i wanted to post this question on the motion section