GUI-O Forum
    • Categories
    • Recent
    • Tags
    • Popular
    • Users
    • Groups
    • Register
    • Login

    Graphique commands

    Scheduled Pinned Locked Moved General Discussion
    4 Posts 2 Posters 22 Views
    Loading More Posts
    • Oldest to Newest
    • Newest to Oldest
    • Most Votes
    Reply
    • Reply as topic
    Log in to reply
    This topic has been deleted. Only users with topic management privileges can see it.
    • B
      Bernard
      last edited by

      @kl3m3n
      Hello,
      I have a problem. I define a Time graph like this:
      sendMqtt("|CH UID:ch_N X:43 Y:50 W:190 H:33 CHT:0 FSZ:0.5 ROT:90 BGC:#000000 FSZ:1.5 CHN:"Event Log" YTC:9 XMA:9 YMA:6 SCI:2");
      I write to the graph like this;
      sendMqtt("@ch_N PLI:"pl0,pl1,pl2,pl3,pl4" PLC:"#FF0000,#00FF00,#0000FF,#FF77FF,#FFFF00" YP:"" + String(tempExt, 1) + " ; " + String(tempBal, 1) + " ; " + String(tempMoule, 1) + " ; " + String(poidsActuel, 1) + " ; " + String(epaisseurNeige, 1) + """);
      and I get the message: Number of parameters mismatch error (ch_N). Can you help me? Bernard

      K 2 Replies Last reply Reply Quote 0
      • K
        kl3m3n @Bernard
        last edited by

        @Bernard said in Graphique commands:

        Hello,
        I have a problem. I define a Time graph like this:
        sendMqtt("|CH UID:ch_N X:43 Y:50 W:190 H:33 CHT:0 FSZ:0.5 ROT:90 BGC:#000000 FSZ:1.5 CHN:"Event Log" YTC:9 XMA:9 YMA:6 SCI:2");
        I write to the graph like this;
        sendMqtt("@ch_N PLI:"pl0,pl1,pl2,pl3,pl4" PLC:"#FF0000,#00FF00,#0000FF,#FF77FF,#FFFF00" YP:"" + String(tempExt, 1) + " ; " + String(tempBal, 1) + " ; " + String(tempMoule, 1) + " ; " + String(poidsActuel, 1) + " ; " + String(epaisseurNeige, 1) + """);
        and I get the message: Number of parameters mismatch error (ch_N). Can you help me?

        Have you tried using GUI-O assistant? Just copy and paste your entire question:
        https://assistant.gui-o.com/

        Best regards,
        Kl3m3n

        1 Reply Last reply Reply Quote 0
        • K
          kl3m3n @Bernard
          last edited by

          @Bernard If the assistant did not solve your issue, I can check your code. 😁

          1 Reply Last reply Reply Quote 0
          • B
            Bernard
            last edited by

            @kl3m3n
            It's OK, thank you !! perfect the IA ! Bernard

            1 Reply Last reply Reply Quote 0
            • First post
              Last post