Home AMX User Forum NetLinx Studio
Options

What exactly generates an "CIpHold::AddHold - Duplicate" message

Installing some code and I am getting some odd behaviors. Having seen "CIpHold::AddHold - Duplicate" pop up numerous times in my Telnet message session with the master, I am wondering if this is a symptom.

It seems to occur any time I have a push and a hold in a button event.

Is this an indication of a problem or is it just the master giving me a red herring?

Thanks,

Dan

Comments

  • Options
    I've seen this occur when I had the same device listed twice in an array.
    DEV dvArray[] = 
    {
       dvTP_1,
       dvTP_2,
       dvTP_2, // Duplicate Hold
       dvTP_3
    }
    
  • Options
    And that's exactly what it was.

    Thanks!
Sign In or Register to comment.