• Register
    • Login
    • Search
    • Categories
    • Recent
    • Tags
    • Popular
    • Users
    • Groups
    • Search
    1. Home
    2. RainerK
    3. Topics
    R
    • Profile
    • Following 1
    • Followers 0
    • Topics 5
    • Posts 9
    • Best 1
    • Controversial 0
    • Groups 0

    Topics created by RainerK

    • R

      Key word INIT
      Mervis • • RainerK

      2
      1
      Votes
      2
      Posts
      1003
      Views

      T

      @RainerK The function block declaration in Mervis requires the following schema but the INIT variable name to must not be used. This is a bug of course that needs to be fixed. But thanks for the info. I saw that you have already reported the issue via the Mervis report form.

      FUNCTION_BLOCK fb_name (* EXTENDS //base type IMPLEMENTS //interface type list *) VAR (* add local variables here *) END_VAR VAR_INPUT (* add in variables here *) END_VAR VAR_OUTPUT (* add out variables here *) END_VAR (* METHOD abc //: return type // method's body END_METHOD *) (*function block body*) END_FUNCTION_BLOCK```
    • R

      Event triggered task
      Mervis • • RainerK

      4
      0
      Votes
      4
      Posts
      1912
      Views

      R

      Hi @tomas_hora, I tried in Mervis V2.0.10 (52674). The situation has not changed. Thank you so far. Could you provide a working example? BR Rainer

    • R

      Use of numeral systems (decimal, binary, hexadecimal, ...)
      Mervis • • RainerK

      3
      0
      Votes
      3
      Posts
      1321
      Views

      R

      Thank you. I am looking forward to it.

    • R

      Dali Library
      Mervis • • RainerK

      2
      0
      Votes
      2
      Posts
      1326
      Views

      T

      Hello @RainerK,

      the library is build only for the Merbon (which is rebrand of Mervis for Domat products) you might be able to get it from their installation only.

    • R

      LED Dimmer
      UniPi 1Wire Extension Modules (official) • • RainerK

      2
      0
      Votes
      2
      Posts
      1916
      Views

      T

      Hello,

      Unfortunately 1wire is not a way to go. It is too slow and the IC does not support pwm.

      If you are a little bit hw person, take a look at the 4ao/12pwm for i2c board.

      Btw the Neuron supports RS485 (Modbus) and there are many boards for dimming based on rs485.

      Br,
      Tomas