In the comment for the FB_DigitalSensor - HardwareInput is a "p" missing :-) The comment is shown, when mapping to real hardware.
FUNCTION_BLOCK FB_DigitalSensor EXTENDS FB_ComponentBase IMPLEMENTS I_DigitalSensorBase
VAR
HardwareInput AT %I* : BOOL; //Hardware input bit from the hysical sensor
In the comment for the FB_DigitalSensor - HardwareInput is a "p" missing :-) The comment is shown, when mapping to real hardware.
FUNCTION_BLOCK FB_DigitalSensor EXTENDS FB_ComponentBase IMPLEMENTS I_DigitalSensorBase VAR HardwareInput AT %I* : BOOL; //Hardware input bit from the hysical sensor
AB#4682