1 / 6

INTEGRATION OF PLC DRIVER WITH COMPUTER SYSTEMS

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.

abiola
Download Presentation

INTEGRATION OF PLC DRIVER WITH COMPUTER SYSTEMS

An Image/Link below is provided (as is) to download presentation Download Policy: Content on the Website is provided to you AS IS for your information and personal use and may not be sold / licensed / shared on other websites without getting consent from its author. Content is provided to you AS IS for your information and personal use only. Download presentation by click this link. While downloading, if for some reason you are not able to download a presentation, the publisher may have deleted the file from their server. During download, if you can't get a presentation, the file might be deleted by the publisher.

E N D

Presentation Transcript


  1. Comcontrol Piotr Kaminski INTEGRATION OF PLC DRIVER WITH COMPUTER SYSTEMS

  2. Possibilities of integration Website ERP , MRP Data warehouse

  3. 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.…

  4. 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)

  5. 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"/>

  6. 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"/>

More Related