ParameterList
- Namespace
- ZApplication
Variables
MaxMessages
INT:= 50
controls how many messages can be temporarily stored in Messaging before they are fetched by an external application (e.g. a HMI)
MaxDigitalInputCount
DINT:= 100
maximum number of digital inputs that can be added to a single IoBridge
MaxDigitalOutputCount
DINT:= 100
maximum number of digital outputs that can be added to a single IoBridge
MaxDebouncedInputCount
DINT:= 100
maximum number of debounced, digital inputs that can be added to a single IoBridge
MaxPulsedOutputCount
DINT:= 100
maximum number of pulsed, digital outputs that can be added to a single IoBridge
MaxImpulseOutputCount
DINT:= 50
maximum number of impulse, digital outputs that can be added to a single IoBridge
MaxAnalogInputCount
DINT:= 100
maximum number of analog inputs that can be added to a single IoBridge
MaxAnalogOutputCount
DINT:= 100
maximum number of analog outputs that can be added to a single IoBridge
MaxOnOffControllerCount
DINT:= 100
maximum number of OnOffControllers that can be added to a single IoBridge
MaxPwmControllerCount
DINT:= 100
maximum number of PwmControllers that can be added to a single IoBridge
MaxPidControllerCount
DINT:= 100
maximum number of PidControllers that can be added to a single IoBridge
MaxAxesCount
DINT:= 100
maximum number of axes that can be added to a single AxisBridge
MaxActuatorCount
DINT:= 30
maximum number of digital actuators that can be added to a single ActuatorBridge
MaxEthercatMasterCount
DINT:= 8
maximum number of ethercat masters that can be added to a single FieldbusBridge
MaxAlarmingMessagesCount
DINT:= 10
maximum count of Alarming messages per instance
MinBootingDuration
LREAL:= 1
Minimum duration in seconds that has to pass to switch an Application from Booting to another state. This is useful in TwinCAT where the license initialization routine may take same time and some time should pass before booting any unit.