Rares

Results 13 issues of Rares

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 ```

enhancement
low-priority

**Example**: ``` PROGRAM mainProg VAR myInt: INT; myRefInt: REF_TO INT := REF(myInt); myF1: F1; myRefF1: REF_TO F1 := REF(myF1); END_VAR END_PROGRAM FUNCTION_BLOCK F1 VAR_INPUT END_VAR VAR_OUTPUT END_VAR VAR END_VAR ;...

enhancement

we have the the following CFC code programm ``` PROGRAM program_0 VAR_INPUT in1,in2,in3,in4 : INT; END_VAR VAR_OUTPUT out1,out2,out3 : INT; END_VAR VAR x1, x2 : INT; END_VAR ``` in the...

bug
CFC