TrackGroup2

Discussion in 'C-Touch/HomeGate/SchedulePlus/PICED Software' started by DSV, Jun 27, 2011.

  1. DSV

    DSV

    Joined:
    May 3, 2006
    Messages:
    13
    Likes Received:
    0
    Location:
    Australia
    Hi,

    Are there any plans to have the TrackGroup2 procedure applicable to the PACA, C-Touch MKII, and C-Touch Spectrum?

    Thanks.
     
    DSV, Jun 27, 2011
    #1
  2. DSV

    Darren Senior Member

    Joined:
    Jul 29, 2004
    Messages:
    2,361
    Likes Received:
    0
    Location:
    Adelaide, South Australia
    This is in our system as #18371. There are no short-term plans to do this in those devices as there are some significant difficulties with doing it properly.
     
    Darren, Jun 27, 2011
    #2
  3. DSV

    MikeEco

    Joined:
    Jun 23, 2008
    Messages:
    22
    Likes Received:
    0
    Location:
    Sydney
    Have these plans progressed any?
     
    MikeEco, Oct 14, 2015
    #3
  4. DSV

    Ashley

    Joined:
    Dec 1, 2005
    Messages:
    1,554
    Likes Received:
    180
    Location:
    Adelaide, Australia
    How about

    Code:
    Global
    
    oldGA, newGA: integer;
    
    module
    
    newGA := getCbusLevel("Network1", "Application1", "groupAddress1");
    if newGA <> oldGA then
       setCbusLevel("Network2","Application2","groupAddress2", newGA)
    else
    begin
      newGA := getCbusLevel("Network2", "Application2", "groupAddress2");
      if  newGA <> oldGA then
        setCbusLevel("Network1","Application1","groupAddress1", newGA);
    end
    oldGA := newGA;
     
    Ashley, Oct 14, 2015
    #4
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.
Similar Threads
There are no similar threads yet.
Loading...