Hello,
I am currently migrating a project from OpenPLC to Arduino PLC.
Is there a way to do, in the Arduino PLC IDE, the same thing I did with OpenPLC Editor, here I can't add the ADD block ?
Here what I do :
Thanks for the help
Hello,
I am currently migrating a project from OpenPLC to Arduino PLC.
Is there a way to do, in the Arduino PLC IDE, the same thing I did with OpenPLC Editor, here I can't add the ADD block ?
Here what I do :
Thanks for the help
Nope, this looks more to standard PLC.
I don't see the issue reuse the same variable below. Or use FDB language.
Thank you , I make it different using ST:
IF en_avant_production AND angle >= aspi1_angle_debut AND angle <= aspi1_angle_debut + aspi_angle_delta THEN
aspi_1_ev := TRUE;
ElSE
aspi_1_ev := FALSE;
END_IF;