Navigation

    • Register
    • Login
    • Search
    • Categories
    • Recent
    • Tags
    • Popular
    • Users
    • Groups
    • Search
    1. Home
    2. Iogo
    3. Topics
    I
    • Profile
    • Following
    • Followers
    • Topics
    • Posts
    • Best
    • Groups

    Topics created by Iogo

    • I

      Add value based on time?
      Mervis • • Iogo  

      2
      0
      Votes
      2
      Posts
      997
      Views

      T

      You can do this easily with a simple function block, specifically Integer Scheduler (T19), or Bool Scheduler (T17). Signal from these can be used to trigger a function block which sums the value from a counter to some stored value, and the nulls the counter afterwards. I recommend looking through some online tutorials on function block diagrams (FBDs) and structured text (ST), as well as thoroughly reading the "help" topics in the IDE (press F1).
    • I

      Remote programming, port forwarding
      Mervis • • Iogo  

      11
      0
      Votes
      11
      Posts
      3809
      Views

      T

      @Martin-Kudláček it works, but you have to attach using the "Use deploy parameters" as described a few posts above
    • I

      How to read PT1000 value, with Neuron S103, in mervis
      Mervis • • Iogo  

      6
      0
      Votes
      6
      Posts
      2578
      Views

      I

      They are mapped to hw, although the name does not imply that. Exactly as in your example. Did not get it to work, so I decided to add a modbus device, 4 channel analog output module and take the pt1000 temperatures through another modbus device...seemed easier way to go =)
    • I

      Hour counter?
      Mervis • • Iogo  

      2
      0
      Votes
      2
      Posts
      1094
      Views

      D

      @Iogo You can use for measuring block T32.
    • I

      Speed of inputs?
      UniPi Neuron Series • • Iogo  

      3
      0
      Votes
      3
      Posts
      1197
      Views

      I

      Thanks. That is more than adequate for this purpose I am going to use it for :)
    • I

      Show scheduler/time in HMI
      Mervis • • Iogo  

      3
      0
      Votes
      3
      Posts
      1160
      Views

      T

      @Iogo I have just tried opening the example and worked well.. But the .touch HMI project file is placed in the bin folder. Please test it.
    • I

      Alarm indicator disappears when active
      Mervis • • Iogo  

      5
      0
      Votes
      5
      Posts
      1757
      Views

      D

      @Iogo You are using block with delay. Maybe the error is, that time of delay is implicitly set to 30 seconds. Try to reduce time to 0 second and debug it. Did it help you?