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

    RainerK

    @RainerK

    1
    Reputation
    593
    Profile views
    9
    Posts
    0
    Followers
    1
    Following
    Joined Last Online

    RainerK Unfollow Follow

    Best posts made by RainerK

    • Key word INIT

      I try to get the OSCAT Libs to work in Mervis.
      Example: FUNCTION_BLOCK _RMP_B
      VAR
      tx, tl, tn : TIME;
      init : BOOL;
      last_dir : BOOL;
      start : BYTE;
      END_VAR

      Error: In 'variables declaration', missing 'Keyword_END_VAR' at ''init''
      Error In 'init block', mismatched input '':'', expecting 'Keyword_END_INIT'
      Error In 'typed bit string literal', mismatched input '';'', expecting 'Special_HASH'

      posted in Mervis
      R
      RainerK

    Latest posts made by RainerK

    • Key word INIT

      I try to get the OSCAT Libs to work in Mervis.
      Example: FUNCTION_BLOCK _RMP_B
      VAR
      tx, tl, tn : TIME;
      init : BOOL;
      last_dir : BOOL;
      start : BYTE;
      END_VAR

      Error: In 'variables declaration', missing 'Keyword_END_VAR' at ''init''
      Error In 'init block', mismatched input '':'', expecting 'Keyword_END_INIT'
      Error In 'typed bit string literal', mismatched input '';'', expecting 'Special_HASH'

      posted in Mervis
      R
      RainerK
    • RE: Open source PLC with UniPi

      OSCAT
      An overview
      Basic Functions
      Network Functions
      Building Fuctions

      posted in General Discussion
      R
      RainerK
    • RE: Push button relay toggle

      Hi @all,

      I tried to solve the problem by using "Event triggered tasks" maybe @tomas_hora could explain how it could be done this way.

      BR Rainer

      posted in Mervis
      R
      RainerK
    • RE: Event triggered task

      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

      posted in Mervis
      R
      RainerK
    • Event triggered task

      I start with a working Mervis project in simple mode. In order to integrate a Program written in ST I switch to advanced mode, include a new Event triggered task and try to compile, in vain.
      Error: Unknown identifier 'GB04 . hw . $neuron m20x_di_1.01$'
      The file entryPionts.txt shows a line ,$GB04$.$hw$.$neuron m20x_di_1.01$
      Do you have some advice?
      BR Rainer

      Snap shot of the situation

      posted in Mervis
      R
      RainerK
    • RE: Use of numeral systems (decimal, binary, hexadecimal, ...)

      Thank you. I am looking forward to it.

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

      Hello Everyone,
      is there a way to use numeral systems other than decimal in Mervis -especially in the Variable Browser. Interpreting dword -Variables in decimal numbers isn't the most convenient way. I would like to read and write hex or binary.

      Best Regards
      Rainer

      posted in Mervis
      R
      RainerK
    • Dali Library

      Hello fellow Mervis user,
      A DALI Library is mentioned in the help article about the Domat M090.
      I had a look at my IDE directory and https://files.unipi.technology/s/public?path=%2FSoftware%2FMervis%2FLibraries, in vain.
      Who can provide (a link to) the library?
      Take care
      Rainer

      posted in Mervis
      R
      RainerK
    • LED Dimmer

      Hello UniPi Fans,

      I would like to dim 12V LEDs in my living room, possibly by using the 1Wire 8xSSR/R module.
      It takes 10ms for the SSRs to turn on/off. The ideal PWM frequency for dimming is above 200Hz.

      Am I on the right track?

      DMX Dimmers might be an alternative but I do not know how to link those to a Neuron L203.

      Thank you for your advice.
      Rainer

      posted in UniPi 1Wire Extension Modules (official)
      R
      RainerK