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
    • M

      Analogue Input Range

      Monarco HAT
      • • • MikeyH
      5
      0
      Votes
      5
      Posts
      1.6k
      Views

      M

      @jaroslav_sobota no problem 🙂

    • R

      dygraphOptions dateWindows

      REXYGEN HMI Designer
      • • • RexPeter
      5
      0
      Votes
      5
      Posts
      1.4k
      Views

      R

      Thank a lot for explanation Ondrej.
      I will proceed accordingly.

      Best regards,
      Peter

    • R

      Comparing 2 strings

      REXYGEN Studio
      • • • RexPeter
      5
      0
      Votes
      5
      Posts
      1.4k
      Views

      cechuratC

      @rexpeter You are welcome 😉 Glad I could help.

      Cheers, Tomas

    • gninausG

      got some errors during installing REXYGEN for UniPi

      General discussion
      • • • gninaus
      5
      1
      Votes
      5
      Posts
      1.3k
      Views

      gninausG

      @jaroslav_sobota

      After installing Buster Lite Image I made manual install of owserver.
      sudo apt install owserer
      During that install I got the same error messages.
      Reboot and install rex with unipi script.
      Everything was installed without any error.
      Raspi is up and running without any issues.

    • S

      Connecting Racing Wheel to REXYGEN

      Communication (RS232, RS485, I2C, SPI, UDP, TCP, ...)
      • • • stepan.ozana
      5
      0
      Votes
      5
      Posts
      1.5k
      Views

      jaroslav_sobotaJ

      Thanks for the explanation, now I understand. Nice solution.

      Jaroslav

    • G

      Zigbee, z-wave, Mqtt?

      IoT
      • mqtt • • Geocipo
      5
      0
      Votes
      5
      Posts
      1.7k
      Views

      G

      ok thanks for the answer, i will try.

    • M

      Logging Bools

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

      M

      Ok, thanks Jaroslav.

      I'll use a combination of the ALB and what I currently have to achieve both. This way I'll get both live HMI and logged alarms.

      Cheers

      Mike

    • M

      Cooling and Heating

      REXYGEN Studio
      • • • MikeyH
      5
      0
      Votes
      5
      Posts
      987
      Views

      jaroslav_sobotaJ

      Hi Mike,
      I see. In that case the simplest approach is to use the TSE block (three state element), which moreorless combines two comparators with hysteresis.
      0_1571645853248_rexygen_tse_cooling_heating.png

      Kind regards
      Jaroslav

    • M

      Project Timing

      REXYGEN Studio
      • • • MikeyH
      5
      0
      Votes
      5
      Posts
      741
      Views

      jaroslav_sobotaJ

      Hi Mike,
      glad I could help.

      A "good execution rate" always depends on the project. 20 milliseconds might be too long (controlling RPM of a motor or detecting pushbutton presses or counting pulses from a flowmeter) or way too short (temperature control).

      It's the responsibility of the system engineer/designer to find the appropriate timing.

      As for Modbus, we typically use twice the rate of the task which is using the data provided by the Modbus driver.

      Best regards
      Jaroslav

    • C

      How to choose string using HMI?

      REXYGEN HMI Designer
      • hmi designer string combobox • • contactform
      5
      0
      Votes
      5
      Posts
      544
      Views

      D

      You have remarked very interesting points! ps decent website. link text

    • M

      Solved Pulse Counter with Pulse Duration

      REXYGEN Studio
      • • • MikeyH
      5
      0
      Votes
      5
      Posts
      393
      Views

      M

      @RexPeter thank you for that, that is actually very useful.

      Cheers

      Mike

    • M

      Configuring Analog inputs

      Monarco HAT
      • • • MikeyH
      5
      0
      Votes
      5
      Posts
      563
      Views

      cechuratC

      Hi Mike,

      I wasn't 100% right, sorry for that.

      It is prohibited to use both flags for AI at the same time by the compiler. The solution is not that straightforward however it is possible:

      use just "MNR_AI1" flag to set the current mode use SDC write flag, address 0x00A - bits 01 and 02 (see docs: https://github.com/monarco/monarco-hat-documentation/blob/master/Monarco_HAT_SPI_Protocol.md#service-channel-register-description) when in current mode you need to manually convert the value by following formula 10V = 52.475 mA

      If you need any additional help, let me know.

      Cheers,
      Tomas

    • L

      Request for demo license does nothing

      REXYGEN Studio
      • • • Larry
      5
      1
      Votes
      5
      Posts
      346
      Views

      S

      Solved: Hello, I tried to activate demo license by clicking Next , but it doesn't allow & asking for license 192.168.l.254 file. Please present license it is showing nothing in License Manager window as shown ... Please suggest any other settings to do for Demo licensing?You installed a trial version of the application on the computer, which has expired. Adobe Customer Service deactivated your serial number. This issue can occur when you request a new serial number from Adobe Customer Service

    • A

      Bitwise operation in HMI designer

      REXYGEN HMI Designer
      • • • Apollo
      5
      0
      Votes
      5
      Posts
      459
      Views

      A

      @cechurat

      It would be (time-wise) more convenient for me to create one SVG-object which can display all different statuses from a single alarm. Now the connecting of all these different alarm-bits in HMIdesigner is really time-consuming... but I'll manage... 🙂

      That's why I think that it would be a better solution to make a custom SVG that accepts a byte with all the necessary info...then only one connecting string is needed for one alarm. But for now, I'll stick to what I'm already doing because following the path of creating new custom objects will cost me even more time I'm afraid.

    • M

      Leakage from USB

      Monarco HAT
      • • • MikeyH
      5
      0
      Votes
      5
      Posts
      566
      Views

      cechuratC

      @mikeyh Hi Mike,

      Monarco HAT is grounded through Raspberry Pi (via 40 pin header). For complex grounding you should also ground GND output of power supply used to power Monarco HAT and Monarco HAT metal case. Could you please try it?

      Cheers,
      Tomas

    • A

      Solved REXLANG : assigning inputs to an array of doubles

      REXYGEN Studio
      • • • Apollo
      5
      0
      Votes
      5
      Posts
      458
      Views

      cechuratC

      @apollo said in REXLANG : assigning inputs to an array of doubles:

      @cechurat I was still thinking that the input could not be of the string type.....

      b3923a60-00a9-4373-b570-7f2c710acd4c-image.png

      Thanks for pointing this out! I will update the docs accordingly.

      Cheers,
      Tomas

    • S

      SHIFTOCT - persistent parameters

      REXYGEN Studio
      • • • Scoobsalamander
      5
      0
      Votes
      5
      Posts
      570
      Views

      cechuratC

      @scoobsalamander I understand, however "Persistent parameters" feature is mainly for parameters and in some cases internal states of FBs, not inputs/outputs - see Doc: https://www.rexygen.com/doc/ENGLISH/MANUALS/RexygenStudio/RexygenStudio_ENG.html#x1-220002.5

      Cheers,
      Tomas

    • P

      Solved formát času hmi Display

      REXYGEN HMI Designer
      • • • pancirm
      5
      0
      Votes
      5
      Posts
      648
      Views

      P

      @reitinge said in formát času hmi Display:

      text_format hh:mm:ss

      OK Děkuji.

    • J

      Raspberry Pi OS image with REXYGEN for Monarco HAT

      Monarco HAT
      • • • Jan Reitinger
      5
      0
      Votes
      5
      Posts
      1.2k
      Views

      R

      Hello,
      we have released image with the REXYGEN 2.50.10-next (2.50.10.13233) which is available in our official repository.

    • P

      REXLANG_Rexduino compile error on 2.5.10 version

      Bug reports, Feature requests
      • • • pedrowirya
      5
      0
      Votes
      5
      Posts
      566
      Views

      R

      @pedrowirya Dear Pedro,
      thank you for information. I'm glad, everything is working now.

      Best regards,
      Jan