Boa noite pessoas,
Estou precisando de uma ajuda para trocar dados entre um programa em "myopenlab" com o programa em "python", eu preciso trocar dados com mais de 100 variaveis (int32 e bool) em tempo real. E não posso fechar o programa em python, pois ele está executando algumas funções de sistema.
Busquei por varias funções exemplo dentro do muopenlab sem sucesso.
Já tentei utilizar socket python server entre myopenlab client, mas não consegui fazer a função funcionar bem a parte do myopenlab, pois não sei muito de javascript.
Quem sabe a função "CMD execute comand" do myopenlab com retorno de uma string grande seja a melhor solução, mas será que não tem uma função pronta no myopenlab para troca de dados entre o python?
Obs: estou desenvolvendo na plataforma ARM OS Raspbian e em Raspberry 3 b+.
Hi,
There is not a specific Python Communication element, but you could use "CMD WRITE" element, that element lets send a linux terminal command and get the response, but the python script must be a once time execution script, the code included in the script can not contain "while" or infinite loops, It must run once time, send the response to the linux console and close.
Best regards,
Javier Velásquez