REXYGEN Community Forum
    • Categories
    • Recent
    • Tags
    • Popular
    • Login
    1. Home
    2. har
    3. Topics
    H
    • Profile
    • Following 0
    • Followers 0
    • Topics 6
    • Posts 9
    • Best 1
    • Controversial 0
    • Groups 0

    Topics created by har

    • H

      Core error

      General
      • • • har
      2
      0
      Votes
      2
      Posts
      52
      Views

      J

      @har Hi har,

      This error is related to the timing issue of the 'data_collect' task. The task takes longer to complete than the allotted time. Based on the image, I would guess that the Python block will take the most time to execute. In your case, I would inspect the timing of the whole project and also the diagnostics of task (Target ->Diagnostics -> data_collect and select the Task tab as shown bellow).
      e8e7f83c-6ba9-44db-9318-cb844cbf6d51-image.png

      Cheers,
      Jan

    • H

      Bluetooth sensor with rexygen

      Communication (RS232, RS485, I2C, SPI, UDP, TCP, ...)
      • • • har
      2
      0
      Votes
      2
      Posts
      81
      Views

      cechuratC

      @har Hi Har,

      I'm sorry, but we are not able to debug third-party Python code for you.

      If you made it work under plain Python, then you can send the data to REXYGEN using the REST API. Have a look at "0302-03 REST API Python Bash etc", which sends data to REXYGEN using Python.

      Kind regards,
      Tomas

    • H

      Bluetooth sensor

      General
      • • • har
      1
      0
      Votes
      1
      Posts
      38
      Views

      No one has replied

    • H

      Connection Problem

      Communication (RS232, RS485, I2C, SPI, UDP, TCP, ...)
      • • • har
      2
      0
      Votes
      2
      Posts
      213
      Views

      J

      Hi har,
      Check if RexCore is running. I see that you are solving the Python code in another thread. It is possible that your code is not only causing the error, but also causing the entire RexCore to crash. Try connecting to the Raspberry via SSH and enter the command:

      systemctl status rexcore

      Cheers,
      Jan

    • H

      Complier issue

      REXYGEN Studio
      • • • har
      7
      1
      Votes
      7
      Posts
      560
      Views

      cechuratC

      @har Hi har,

      Thanks for the additional info. We are not able to provide free support on this since it's your custom Python script. The error is not related to the Rexygen ecosystem. It seems that the CPU dispatcher is being initialised multiple times.

      Tomas