REXYGEN Community Forum
    • Categories
    • Recent
    • Tags
    • Popular
    • Login
    1. Home
    2. Bentoni
    3. Topics
    B
    • Profile
    • Following 0
    • Followers 0
    • Topics 2
    • Posts 6
    • Best 0
    • Controversial 0
    • Groups 0

    Topics created by Bentoni

    • B

      Solved Can driver

      Communication (RS232, RS485, I2C, SPI, UDP, TCP, ...)
      • • • Bentoni
      9
      0
      Votes
      9
      Posts
      934
      Views

      R

      Hi Toni,
      FilterIdMask can be used for filtering messages from more devices. In your case, there is only one device, so you can set FilterIdMask as 0xfff. For message decomposing, use the INTSM blocks (www.rexygen.com/doc/ENGLISH/MANUALS/BRef/INTSM.html). The basic example of using INTSM block can be found in this thread: https://forum.rexygen.com/topic/174/reading-and-writing-4-byte-floating-point-from-modbus?_=1609251284153
      For decomposing a byte value into bits can be used block BDOCT(www.rexygen.com/doc/ENGLISH/MANUALS/BRef/BDOCT.html).

      Cheers,
      Jan

    • B

      Data from obd port

      General
      • • • Bentoni
      2
      0
      Votes
      2
      Posts
      365
      Views

      jaroslav_sobotaJ

      Hi,
      how about running Python code alongside REXYGEN and pushing the data to running task(s) via REST API of REXYGEN? This is shown in example project 0302-03 which is included in REXYGEN Studio.

      Both RS-232 and CAN bus are also an option, but in that case you'll only get raw data and you'll have to parse it yourself to get useful information.

      Hope this helps, let me know.

      Jaroslav