Giorgio Demurtas Posted March 31, 2019 Report Share Posted March 31, 2019 Ciao a tutti, ho un PLC (Allen-Bradley compact logix L33ER) dal quale devo inviare una richiesta HTTP a un certo dispositivo ethernet. La richiesta HTTP é una semplice chiamata come quella che farebbe il browser web quando inserisco "http://192.168.1.10/pippo" o se voglio mandare dei parametri "http://192.168.1.10/pippo?value=2". L'invio di richieste HTTP, POST, GET....é una cosa che ho utilizzato con successo su Arduino, con il quale posso liberamente scrivere le richieste sulla porta ethernet. Per esempio, nel primo caso avrei: GET /pippo HTTP/1.1 Host: 192.168.1.10/ Connection: Close oppure (con parametri): GET /pippo?value=2 HTTP/1.1 Host: 192.168.1.10/ Connection: Close Sul PLC rockwell il socket ethernet é aperto, quindi - penso - di poterci scrivere la stringa che voglio utilizzando l'istruzione MSG (message). https://literature.rockwellautomation.com/idc/groups/literature/documents/at/enet-at002_-en-p.pdf Il problema é che non capisco, nella configurazione di MSG, dove diavolo devo inserire le informazioni. Qualcuno ha idea di come fare? Link to comment Share on other sites More sharing options...
rguaresc Posted March 31, 2019 Report Share Posted March 31, 2019 (edited) Non ci sono alternative: Il protocollo di comunicazione del messaggio con le variabili MSGXX.X/DN e MSGXX.X/EN Poi doppio click sul "setup Screen" per configurare "This controller" e "target Device" Edited March 31, 2019 by rguaresc Link to comment Share on other sites More sharing options...
Giorgio Demurtas Posted March 31, 2019 Author Report Share Posted March 31, 2019 Nel "setup screen" di MSG, quale "Message Type" e "Service Type" devo scegliere? Il nome dell'host devo metterla dentro una variabile stringa, da puntare nella configurazione di MSG? Link to comment Share on other sites More sharing options...
Recommended Posts
Create an account or sign in to comment
You need to be a member in order to leave a comment
Create an account
Sign up for a new account in our community. It's easy!
Register a new accountSign in
Already have an account? Sign in here.
Sign In Now