ST_SimParameter - General Information
Type: |
data structure |
Available as of: |
V1.0.0.0 |
Inherits from: |
- |
Versions: |
Current version |
Data structure for the parameters of the FB_InfeedSimulation POU
Variable |
Data type |
Description |
---|---|---|
stProductGeneration |
The parameters for the simulated product flow |
|
etTpType |
Method with which the Touchprobe signals for the belts are generated |
|
aifSensorOut |
ARRAY[1..Gc_udiMaxNumberOfBelts] OF SystemConfigurationItf.IF_DigitalIoWrite |
Only active if SignalsTp has been selected for etTpType The digital outputs that are connected to the Touchprobe inputs for product detection of the belts via cable bridges |
axSensorActiveValue |
ARRAY[1..Gc_udiMaxNumberOfBelts] OF BOOL |
TRUE: The simulated Touchprobe sensor usually returns FALSE, and TRUE if it has detected a product. |
etTargetTpType |
Method with which the Touchprobe signals are generated for the sensor that detects the targets |
|
stTargetSignalGeneration |
The parameters for the simulation of targets for the additional sensor of the target belt |
|
ifTargetSensorOut |
SystemConfigurationItf.IF_DigitalIoWrite |
Only active if SignalsTp has been selected for etTargetTpType The output that is connected to the Touchprobe input for target detection via a cable link |
xTargetSensorActiveValue |
BOOL |
TRUE: The simulated Touchprobe sensor usually returns FALSE, and TRUE if it has detected a target. |
astLencId |
ARRAY[1..Gc_udiMaxNumberOfBelts] OF SystemConfigurationItf.ST_logicalAddress |
The addresses of the logical encoders via which the simulation POU monitors the motion of the belts |
udiNumberOfAddSensors |
UDINT |
The number of additional sensors to be placed on the infeed distance |
alrAddSensorPosition |
ARRAY[1..Gc_udiMaxNumberOfAddSensors] OF LREAL |
The distance of the additional sensors on the infeed distance from the beginning of the first belt |
aifAddSensorOut |
ARRAY[1..Gc_udiMaxNumberOfAddSensors] OF SystemConfigurationItf.IF_DigitalIoWrite |
The outputs at which the simulated signals of the additional sensors are to be output These should be connected to digital inputs via cable links. |
axAddSensorActiveValue |
ARRAY[1..Gc_udiMaxNumberOfAddSensors] OF BOOL |
TRUE: The simulated sensor usually returns FALSE, and TRUE if it has detected a product. |
xResetMinMaxData |
BOOL |
TRUE: lrMaxPositionError and lrMinPositionError of the return values in ST_SimFeedback are reset to zero. |