Installing Node-RED on WAGO PFC200 G2

Поделиться
HTML-код
  • Опубликовано: 8 сен 2024

Комментарии • 32

  • @camelleon2607
    @camelleon2607 4 года назад +5

    To install the latest ver follow:
    (2:03) docker pull nodered/node-red:latest
    (2:32) docker run --restart unless-stopped -d --name node-red --network=host -v node_red_user_data:/data nodered/node-red:latest
    When you have problem with port 1202 use:
    docker run --restart unless-stopped -d -p 1880:1880 -p 1202:1202/udp --name node-red --network=host -v node_red_user_data:/data nodered/node-red:latest

  • @tobinski1337
    @tobinski1337 5 лет назад +1

    Good job! Nice Tutorial, thank you!

  • @prcarlospena
    @prcarlospena 5 лет назад +1

    Genius

  • @Jarito1903
    @Jarito1903 4 года назад +2

    no joke, each time that this person says: it´s very simple, a cell in my brain dies.

  • @elimsization
    @elimsization 5 лет назад +2

    This is exactly what I'm looking for. However, the price tag for a PFC200 and the e!Cockpit licence is quite steep. Especially for a one-off project. Is there a chance to get docker with node-red working on a PFC100 and not using a e!Cockpit program?

    • @adaptine
      @adaptine 5 лет назад

      Perhaps this is what you're looking for: ruclips.net/video/GKaSwVC--w8/видео.html ?

    • @WagoKurt
      @WagoKurt  5 лет назад

      flows.nodered.org/node/node-red-contrib-kbus

  • @user-qp6oz9wy1k
    @user-qp6oz9wy1k 5 лет назад +1

    Thanks for your video :)

  • @leeluveerendrakumarpulagam9559
    @leeluveerendrakumarpulagam9559 2 года назад

    @Kurt Braun,
    Do Docker and Node-red support on Codesys runtime?

  • @k.k9648
    @k.k9648 5 лет назад

    Hallo Herr Braun
    Sprechen Sie auch deutsch ?
    Ich würde gerne wissen wie flüssig Node RED auf dem PFC200 läuft. Gibt es hin und wieder Aussetzer oder Störungen ?

  • @willowwisp357
    @willowwisp357 5 лет назад

    We shall discuss :)

  • @MalkitSingh-ic2zn
    @MalkitSingh-ic2zn 3 года назад

    There is something wrong wat I m doin with network configuration

  • @MalkitSingh-ic2zn
    @MalkitSingh-ic2zn 3 года назад +1

    I m unable to ping google

    • @fytubevw
      @fytubevw 3 года назад

      Can you ping any other human-readable address? What about pure IP addresses? This can help debug whether it's port-related, general connectivity or DNS issue.

  • @abbaaabccabbaaabcc2350
    @abbaaabccabbaaabcc2350 5 лет назад

    What about PFC200 Gen1 750-8202 and docker support for this model?

    • @WagoKurt
      @WagoKurt  5 лет назад

      Docker is only supported on the Gen2 (FW12+), because the Gen2 has more memory and faster CPU.

    • @abbaaabccabbaaabcc2350
      @abbaaabccabbaaabcc2350 5 лет назад

      @@WagoKurt Do Wago block in his firmware 12+ docker functionality for PFC G1? . Wago Gen 1(for example 750-8202) got 256MB Ram Cortex A8, 600 MHz and Gen2 (750-8212) got 512MB Ram Cortex A8; 1 GHz. This is not huge difference. In Virtualisation this can make a difference but in container have not that huge impact. Do anyone try containers in Gen1 PFC200?

    • @Dchongyong
      @Dchongyong 4 года назад

      @@abbaaabccabbaaabcc2350 Hi, wondering if you have attempted the docker ipk with Gen1 PFC200?

  • @alexisjotz982
    @alexisjotz982 4 года назад

    Hi !
    Have some issues to install Docker !
    I've already downloaded the IPK file, and uploaded on my PFC200, but after the Activation submit, there is a error (and that's ok as you said), but no docker command on my PFC.
    I've checked to install it manually with the opkg command, but I guess my PFC can't install it cause my / partition is only 12M available.
    So I checked mannually, but Docker ipk need need 115M !
    But my / partition only got 82M as total size.. So how can we install it ?!
    Then, i've tryied to install it on my SD card with the "-o" option on the opkg command.
    But doesn't work, cause "Not selecting docker 18.09.0 due to incompatible architecture."
    Dunno what to do now :/ !
    Can you help me :( ?
    Info :
    WAGO 750-8202 PFC200 CS 2ETH RS
    Firmware 03.00.35(12)

    • @Dchongyong
      @Dchongyong 4 года назад

      Hi. was wondering if you were successful with the G1 PFC200? If yes, are there any additional steps I have to look out for? Thanks lots

    • @alexisjotz982
      @alexisjotz982 4 года назад

      @@Dchongyong hi ! No, Docker can't be installed on a G1, you need G2! But I use a personnal app on lighthttpd, it's enought (for my Alexa bridge)

    • @Dchongyong
      @Dchongyong 4 года назад

      @@alexisjotz982 Ahh okay. too bad for me then. Thanks a lot for the quick reply anyways!

  • @duncanvsmith
    @duncanvsmith 5 лет назад

    Can someone help met with the storage location. I follow the instructions step by step, but the docker and images get installed in the /home/docker directory and not on the (/dev/mmcblk0p1 30216192 3072 30213120 0% /media/10B0-ECFD) SD card location. the /home/docker (internal memory) is nearly full. how can I move it?

    • @alexisjotz982
      @alexisjotz982 4 года назад

      A bit late, but i guess you got a G1 PFC(750-820X), instead of G2 (750-821X)

    • @frankkiefer1993
      @frankkiefer1993 4 года назад

      I have the same problem like Duncan Smith on a G2-Controller (750-8212/000-100). All docker files and images get installed in the /home/docker directory (on the controller!) and not in the SD-Card. How can I change the storage location to the SD-Card?

    • @alexisjotz982
      @alexisjotz982 4 года назад

      @@frankkiefer1993 on the Wago administration webpage, you can "merge" disk+sdcard on the same partition

    • @frankkiefer1993
      @frankkiefer1993 4 года назад

      @Alexis Jotz: Do you mean the option "Home directory on memory card enabled" in the "PLC Runtime / General Configuration"?

    • @alexisjotz982
      @alexisjotz982 4 года назад

      @@frankkiefer1993 it was a long time ago, can't be sure, but looks like ! Backup ans test ;)