REXYGEN Community Forum
    • Categories
    • Recent
    • Tags
    • Popular
    • Login
    1. Home
    2. Apollo
    3. Topics
    A
    • Profile
    • Following 0
    • Followers 0
    • Topics 20
    • Posts 69
    • Best 1
    • Controversial 0
    • Groups 0

    Topics created by Apollo

    • A

      Solved REXLANG : assigning inputs to an array of doubles

      REXYGEN Studio
      • • • Apollo
      5
      0
      Votes
      5
      Posts
      446
      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

    • A

      Unsolved Crashing when polling rate too high from OPC UA client.

      Bug reports, Feature requests
      • • • Apollo
      3
      0
      Votes
      3
      Posts
      685
      Views

      A

      @cechurat I am not 100% sure. I am not in control of the PC that is running this Keptware software.

      I believe that it was originally set at 1Hz but I am not sure, but when it was set to 0,1Hz it was working fine.
      For the moment it is still crashing the application because I believe it is set at a too high polling rate again. (I assume....I am not in control and do have no access on this PC, so it's hard to verify if this is the real problem.)
      But if I change the port number of the OPC UA server to make sure nobody is polling the server then everything keeps running fine.

      It would be good that only the communication would stop and not the entire rexcore.

      I will send you a PM with the complete setup.

    • A

      Solved Removal of all binary files of your project

      REXYGEN Studio
      • • • Apollo
      7
      0
      Votes
      7
      Posts
      602
      Views

      A

      @cechurat yes, only I could not with sudo, only with su. Don't know the exact difference.

    • A

      Solved Extra parameters for REXLANG inside Subsystem?

      REXYGEN Studio
      • • • Apollo
      4
      0
      Votes
      4
      Posts
      437
      Views

      cechuratC

      @apollo said in Extra parameters for REXLANG inside Subsystem?:

      'll try with the GetExt function, so I'll need to create a CNS, which inherits the parameter, in the same level as where my REXLANG FB is located and use a relative path (e.g. .CNS:scv ) in the C-program, correct?

      Yes, this is correct.

      Kind Regards,
      Tomas

    • A

      Solved Color of HMI component with 'Group Animation' not correct.

      REXYGEN HMI Designer
      • • • Apollo
      9
      0
      Votes
      9
      Posts
      758
      Views

      ondrej_severaO

      @apollo I am glad that it is working.

    • A

      Use of the 'MTM__SlaveStation_Connected' signal.

      Modbus TCP
      • • • Apollo
      9
      0
      Votes
      9
      Posts
      1.3k
      Views

      cechuratC

      @cechurat said in Use of the 'MTM__SlaveStation_Connected' signal.:

      Status shows time to next reconnect in ms

    • A

      Bitwise operation in HMI designer

      REXYGEN HMI Designer
      • • • Apollo
      5
      0
      Votes
      5
      Posts
      449
      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.

    • A

      Modbus RTU multiple read

      Modbus RTU
      • modbus rtu passive • • Apollo
      8
      0
      Votes
      8
      Posts
      846
      Views

      cechuratC

      @apollo I understand. Just keep in mind that the Passive feature is available both at Modbus RTU and Modbus TCP.

      Kind Regards,
      Tomas

    • A

      Feature request : Modbus import/export spreadsheet

      Bug reports, Feature requests
      • • • Apollo
      3
      0
      Votes
      3
      Posts
      488
      Views

      A

      @reitinge Thank you for your reply.
      It is just something nice to have, working in a spreadsheet is sometimes just a little faster.
      I did try to work directly inside the .rio file but then I still prefer the included editor in Rexcontrols.

    • A

      Use of local parameters in RexHMI Designer

      REXYGEN HMI Designer
      • hmi designer local variables • • Apollo
      6
      0
      Votes
      6
      Posts
      576
      Views

      A

      Thank you for the examples. I was trying to make use of the placeholders (like $T for example) which I completed at the end in the Connections tab.

      Now I got it working by only creating the local parameters (HIDE_WINDOW_A, HIDE_WINDOW_B, ...) and giving them a default value '0' in the connections table.
      Then in the button's and windows which are to be hidden I used these newly created local parameters directly. (instead of using the $T).
      And now it is working fine. :-)... still don't know what I'm doing wrong when using the connections table....

    • A

      User menu with 'Custom HTML' object

      REXYGEN HMI Designer
      • • • Apollo
      17
      0
      Votes
      17
      Posts
      1.6k
      Views

      cechuratC

      @apollo Hi Kris,

      thanks for the update about compiling. My experiences are that using network drive can slow the compile process significantly and use of SSD HDD can reduce the time 🙂
      It is strange that the compile took minutes when reside on local C:\ drive.

      Cheers,
      Tomas

    • A

      ALBI FB inside SubSystem

      Bug reports, Feature requests
      • • • Apollo
      3
      0
      Votes
      3
      Posts
      404
      Views

      R

      Hi Kris,
      I just want to let you know that we found a bug and included the fix in a future release.

      Cheers,
      Jan

    • A

      Tabs for all open .mdl files

      Bug reports, Feature requests
      • • • Apollo
      3
      0
      Votes
      3
      Posts
      375
      Views

      A

      Thx, looking perfect .... looking forward to this new feature.

      Kris

    • A

      ALB, ALBI, ALN, ALNI , .... alarm functions have no delay function

      Bug reports, Feature requests
      • archive • • Apollo
      9
      0
      Votes
      9
      Posts
      875
      Views

      cechuratC

      Hi Kris,

      one more thing - did you try to use ARS function block? https://www.rexygen.com/doc/ENGLISH/MANUALS/BRef/ARS.html

      It might help you.

      Kind Regards,
      Tomas

    • A

      dygraph - color labels and scale of both axes.

      REXYGEN HMI Designer
      • hmi designer dygraph css custom • • Apollo
      4
      0
      Votes
      4
      Posts
      758
      Views

      cechuratC

      Awesome! Thanks for feedback 😉

      Cheers,
      Tomas

    • A

      Port configuration for REXYGEN Studio

      REXYGEN Studio
      • • • Apollo
      3
      0
      Votes
      3
      Posts
      246
      Views

      A

      Thanks for your reply, in the mean while it is working fine. Our IT-department made a small mistake in configuring the ports.

    • A

      Link to old forum is not working anymore

      General discussion
      • • • Apollo
      8
      0
      Votes
      8
      Posts
      793
      Views

      R

      Please, use Google with the site query to search the outdated forum: site:rexygen.com/oldforum

    • A

      HTML dropdown menu color animation

      REXYGEN HMI Designer
      • • • Apollo
      3
      0
      Votes
      3
      Posts
      291
      Views

      S

      Thank you for this solution, unfortunately I don't have the time to try this out at the moment.
      It will have to wait until the second part of next week. I'm already happy that there is a possibility to make it work.

      Kris

    • A

      $ sign missing in Group animation (HMI designer)

      Bug reports, Feature requests
      • • • Apollo
      2
      0
      Votes
      2
      Posts
      338
      Views

      ondrej_severaO

      Hello,
      thank you for pointing this out. It will be fixed in the next release. It was a small typo.
      Best regards
      Ondrej

    • A

      Monitor resolution

      REXYGEN HMI Designer
      • hmi designer screen resolution • • Apollo
      3
      0
      Votes
      3
      Posts
      393
      Views

      cechuratC

      Hi all,

      please see my current post on How to fit HMI to specific screen resolution

      Kind Regards,
      Tomas