UN TrackGroup()

Discussion in 'C-Touch/HomeGate/SchedulePlus/PICED Software' started by Decay, Jun 23, 2008.

  1. Decay

    Decay

    Joined:
    May 18, 2005
    Messages:
    6
    Likes Received:
    0
    Location:
    Hornsby
    There is a TrackGroup procedure that GA2 follows/tracks GA1. My question is how do you untrack them, so that GA2 is not tracking anything and acting independently? Thanks.
     
    Last edited by a moderator: Jun 23, 2008
    Decay, Jun 23, 2008
    #1
  2. Decay

    filpee

    Joined:
    May 31, 2006
    Messages:
    204
    Likes Received:
    0
    Location:
    Western Australia
    TrackGroup is usually only used in an IF statement.

    if used in a ONCE statement it will only work once.

    so the code
    Code:
    if Track then
    	  TrackGroup("Local Network", "Lighting", 1, 2);
    [code]
    will only follow the groups while the GA "Track" is enabled.
    If the GA "Track" is not enabled then the groups will NOT follow each other.
     
    filpee, Jun 24, 2008
    #2
  3. Decay

    Decay

    Joined:
    May 18, 2005
    Messages:
    6
    Likes Received:
    0
    Location:
    Hornsby
    Thanks for the reply filpee. So if the trackgroup is set on the first scan and the next scan the logic skips the trackgroup statement, the trackgroup binding is disabled, and all previous c-bus commands (eg ramp to zero) will be completed.

    Thanks.
     
    Decay, Jun 24, 2008
    #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.