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

    Topics created by r3sist

    • R

      Optimizing program for minimum real cycle time, lowest possible input lag
      Mervis • • r3sist

      5
      0
      Votes
      5
      Posts
      537
      Views

      Martin Kudláček

      For the record - @r3sist discovered that the corrupted SD card has been causing the delays. Everything in the program has been configured correctly.

    • R

      Hydraulic Press project on Neuron M203 - beginner needs help
      Mervis • • r3sist

      17
      0
      Votes
      17
      Posts
      3901
      Views

      Martin Kudláček

      Hi @r3sist,
      the:

      IF bPumpOn THEN hw.$Neuron M203_RO_2.06_w$:= TRUE; ELSE hw.$Neuron M203_RO_2.06_w$:= FALSE; END_IF;

      is exactly the same as this:

      hw.$Neuron M203_RO_2.06_w$:= bPumpOn;

      If there is no syntactic error, which would be detected upon MervisIDE Build, then there is error in the program itself. Try uploading it here or sending it to support@unipi.technology. Please, include a VERY detailed description of the real process, not the itself program. It will help find the real issue.