Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.
Sv translation
languageen


as of release 3.27

prior to release 3.27


Function

Switches control from the running routing application to another routing application (to the active or the test version of the application). It is possible to return from the called application to the calling application using the RETURN object. The entry point to the application called by GOSUB is always the Start object. The return point is the point at which the routing application was left (the GOSUB object, output Continue).

Note: It is not possible to multiply nest calls. GOSUB cannot therefore be used in an application, which has been called already by another application using this method.

Parameters

Object Name

The name of this object instance

Routing Application

Choose the routing application, to which control is to be passed

Outputs

Output

Used when ...

Continue

At all times,when you get out of the called application with RETURN


Sv translation
languagede


Image Removed

seit Version 3.27

vor Version 3.27

Image Added

Image Added



Funktion

Springt aus der laufenden Routingapplikation in eine andere Routingapplikation (d. h. immer in die aktive bzw. Test-Version). Aus dieser kann dann mit dem Objekt RETURN ein Rücksprung zur aufrufenden Routingapplikation erfolgen. Der Einstiegspunkt in der mit GOSUB aufgerufenen Routingapplikation ist das Start-Objekt. Der Rücksprung erfolgt an die Stelle, an der die Routingapplikation verlassen wurde (Objekt GOSUB, Ausgang Weiter).

Hinweis: Eine mehrfache Verschachtelung ist nicht möglich. GOSUB kann also nicht in einer Applikation eingesetzt werden, wenn diese aus einer übergeordneten Applikation aufgerufen wird.

Parameter

Objektname

Name dieser Objektinstanz

Routing-Applikation

Auswahl der Applikation, in die gesprungen wird

Ausgänge

Ausgang

Wird benutzt ...

Weiter

Immer, wenn aus der aufgerufenen Applikation mit RETURN
zurückgesprungen wird


...