Navigation

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

    jaroslav_sobota

    @jaroslav_sobota

    0
    Reputation
    42
    Posts
    808
    Profile views
    2
    Followers
    0
    Following
    Joined Last Online

    jaroslav_sobota Follow

    Best posts made by jaroslav_sobota

    This user hasn't posted anything yet.

    Latest posts made by jaroslav_sobota

    • RE: Hydraulic Press project on Neuron M203 - beginner needs help

      @r3sist said in Hydraulic Press project on Neuron M203 - beginner needs help:

      I just need anything to notify the operator directly on the machine about current pressure , and let him adjust this one pressure setpoint variable. It could even be a segment lcd.

      If segment LCD is all you need, maybe something like this could do the trick:
      https://en.papouch.com/tds-rs485-7-segment-led-display-p1922/

      You can connect it via RS485 and communicate using Modbus RTU.

      posted in Mervis
      J
      jaroslav_sobota
    • RE: Hydraulic Press project on Neuron M203 - beginner needs help

      I guess that @r3sist was trying to cover two separate topics:

      • using the 3.5" screen as local HMI (or operator screen, depending on the preferred terminology)
      • using DIs to manipulate some variable(s) in the algorithm, e.g. maximum and minimum for pressure

      Am I right?

      Jaroslav

      posted in Mervis
      J
      jaroslav_sobota
    • RE: Should I use Analog or Digital input to read Vacuum pressure?

      A sensor with digital output will only give you information whether the pressure is below or above given threshold. You can connect it to digital input of UniPi. You have to decide whether this is sufficient for your project or not.

      Jaroslav

      posted in Official EVOK API
      J
      jaroslav_sobota
    • RE: 4RO 4DI expansion module

      Did you edit the /etc/owfs.conf file? It should contain the following:

      !server: server = 127.0.0.1:4304
      allow_other
      server: port = 127.0.0.1:4304
      server: i2c=ALL:ALL
      timeout_volatile = 2
      

      You will need to restart owserver for these settings to have effect. Or reboot the Raspberry Pi.

      Can you post here the output of the owdir command? Please start with only 1 expansion module.

      Jaroslav

      posted in REX
      J
      jaroslav_sobota
    • RE: Industrial automation project

      For sure this is possible, it is called a distributed control system. The software will be more complex (e.g. you must handle network communication problems correctly) but you will not have a single point of failure. When the Local Control Unit looses connection with the Master Control Unit, it will still work locally, you can even define an emergency or fail-safe mode.

      The master control unit needs no I/O, it can be a plain Raspberry Pi. Or you can use 1 master/local unit and 4 local units.

      For communication, I would use Modbus TCP.

      Jaroslav

      posted in Installations
      J
      jaroslav_sobota
    • RE: Siemens LOGO 8

      Probably too late for the party but still I'd like to mention that this is possible with REX Control System.

      Jaroslav

      posted in Mervis
      J
      jaroslav_sobota
    • RE: Industrial automation project

      Hi Merv,
      depends on what "large" means for you. If 10=large then we did: http://unipi.technology/customer-reference-unipi-likes-rex-controls/

      Your project is very nice, looking forward to hearing more about it!

      Jaroslav

      posted in Installations
      J
      jaroslav_sobota
    • RE: Problum whit the 8-Relay Addon EMO-R8

      Well done! Still I'd like to know why it was not working with your previous setup. Any ideas, Tomas?

      posted in UniPi 1Wire Extension Modules (official)
      J
      jaroslav_sobota
    • RE: Problum whit the 8-Relay Addon EMO-R8

      Apart from the micro USB power supply, which is not necessary, I do not see anything suspicious.

      I'm out of ideas Any hints, Tomas?

      posted in UniPi 1Wire Extension Modules (official)
      J
      jaroslav_sobota
    • RE: Problum whit the 8-Relay Addon EMO-R8

      Previous conversation with Martijn also revealed that he uses 10 cm cable which was provided with the board.

      Martijn: did you try connecting only one extension board? Can you please post here the output of i2cdetect with a) plain UniPi board and b) with the 0x22 extension board attached?

      And just to make sure: Are you able to control the onboard relays?

      posted in UniPi 1Wire Extension Modules (official)
      J
      jaroslav_sobota