IN
Variable name | Description |
|---|---|
axEnable | Data type – ARRAY [0..7] OF BOOL |
Individually specify whether the data of channels 0 to 7 is to be recorded. The following applies to each channel:
The prerequisite for recording the data of a channel is that it has been previously assigned correctly using the MapChannel() method. | |
diMeasureTime | Data type – DINT |
Recording time in [ms] | |
diSampleTime | Data type – DINT |
Sampling time in [ms] (At minimum, the cycle time of the HighPrio task of the application) | |
eTrigMode | Data type – ENUMERATION |
Selection of the trigger mode:
| |
rTrigLevel | Data type – REAL – floating-point number |
Trigger level for edge detection | |
rTrigPosition | Data type – REAL – floating-point number |
Position of the trigger time on the time axis as a fraction of the measurement time, for example:
| |
eTrigSource | Data type – ENUMERATION |
Selection of the trigger source:
The prerequisite for external triggering is that the external trigger signal was previously assigned correctly using the MapExtTrig() method. | |
diTrigChannel | Data type – DINT |
Number of the channel acting as the trigger source (if eTrigSource is set to Channel) | |
xStart | Data type – BOOL |
| |
xStop | Data type – BOOL |
| |
sFileName | Data type: STRING(255) |
Name of the .CSV file to be logged |