Home AMX User Forum AMX Technical Discussion
Options

Master to Master and Axlink

I recently added an additional NI-900 to my system and I'm having some weird problems. It mainly seems to be related to Channels. It's as if the one master doesn't see a channel event of the other master. I've tried each of the boxes (NI-700 and NI-900) as the primary master with the code running. I now have the NI-900 running code with the NI-700 as an empty box. The URL for the 700 is listed in the 900. All Axlink devices are connected to the NI-700. All firmware is up to date. I have system ID of 1 for the 900 and 2 for the 700. Devices are assigned as such in code. For an example...

I have a simply G3 panel and ENV-VST-C. The feedback for the mode button is as follows.

[dvTP_Kit4,nHVACModeButtons2[1]]=([dvHVAC,219])
[dvTP_Kit4,nHVACModeButtons2[2]]=([dvHVAC,220])
[dvTP_Kit4,nHVACModeButtons2[3]]=([dvHVAC,221])
[dvTP_Kit4,nHVACModeButtons2[4]]=([dvHVAC,222])

Notifications show continuous feedback events as follows.

Line 1172 (19:12:31):: Feedback:On [105:1:2] - Channel 231
Line 1173 (19:12:31):: Feedback:On [105:1:2] - Channel 201
Line 1174 (19:12:31):: Feedback:On [105:1:2] - Channel 231
Line 1175 (19:12:31):: Feedback:On [105:1:2] - Channel 201
Line 1176 (19:12:31):: Feedback:On [105:1:2] - Channel 231
Line 1177 (19:12:32):: Feedback:On [105:1:2] - Channel 201
Line 1178 (19:12:32):: Feedback:On [105:1:2] - Channel 231
Line 1179 (19:12:33):: Feedback:On [105:1:2] - Channel 201
Line 1180 (19:12:33):: Feedback:On [105:1:2] - Channel 231
Line 1181 (19:12:33):: Feedback:On [105:1:2] - Channel 201


Any ideas?

Comments

  • Options
    amdpoweramdpower Posts: 110
    Never mind. I simply did a "reset factory" on both boxes and all is at peace now. Ahhh... :)
Sign In or Register to comment.