REXYGEN Community Forum
    • Categories
    • Recent
    • Tags
    • Popular
    • Login
    1. Home
    2. GeorgeDumitru
    3. Topics
    G
    • Profile
    • Following 0
    • Followers 0
    • Topics 5
    • Posts 14
    • Best 1
    • Controversial 0
    • Groups 0

    Topics created by GeorgeDumitru

    • G

      ASCII Commands Over RS485

      Communication (RS232, RS485, I2C, SPI, UDP, TCP, ...)
      • • • GeorgeDumitru
      19
      1
      Votes
      19
      Posts
      1.7k
      Views

      J

      @georgedumitru I think the best documentation is this thread here on the forum. Byte array reading from communication is also discussed there.

      Another helpful tool is definitely the example located at C:\Program Files\REX Controls\REXYGEN 2.50.12.14711\Examples\0203_Function_Blocks_REXLANG.

    • G

      Consuming the API in C# .NET application.

      IoT
      • • • GeorgeDumitru
      2
      0
      Votes
      2
      Posts
      367
      Views

      cechuratC

      Hi George,

      we have no specific example on using REXYGEN REST API in C# .NET at the moment. However there is an example with scripts in Python, Bash or Matlab available - see Example 0302-03 REST API Python Bash etc.

      Let us know if it helped to solve your issue.

      Regards,
      Tomas

    • G

      Read the y: parameter value on TRND block from the API using a C# .net application

      IoT
      • • • GeorgeDumitru
      1
      0
      Votes
      1
      Posts
      357
      Views

      No one has replied

    • G

      Database value as parameter

      REXYGEN Studio
      • • • GeorgeDumitru
      2
      0
      Votes
      2
      Posts
      567
      Views

      cechuratC

      Hi George,

      if I understand correctly you are trying to write (change) parameter inside function block (TIMER_:pt) from the running project, right?

      Have a look at function block called SETP*: https://www.rexygen.com/doc/PDF/ENGLISH/BRef_ENG.pdf#page=307

      This group of blocks enables you to remotely change parameters (Real, Integer, Bool) of function blocks.

      If this is not answering your question, please, let me know 🙂

      Regards, Tomas

    • G

      REX.HMI.WebBuDi

      REXYGEN HMI Designer
      • webbudi webhmi • • GeorgeDumitru
      2
      0
      Votes
      2
      Posts
      826
      Views

      cechuratC

      Hi George,

      thank you for this question.
      In general the described behaviour is possible. Connection between HMI and signal in REXYGEN is always one-by-one. You have to introduce subsystem with mask and change the mask parameter via HMI, where the connection string will be as follows:

      "taskName.SubsystemName:maskParameterName"

      The masked parameter can be used on as many places as desired within the specified subsystem.

      For more information on defining the subsystem mask see:
      https://www.rexygen.com/doc/ENGLISH/MANUALS/RexygenStudio/RexygenStudio_ENG.html#x1-340004.2

      If you need additional information, let me know.

      Regards, Tomas