1 / 13

O2D EIP through Micrologix 1400

O2D EIP through Micrologix 1400. O2D must have firmware 1047 or higher for Ethernet IP communication Object Recognition Software version 3.5 This example assumes that you will use an Ethernet IP trigger . Explicit messaging is used in this process. Requirements.

ferrellb
Download Presentation

O2D EIP through Micrologix 1400

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. O2D EIP through Micrologix 1400

  2. O2D must have firmware 1047 or higher for Ethernet IP communication Object Recognition Software version 3.5 This example assumes that you will use an Ethernet IP trigger . Explicit messaging is used in this process Requirements

  3. Process Interface Software Connect to the O2Dxxx sensor In Applications select the Process Interface tab. Select Ethernet/IP and V2 for the Protocol Version. Click Assign

  4. Configuration software Click on Extended… Button in the Process Interface tab. By default, the camera will transmit 450 bytes. In the EtherNet/IP tab, we can partition the data and define the amount of data to be transmitted. Some PLCs cannot handle all 450 bytes and this menu allows us to adjust the packet size. Output bytes to be received from camera (Write Data) Defines the Input bytes to be sent from the camera (Read Data). *We set the input and output bytes to 40 based on this particular application. This can be larger or smaller depending on your application

  5. Configuration software If you plan to use the software trigger, Set the trigger to TCP/IP

  6. RSLogix software In RSLogix 500, Setup a Messaging block for Read and Write.

  7. RSLogix software Set these values for the read message

  8. RSLogix software Set IP address of the sensor

  9. RSLogix software Set these values for the write message

  10. RSLogix software Set IP address of the sensor

  11. RSLogix software There is a byte swap in the I/O. Enter the trigger command below: 30 (Hex) = 0 (ASCII) 0D (Hex) = CR (ASCII) 54(Hex) = T (ASCII) 3F(Hex) = ? (ASCII) 0A (Hex) = LF (ASCII) Once the string is entered, you must toggle the message block

  12. RSLogix software Response from the sensor in ASCII: Start, Pass, 99.0%(percent match), Stop In order to get a response, you must trigger first and then toggle the read message block.

  13. RSLogix software To create another trigger, change the value at the either 3030 location. Any change in this value will cause another trigger event.

More Related