60 likes | 178 Views
Comcontrol Piotr Kaminski. INTEGRATION OF PLC DRIVER WITH COMPUTER SYSTEMS. Possibilit ies of integration. Website. ERP , MRP. Data warehouse. Connect S eq u ence PLC to socket. Created the socket and waiting for connection. XML CONNECT. Accept connection. Rec e ived data.
E N D
Comcontrol Piotr Kaminski INTEGRATION OF PLC DRIVER WITH COMPUTER SYSTEMS
Possibilities of integration Website ERP , MRP Data warehouse
Connect SequencePLC to socket Created the socket and waiting for connection XML CONNECT Accept connection Received data GET MESSAGE Received data SEND MESSAGE (closesocket) Sending date SEND MESSAGE Close connection and socket XML DISCONNECT …DO… .…DO.…
Benefits of integration with the website • Monitoring from every place in the world • Access to all logs, events, values of PLC driver using data base • Remote control of PLC driver (possibility of sending some values to PLC driver from the website)
Examples SEND MESSAGE SEND MESSAGE SEND MESSAGE SEND MESSAGE <?xml version="1.0" encoding="UTF-8"?> <StatusCommand status="otwarte"/> <?xml version="1.0" encoding="UTF-8"?> <StatusCommand status="zamkniete"/> <?xml version="1.0" encoding="UTF-8"?> <StatusCommand status="awaria"/>
Examples GET MESSAGE SEND MESSAGE <?xml version="1.0" encoding="UTF-8"?> <StatusCommand status="zamkniete"/> <?xml version="1.0" encoding="UTF-8"?> <ReceivedCommand rcommand="1"/>