Graphics

 View Only
  • 1.  I Have problems get data from OCR Scoreboard

    Posted 01-02-2024 00:40

    Hi, I have problems when get data from OCR ( I read tutorials on OCR website and do like tutorials but I only get the first value.

    Like a picture I attached 



    ------------------------------
    david david
    graphics operator
    cgso
    ------------------------------


  • 2.  RE: I Have problems get data from OCR Scoreboard

    Posted 01-02-2024 15:55

    Your start bytes are all set to 1. All your fields are only parsing from the first byte. 

    Ex. 'score_a' should have a start byte of 4 and 'score_b' should have a start byte of 10. 

    Example: XPression - DataLinq Source: ASCII




  • 3.  RE: I Have problems get data from OCR Scoreboard

    Posted 01-03-2024 03:28
      |   view attached

    Thanks you so much. I got its 



    ------------------------------
    david david
    graphics operator
    cgso
    ------------------------------