CTRL SEE WAGO PFC + Python

Поділитися
Вставка
  • Опубліковано 27 жов 2024

КОМЕНТАРІ • 22

  • @prcarlospena
    @prcarlospena 4 роки тому

    Excellent @Jessecox! And now, it is even easier to use Docker and Python in our Wago PLCs.

    • @PaTTi093
      @PaTTi093 4 роки тому

      Do you have some more information about docker and python? Maybe a documentation to install the docker image? And is python just programmable via console, or like Notered over web, with a special port?

  • @antonlisniak4886
    @antonlisniak4886 2 роки тому

    Dear Jesse, thank you very much for the video. This solution really solves a lot of problems. However, it would be nice to install pip this way as well, because without additional libraries, python lacks most of its functionality (like the ssl library). opkg, unfortunately, does not allow you to install pip in standard ways...

  • @inuyashacoolieo
    @inuyashacoolieo 2 місяці тому

    Hi Jesse,
    Does Wago offer any professional training courses?

  • @BlameSomeOneUseless
    @BlameSomeOneUseless 4 роки тому

    Great video! I'm currently calling a .py program containing a function. Do you know of a way to assign the parameters for the function directly from e!Cockpit?

  • @tiagodelararibeiro8768
    @tiagodelararibeiro8768 4 роки тому

    Hi Jesse Cox! Its possible to install the module psycopg2 to save data PFC to a PostgreSQL database?

  • @inuyashacoolieo
    @inuyashacoolieo 28 днів тому

    Does this work with Python 3 as well?

  • @leszekdudzik4901
    @leszekdudzik4901 6 років тому

    Nice tutorial!! How can I install additional packages for python??

  • @АлександрАгеев-ч3н

    Hi, Jesse Cox. Can I ask you about python ipk for 15 fw?

  • @controlbytepl
    @controlbytepl 6 років тому

    Could you describe potential application of such solution, please?

    • @JesseCoxPDX
      @JesseCoxPDX  6 років тому

      This is a hard question to answer. This always takes some creative thinking and discipline. I have used this for many things like an easier MQTT client, database interaction and like I mentioned in the video, to take advantage of Python libraries which can be very powerful.

  • @JesseCoxPDX
    @JesseCoxPDX  5 років тому

    If you are looking for updarted solutions and you have Gen2 PFC hardware, please watch this video on Docker. It may solve for the technology gaps when adding python to PFC ua-cam.com/video/Gdy33BGlSSU/v-deo.html

  • @zal28
    @zal28 6 років тому

    How to install additional .py modules on PFC ?

  • @GunsIinger
    @GunsIinger 5 років тому

    Ipkg: command not found

    • @JesseCoxPDX
      @JesseCoxPDX  5 років тому +1

      If you are using firmware version 12 then you will use opkg instead of ipkg

    • @GunsIinger
      @GunsIinger 5 років тому

      Jesse Cox ty for responding! But opkg refuses to install the package, wrong architecture :(

    • @JesseCoxPDX
      @JesseCoxPDX  5 років тому +2

      Yes, the package has to align with the firmware. I built this package with the board support package for firmware 11. I can update this in the next several days to support firmware 12.

    • @GunsIinger
      @GunsIinger 5 років тому

      Jesse Cox that would be great!

    • @danbrawnn
      @danbrawnn 3 роки тому

      @@JesseCoxPDX Hello Jesse, did you have time to update the package for FW12 and up?