1. Help Center
  2. Basic Knowledge

What is the message structure of commands sent over TCP/IP interface to Balluff camera?

Message structure of commands sent over TCP/IP interface to Balluff camera

Most message elements are of type UINT16 and consist of 2 bytes. But over Ethernet one byte after the other is sent. The messages are transferred using the little-endian format. This means the lowest value byte is transferred first.

Each message begins with the message ID.

There are three different message categories:

  1.  Messages from BVS Cockpit
    a. Status message
    b. Result container
  2. Messages to BVS Cockpit without answer
    a. Disconnect
    b. Set timestamp
    c. Set input data
    d. Set result number
    e. Trigger inspection program
    f. Start inspection program
    g. Stop inspection program
    h. Restart camera
    i. Write log message
  3. Messages to BVS Cockpit with an answer after an action
    a. Connect
    b. Change inspection program
    c. Get inspection program ID
    d. Get timestamp

All messages have the same structure:

image-png-Sep-30-2020-04-06-37-50-PM

Learn more about Balluff BVS