is there a way to "TrackGroup" across multiple network..?

Discussion in 'General Discussion' started by yi0rgos, Jan 8, 2013.

  1. yi0rgos

    yi0rgos

    Joined:
    Jul 5, 2011
    Messages:
    16
    Likes Received:
    0
    Location:
    Cyprus
    Hi guys,

    from what I can see, one cannot use the "TrackGroup" command across two networks...is there a way around it?

    Regards,

    yi0rgos
     
    yi0rgos, Jan 8, 2013
    #1
  2. yi0rgos

    Ashley

    Joined:
    Dec 1, 2005
    Messages:
    1,524
    Likes Received:
    173
    Location:
    Adelaide, Australia
    If you hace a Colour CTouch you can use TrackGroup2.

    Otherwise if you only need to track in one direction:

    if GetCBusTargetLevel("Local Network", "Lighting", "GAlocal") <>
    GetCBusTargetLevel("Other Network", "Lighting", "GAOther") then
    SetCBusLevel("Other Network", "Lighting" "GAOther",
    GetCBusTargetLevel("Local Network", "Lighting", "GALocal"),
    GetCBusRampRate("Local Network", "Lighting", "GALocal"));

    If you need to track in both directions you will need to use HasChanged on each GA and then set the other GA as above.
     
    Ashley, Jan 9, 2013
    #2
  3. yi0rgos

    yi0rgos

    Joined:
    Jul 5, 2011
    Messages:
    16
    Likes Received:
    0
    Location:
    Cyprus
    Thank you very much
     
    yi0rgos, Jan 9, 2013
    #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.