rusty icon indicating copy to clipboard operation
rusty copied to clipboard

R_EDGE and F_EDGE inputs

Open rarris opened this issue 1 year ago • 0 comments

Textual declaration of: rising edge inputs falling edge inputs

FUNCTION_BLOCK AND_EDGE
VAR_INPUT
 X : BOOL R_EDGE;
 Y : BOOL F_EDGE;
END_VAR

END_FUNCTION_BLOCK

rarris avatar Feb 15 '24 08:02 rarris