x ˄y in structure text in freelance control builder F.
Hi
I want to do some calculations in Freelance control builder F as x ˄Y .
VAR1, VAR2 and VAR3
VAR1 := VAR2 ˄VAR3;
how to write this in structure text ? I mean what will be the syntax.
I want to do some calculations in Freelance control builder F as x ˄Y .
VAR1, VAR2 and VAR3
VAR1 := VAR2 ˄VAR3;
how to write this in structure text ? I mean what will be the syntax.
Answers
Example:
PROGRAM Pool
VAR
Test:REAL;
Test2:REAL;
END_VAR
Test2 := EXPT(Test,2.0);
END_PROGRAM
Regards
T:R:
PROGRAM Pool
VAR
Test:REAL;
Test2:REAL;
END_VAR
Test2 := EXPT(Test,2.0);
END_PROGRAM
Regards
T:R:
Add new comment