Help with piced error

Discussion in 'C-Touch/HomeGate/SchedulePlus/PICED Software' started by eiszele, Aug 23, 2020.

  1. eiszele

    eiszele

    Joined:
    Mar 8, 2020
    Messages:
    3
    Likes Received:
    0
    Hi
    Ive downloaded my project from my wiser 2 and get a compile error which I need some help solving.

    Once (GetLightingState("*Trigger Leaving*") = ON) and
    (GetLightingState("External PIR Enable") = ON) then
    begin
    PulseCBusLevel("Local Network", "Lighting", "Trig. Leaving Night", 100%, "0s", "0:00:02", 0%);
    end;

    once (GetLightingState("*Trigger Leaving*") = ON) and
    (GetLightingState("External PIR Enable") = OFF) then
    begin
    PulseCBusLevel("Local Network", "Lighting", "Trig. Leaving Day", 100%, "0s", "0:00:02", 0%);
    end;

    I get a error C261 and cant compile and upload some minor changes. Appreciate some help
     
    eiszele, Aug 23, 2020
    #1
  2. eiszele

    jboer

    Joined:
    Apr 27, 2012
    Messages:
    458
    Likes Received:
    35
    Location:
    Sydney
    Do you have your toolkit Tag file? Basically one or more of the tags in that logic cant be found in the tag file.
     
    jboer, Aug 23, 2020
    #2
  3. eiszele

    eiszele

    Joined:
    Mar 8, 2020
    Messages:
    3
    Likes Received:
    0
    thanks
    If im transferring the project from my Wiser 2 where do I find the toolkit tag file?
    Appreciate your help
     
    eiszele, Aug 23, 2020
    #3
Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments (here). After that, you can post your question and our members will help you out.