Quantcast
Channel: SPS-Forum - Automatisierung und Elektrotechnik
Viewing all articles
Browse latest Browse all 46421

Indirekter Aufruf eines Programms

$
0
0
Hallo, gibt es die Möglichkeit, dass ich ein Programm indirekt aufrufen kann? ich stelle mir bspw. so etwas vor:

Code:

    Aufruf : ARRAY[1..5] OF Pointer To Pgrogramm;

    // Initialisierung
    Aufruf[1] := ADR(PRG_1);
    Aufruf[2] := ADR(PRG_2);
    .
    .
    .


    For Counter := 1 to 5 by 1 do
            Aufruf[Counter]();
    end_FOR


Viewing all articles
Browse latest Browse all 46421


<script src="https://jsc.adskeeper.com/r/s/rssing.com.1596347.js" async> </script>