andrej - 2023-04-12

Hiya,
in the PLC shell (cf. Picture) multiple RTE commands can be executed for example an application can explicilty be started by the command "startprg APPLICATION".

Is it possible to send these shell commands from a POU to the shell?

// PSEUDO CODE
IF condition THEN
 execute plc shell "startprg APPLICATION"
ENDIF

Many thanks for tipps
Andrej