Beckhoff-USA-Community / SPT-Libraries

MIT License
70 stars 16 forks source link

Very minor typing issue #51

Closed stefanspiegel closed 1 month ago

stefanspiegel commented 2 months ago

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

nshiggins commented 1 month ago

:) staged for next release

image