Internet PLC Forum
Welcome,
Guest
. Please
login
or
register
.
1 Hour
1 Day
1 Week
1 Month
Forever
Login with username, password and session length
News:
Home
Help
Search
Login
Register
Internet PLC Forum
»
General
»
Technical support
»
CALL statement
« previous
next »
Print
Pages: [
1
]
Author
Topic: CALL statement (Read 9988 times)
nheilBRO
Newbie
Posts: 17
I'm a llama!
CALL statement
«
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
Logged
support
Global Moderator
Hero Member
Posts: 3174
Re:CALL statement
«
Reply #1 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
Logged
Email: support@triplc.com
Tel: 1-877-TRI-PLCS
Print
Pages: [
1
]
« previous
next »
Internet PLC Forum
»
General
»
Technical support
»
CALL statement