Interrupt Flow node for Node-Red

แชร์
ฝัง

ความคิดเห็น • 7

  • @user-qc5yi3ne1h
    @user-qc5yi3ne1h ปีที่แล้ว +1

    Can't make it working. Use Trigger by topic: Interrupt. In Ingect node use payload string Interrupt. Message goes through, I see 'Interrupt' in debug, but the node does not interrupt. The same opposite: any other message does not allow flow when it set 'Block Telegrams'

    • @maxsupergiovane
      @maxsupergiovane  ปีที่แล้ว

      Hi. You need to use msg.topic = "Interrupt" and in msg.payload, true or false wether you want to allow or interrupt flows. Please see the example here (scroll down to find "Interrupt" node help): github.com/Supergiovane/node-red-contrib-boolean-logic-ultimate

    • @user-qc5yi3ne1h
      @user-qc5yi3ne1h ปีที่แล้ว

      @maxsupergiovane thank you for the reply. Sorry, I am doing something wrong. What payload in Inject and what msg in interrupt node to stop flow of I use "pass telegram"

    • @maxsupergiovane
      @maxsupergiovane  ปีที่แล้ว

      @@user-qc5yi3ne1h just copy the example in the page i linked you. In the video, i show also how to do. If you need more help, please open a gitHub issue github.com/Supergiovane/node-red-contrib-boolean-logic-ultimate/issues/new so you can share your flow with me.

    • @user-qc5yi3ne1h
      @user-qc5yi3ne1h ปีที่แล้ว

      @@maxsupergiovane done! Thanks a lot!

  • @MarcioTorres
    @MarcioTorres 6 หลายเดือนก่อน +1

    Hello, I don't know if it was you who developed these nodes, but I've been trying to do something similar for some time, but nothing has come close to what I see now. Congratulations on everything, from the resource itself, to the documentation and the care in detail. For example, there is a TH-cam drawing that links to the video with instructions for use. Sensational, and again congratulations and success to you.