Sign in to follow this  
Followers 0
Rockford

ControlLogix Ethernet

1 post in this topic

Anyone have any idea on how to communicate with a Baumer VeriSens camera using a generic TCP/IP structure as shown below? I have not tried this, but my understanding from some people at Baumer is that they have tried using a 1756-EWEB to communicate to the camera with very little success. Is there a better way to do this type of communication on the ethernet using a ControlLogix or other AB platform? Thanks, 15.4.1 Protocol structure – Ethernet ------------------------------------------------------------------------------------------------------------------------------------ | Command | Parameter | Data | | 2 bytes | 0-12 bytes | | ------------------------------------------------------------------------------------------------------------------------------------ After you have established a connection with VeriSens via the set port, you can request data from the device or transfer commands. To do this, you may use the VeriSens protocol. This consists of a 2-byte command code followed by the parameters and the actual data. The datagrams may also be terminated with the following control characters: <CR> (Hex: 0D, Escape-Sequenz: \r) <LF> (Hex: 0A, Escape-Sequenz: \n) <CR><LF> (Hex: 0D 0A, Escape-Sequenz: \r\n) No characters You can find details on the possible commands in the section entitled Available commands.

Share this post


Link to post
Share on other sites

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 account

Sign in

Already have an account? Sign in here.


Sign In Now
Sign in to follow this  
Followers 0