REXYGEN Community Forum
    • Categories
    • Recent
    • Tags
    • Popular
    • Login
    1. Home
    2. MikeyH
    3. Topics
    M
    • Profile
    • Following 0
    • Followers 0
    • Topics 73
    • Posts 200
    • Best 3
    • Controversial 0
    • Groups 0

    Topics created by MikeyH

    • M

      License error

      General
      • • • MikeyH
      3
      0
      Votes
      3
      Posts
      59
      Views

      M

      @Jan-Reitinger Hi Jan,

      Thanks for clearign that up.

      I'm not sure what happened with the slave device, it hasn't been changed at all, a mystery! If I find the issue I'll le you know.

      Cheers,
      Mike

    • M

      Refrigeration system P-H Diagram

      REXYGEN Studio
      • • • MikeyH
      4
      0
      Votes
      4
      Posts
      113
      Views

      cechuratC

      @MikeyH Hi Mike,

      Thanks for the details. Currently, there is no direct support for such data representation.

      For small-scale, I can imagine using the CNDR function block. You can also check the STEAM function block, but it appears the data you require is missing there.

      There is also the possibility to use, e.g., Python or a C library if available.

      Let me know your thoughts on this.

      Regards,
      Tomas

    • M

      error on Modbus driver

      Modbus RTU
      • • • MikeyH
      3
      0
      Votes
      3
      Posts
      293
      Views

      M

      @cechurat Hi Tomas,

      Yeah I see, thank you.

      Cheers,
      Mike

    • M

      MBM error

      Modbus RTU
      • • • MikeyH
      4
      0
      Votes
      4
      Posts
      553
      Views

      cechuratC

      @MikeyH Hi Mike,

      This is related to the communication timeout - inspect data length with respect to baudrate and timeouts.

      All REXYGEN error codes here in Docs: https://www.rexygen.com/doc/ENGLISH/MANUALS/BRef/BRef_ENGap3.html#x488-487000C

      Cheers,
      Tomas

    • M

      Error 106

      REXYGEN Studio
      • • • MikeyH
      3
      0
      Votes
      3
      Posts
      566
      Views

      cechuratC

      @MikeyH Hi Mike,

      This error is triggered when something is preventing Studio from writing to the Project location. Do you have all related folders available for read and write?

      If the issue persists, can you share a minimal project with us? Thanks

      Cheers, Tomas

    • M

      SPI comms for MCP41X

      Communication (RS232, RS485, I2C, SPI, UDP, TCP, ...)
      • • • MikeyH
      1
      0
      Votes
      1
      Posts
      202
      Views

      No one has replied

    • M

      Bytes to bit

      REXYGEN Studio
      • • • MikeyH
      2
      0
      Votes
      2
      Posts
      283
      Views

      M

      sorry, I've just worked it out using the Bitwise demultiplexer

      f8e2817e-be2b-4795-8b4f-ac8a5581218b-image.png

    • M

      HMI Designer 3.2.5

      REXYGEN HMI Designer
      • • • MikeyH
      10
      0
      Votes
      10
      Posts
      1.9k
      Views

      M

      @cechurat Hi Tomas,

      I will try and record this this week, sorry for the delay.

      Cheers,
      Mike

    • M

      Update REXcore etc on Monarco

      Development tools
      • • • MikeyH
      3
      0
      Votes
      3
      Posts
      659
      Views

      M

      @cechurat Hi Tomas,

      That worked thank you, I used apt-get which didn't seem to update the REX stuff.

      Thank you
      Mike

    • M

      Raspberry pi 5 with Book worm

      General discussion
      • • • MikeyH
      8
      0
      Votes
      8
      Posts
      2.9k
      Views

      M

      @Jan-Reitinger Hi Jan,

      Awesome thank you. I'll give it a try this week and let you know.

      Cheers,
      Mike

    • M

      RPi internet issues with REXYGEN 3.0

      REXYGEN Studio
      • • • MikeyH
      8
      0
      Votes
      8
      Posts
      1.7k
      Views

      M

      @Jan-Reitinger Hi Jan,

      All sorted, thank you.

      Cheers,
      Mike

    • M

      Run Linux command

      REXYGEN Studio
      • • • MikeyH
      5
      0
      Votes
      5
      Posts
      1.1k
      Views

      M

      @cechurat Hi Tomas,

      No problem, and thank you for your help as always.

      Cheers,
      Mike

    • M

      REXYGEN License error

      General discussion
      • • • MikeyH
      1
      0
      Votes
      1
      Posts
      1.4k
      Views

      No one has replied

    • M

      Delete Archives

      REXYGEN Studio
      • • • MikeyH
      8
      0
      Votes
      8
      Posts
      1.5k
      Views

      cechuratC

      @MikeyH Hi Mike,

      thanks for the report. It seems that the Archive viewer in Diagnostics is limited to the 16 signals.

      I have prepared a Python script for converting the Archive timezone - find it attached.

      How to use the script:

      export the REXYGEN archive using the RexArc command line utility. For details execute command RexArc --help put the exported file in the same directory as the Python conversion script run the conversion script using the following command: python archive_timezone_converter.py input.csv output.csv offset

      Parameters meaning:

      input.csv - original file exported using RexArc output.csv - output file offset - The timezone offset to apply (in hours).

      Script file: archive_timezone_converter.py

      Let me know if it helps.

      Cheers, Tomas

    • M

      TRND block in REXYGEN 3

      REXYGEN Studio
      • • • MikeyH
      2
      0
      Votes
      2
      Posts
      490
      Views

      cechuratC

      @MikeyH Hi Mike,

      you are right - this is new in v3. The parameter SigNames is passed to the TRND block and can be read in Watch Mode in REXYGEN Studio (just double-click the TRND block) - see the signal annotation in the right part of a window.
      It is also read by HMI component TRND which displays the information directly to the HMI (you can override the information by editing the HMI component parameters).

      Cheers,
      Tomas

    • M

      Time issue

      REXYGEN Studio
      • • • MikeyH
      1
      1
      Votes
      1
      Posts
      494
      Views

      No one has replied

    • M

      HTTP Error in system log

      REXYGEN Studio
      • • • MikeyH
      2
      0
      Votes
      2
      Posts
      532
      Views

      cechuratC

      @MikeyH Hi Mike,

      Code "-102" stands for Timeout - see Doc: https://www.rexygen.com/doc/ENGLISH/MANUALS/BRef/BRef_ENGap3.html#x360-359000C

      How often do you write the values?

      PS: In version 3 we have introduced native support for the PostgreSQL database. Have a look at the documentation if you find it useful: https://download.rexcontrols.cz/partner/testing/rexygen/doc/3.0.0.15811/ENGLISH/MANUALS/PqDrv/PqDrv_ENG.html

      Cheers,
      Tomas

    • M

      asci conversion

      Modbus TCP
      • • • MikeyH
      4
      0
      Votes
      4
      Posts
      1.7k
      Views

      cechuratC

      @MikeyH Hi Mike,

      I'm glad it works for you 😉

      For the "variable decimal point" I would use blocks MUL and CNDR. CNDR configure so it reflects the changing of the gain according to the value.

      You will probably find many other solutions which will lead you to the desired behaviour (e.g. SSW for switching gain according to the value)

      Hope it helps.

      Cheers,
      Tomas

    • M

      REXYGEN 3.0.0

      REXYGEN Studio
      • • • MikeyH
      9
      0
      Votes
      9
      Posts
      1.8k
      Views

      cechuratC

      @MikeyH Hi Mike,

      Please, make sure to tick the "GenerateRexHMI" parameter as well.

      Cheers,
      Tomas

    • M

      Refrigeration Model

      REXYGEN Studio
      • • • MikeyH
      1
      0
      Votes
      1
      Posts
      442
      Views

      No one has replied