Internet PLC Forum

General => Technical support => Topic started by: nheilBRO on August 25, 2006, 01:09:13 AM

Title: CALL statement
Post by: nheilBRO on August 25, 2006, 01:09:13 AM
Hi,

Is the CALL statement on the TriLOGI 5.2 is able to call a program name, If not then how to CALL another program name from the main program.

thank...


nheilBRO
Title: Re:CALL statement
Post by: support on August 25, 2006, 10:12:41 AM
CALL statement can be used to call a custom function label name defined in the custom function table.

E.g. if C.F #5 is named "Alarm", then you can use either of the following statement to call the custom function #5.

    CALL 5
    CALL Alarm