Fuxa Tutorial | OpenPLC

Sdílet
Vložit
  • čas přidán 24. 07. 2024

Komentáře • 12

  • @macheavenz
    @macheavenz Před 2 měsíci +1

    This is amazing. Thank you for sharing. Best regards from Calgary

  • @goowatch
    @goowatch Před 2 lety +1

    Gracias por este nuevo video.
    ¿Has considerado usar en tus proyectos otros MPU de bajo costo como el Raspberry Pico?

    • @seafoxc
      @seafoxc  Před 2 lety

      I have a raspberry pi 3 lying around for months now. Maybe in the future, I will give it a try. Unfortunately, I have no experience with the Rasberry controllers, so I guess that is why I'm postponing it.

    • @goowatch
      @goowatch Před 2 lety

      @@seafoxc Hi. The raspberry Pico (RP2040) is supported in OpenPLC. Raspberry Pico is based in MCU like Arduino. Raspberry Pi 3/4 works like 'computer' (using Operating System) with GPIO. Try Pico, is faster but GPIOs works at 3.3V not 5V like Arduino Nano 😉

    • @seafoxc
      @seafoxc  Před 2 lety +1

      That is a good suggestion. When running more extensive programs on the Arduino Uno, I run into RAM problems (only 2kb). Thanks!

  • @capobravochile
    @capobravochile Před 4 měsíci

    How create clientes

  • @ainfirdaus11
    @ainfirdaus11 Před rokem

    Hi friend, I use Fuxa beacuse watching your video.
    I wanna ask you out of topic. You know how to configure MQTT at Fuxa?

    • @seafoxc
      @seafoxc  Před rokem

      No I don't. It would be cool to use MQTT with Fuxa. I will keep it in mind and maybe inmplement it in a future project.

    • @ainfirdaus11
      @ainfirdaus11 Před rokem

      @@seafoxc Fuxa provides MQTT. I filled the broker and status connected, but I couldn't fill the topic.

  • @tayyabmalik6963
    @tayyabmalik6963 Před rokem

    Hi.. Your vedios are good.. Please tell how one can change or control factory io using scadabr or fuxa.. I mean how to turn on or off something in factory io using scadaBR HMI or Fuxa with Openplc and its runtime.. When hardware is not available..

    • @seafoxc
      @seafoxc  Před rokem

      U use the OpenPLC runtime for Windows and setup Fuxa, OpenPLC and Factory IO up. In your program you use an output (Qx) and connect it to a Fuxa. In Fuxa you connect this variable to a button. In your OpenPLC program you use that Output as conditions to activate stuff in Factory IO. The reason u use an output is because you can not write to inputs with Modbus and Fuxa. In the description of the OpenPlc cocktailmaker you can find a link to the Fuxa code and the OpenPLC code. In there there is a lot of examples of controlling the machine with Fuxa.

    • @tayyabmalik6963
      @tayyabmalik6963 Před rokem +1

      @@seafoxc thank you. Its done already.. But I'm glad that you replied.