выполнение внешней команды в Codesys

16 декабря 2022 664 admin

Выполнение внешней команды в Codesys


В codesys можно выполнить внешние команды и скрипты. Например, скрипты на python, или на shell в Linux.
PROGRAM PLC_PRG
VAR
bTest : BOOL;
testTrigger : Standard.R_TRIG;
sCommand : STRING;
refCommand : REFERENCE TO STRING;
sOutput : STRING;
refOutput : REFERENCE TO STRING;
result : POINTER TO SysProcess.SysTypes.RTS_IEC_RESULT; ---------- Странно...
END_VAR

testTrigger(CLK:= bTest, Q=> );
sCommand:= 'echo Hello, Owen!';
refCommand REF= sCommand;
refOutput REF= sOutput;
IF testTrigger.Q THEN
SysProcessExecuteCommand2(pszCommand:= refCommand, pszStdOut:= refOutput, udiStdOutLen:= SIZEOF(sOutput), pResult:= ADR(result));
bTest:= FALSE;
END_IF

Источник: https://owen.ru/forum/showthread.php?t=20145&page=33
  • 0

Другие новости по теме:

Другие новости по теме:

    Добавление комментария

    Имя:
    Пароль:
    Email:
    Код:
    captcha
    Введите код:

    Последнии комментарии
    library initialization failed - unable to allocate file descriptor table - out of memory
    Автор Mackenzie (13.12.2025)
    Hi there very cool website!! Man .. Beautiful ..
    Wo...
    library initialization failed - unable to allocate file descriptor table - out of memory
    Автор Shenna (13.12.2025)
    Helpful information. Lucky me I discovered your si...
    library initialization failed - unable to allocate file descriptor table - out of memory
    Автор Normand (12.12.2025)
    Really no matter if someone doesn't understand the...
    library initialization failed - unable to allocate file descriptor table - out of memory
    Автор Andres (12.12.2025)
    If you desire to increase your knowledge just keep...
    library initialization failed - unable to allocate file descriptor table - out of memory
    Автор Heriberto (12.12.2025)
    Heya i'm for the first time here. I found this boa...
    library initialization failed - unable to allocate file descriptor table - out of memory
    Автор Захар (05.12.2025)
    Очень ценная запись, буквально недавно разбирался ...
    движок для сайта бесплатные движки для сайтов
    Автор Sherlyn (02.12.2025)
    I have read so many articles or reviews about the ...
    Как присвоить несколько IP адресов, и диапазон IP адресов сетевому интерфейсу в Debian
    Автор Bernadine (28.11.2025)
    Каталоги вроде [INVALID URL BB CODE] предоставляют...
    движок для сайта бесплатные движки для сайтов
    Автор Lola (26.11.2025)
    Oh my goodness! Impressive article dude!
    Thank you,...
    движок для сайта бесплатные движки для сайтов
    Автор Sherman (22.11.2025)
    Просматривайте откровенные видео на безопасных
     Популярные
       
    Календарь
    « Декабрь »
    Пн Вт Ср Чт Пт Сб Вс
    1 2 3 4 5 6 7
    8 9 10 11 12 13 14
    15 16 17 18 19 20 21
    22 23 24 25 26 27 28
    29 30 31
    Облако тегов
    Яндекс.Метрика