Programming Language ST/IL
Original instructions
General
For some programming languages there are restrictions to observe when converting a project from Concept to Control Expert.
Generic EFBs
Only call generic EFBs instances once.
Using Concept 2.2, assign the outputs directly after the EFB call of a variable.
Syntax with Concept 2.5
Only use the new syntax for Concept 2.5.
Syntax with Concept 2.5:
GenEFB(in1:=x1, in2:=x2, out1=>x3, out2=>X4;
in1, in2, out1 and out2 are type ANY.
Generic EFBs in Concept
List of generic EFBs in Concept:
Declaring EFBs
The declaration of EFBs in Control Expert is found in the variables editor and no longer in the ST/IL sections as with Concept.
EFBs declared this way are no longer limited to only one section.