REXYGEN Community Forum
    • Categories
    • Recent
    • Tags
    • Popular
    • Login
    1. Home
    2. Popular
    Log in to post
    • All Time
    • Day
    • Week
    • Month
    • All Topics
    • New Topics
    • Watched Topics
    • Unreplied Topics
    • All categories
    • gninausG

      Core Error "Configuration requires higher license than available on the target device"

      General discussion
      • • • gninaus
      3
      0
      Votes
      3
      Posts
      122
      Views

      J

      In this specific case, the error message "Configuration requires higher license than available on the target device" indicates that RexCore did not find the new version of the license. If an older license version is present on the device and is sufficient concerning the scope of the project, this information should appear in the log and the project should run normally. In such a case, please ignore the error message.

      This error message will be revised in future versions of REXYGEN.

    • M

      error on Modbus driver

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

      M

      @cechurat Hi Tomas,

      Yeah I see, thank you.

      Cheers,
      Mike

    • S

      Vector demultiplexer VTOR+Python processing

      REXYGEN Studio
      • • • stepan.ozana
      2
      0
      Votes
      2
      Posts
      94
      Views

      J

      Hello @stepan-ozana,
      The main point from our developer's explanation is that the problem occurs because the Python script assigns outputs from inputs only during the initialization phase (init). However, while the CNR block sets its output directly in init (based on its parameter), the VTOR block likely receives its output settings only after the first run of its main function.

      Generally, blocks should not process inputs from other blocks during init. During init, each block should manage itself: check parameter settings and initialize its own outputs to starting values. Any processing of inputs and outputs involving other blocks should happen in the main runtime phase.

      In this case, CNR correctly sets its output in init according to its parameter, which is acceptable. VTOR must read its inputs to set outputs, so it does this later in the main function, which is also correct.

      Thus, the VTOR output being zero initially can happen because it does not update outputs until the main function runs, unlike CNR which sets fixed output at init. This explains the observed behavior with the VTOR1 showing zeros at first while sharing the same Python script with another block

    • gninausG

      REXYGEN - DWM interface for Debian Trixie

      General discussion
      • • • gninaus
      2
      0
      Votes
      2
      Posts
      86
      Views

      cechuratC

      @gninaus Hi Guenther,

      DWM is not ready for Trixie yet. We are working on it. I will keep you posted when Trixie is supported.

      Cheers,
      Tomas

    • E

      Handling Base64 Output in Python Projects

      General discussion
      • • • elvismartin
      1
      0
      Votes
      1
      Posts
      56
      Views

      No one has replied