For some programming languages there are restrictions to observe when converting a project from Concept to Control Expert.
Only call generic EFBs instances once.
Using Concept 2.2, assign the outputs directly after the EFB call of a variable.
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.
List of generic EFBs in Concept:
-
LIB984 library
-
FIFO
-
LIFO
-
R2T
-
SRCH
-
T2T
-
GET_3X
-
GET_4X
-
PUT_4X
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.