Graphics

 View Only
  • 1.  Sending commands to the CII gateway

    Posted 11-04-2014 16:28
    Hello,

    i want to build a little application which sends CII commands to our Xpression BLuebox with the CII gateway installed.

    Is there any documentation available for this?

    i can't find any documents on the www.

    Many thanks in advance

    Jan Augenbroe


  • 2.  RE: Sending commands to the CII gateway

    Posted 11-04-2014 16:30
    The protocol for the CII gateway is actually available in the Start Menu under the CII Gateway folder.

    It is a PDF with all of the commands which you can send to the CII gateway.

    #XPression


  • 3.  RE: Sending commands to the CII gateway

    Posted 11-07-2014 09:26
    Hi Brian,

    I have found the document.

    and i am able to connect to the CII gateway :)

    but i think the command i send are not recognized yet.

    tha PDF document says:

    Each command string must be terminated by two backslashes, followed by a carriagereturn

    linefeed sequence (0x0D 0x0A).

    maybe can you provide me a example string to send to the CII gateway?

    regards

    Jan

    #XPression


  • 4.  RE: Sending commands to the CII gateway

    Posted 11-17-2014 19:44
    Hello,

    I am trying to update a Quad material by using CII command,



    U\\12\\1\\Z:\\\\temp.png\\\\

    E\\Incorrect checksum received.\\\\



    but, i got this error message back

    Did I make any mistakes in there?

    Thank you

    #XPression


  • 5.  RE: Sending commands to the CII gateway

    Posted 11-19-2014 00:14
    Try to change the backslash in your image path to a forward slash, e.g. Z:temp.png to Z:/temp.png.

    You can't send a backslash in the CII protocol because it is used as the delimiter between fields in the message.

    #XPression