How can i use the instruction METOR in structured text whit Freelance engineering?
Hi Sumit
I need use the function METOR in structured text language. I could not do it.
Could you help me?
Thank you for the support.
Regards
I need use the function METOR in structured text language. I could not do it.
Could you help me?
Thank you for the support.
Regards
Voted best answer
Here is an example:
PROGRAM SoftUSRTask
VAR m:WORD; e:WORD; f:REAL;
met: METOR;
END_VAR
m:=27;
e:=35;
met(MNT:=m,EXP:=e,FVL=>f);
END_PROGRAM
Do not forget to instatiate the block via menu Elements -> Instantiate
Best regards
Jürgen
PROGRAM SoftUSRTask
VAR m:WORD; e:WORD; f:REAL;
met: METOR;
END_VAR
m:=27;
e:=35;
met(MNT:=m,EXP:=e,FVL=>f);
END_PROGRAM
Do not forget to instatiate the block via menu Elements -> Instantiate
Best regards
Jürgen
Answers
Sorry, do you mean meteor, That's a JavaScript platform !! There is no connection option
Add new comment