NI-700 and levels
PyroGuy
Posts: 121
Hi All...
Does anyone have any info on an issue with NI-700 and not doing levels well?
I've been banging my head against the wall dealing with an NXT-CV7 panel with 15 bar graphs for volume, each with a different level channels, connected to an NI-700.
Level 1 works, as expected in the level_event from the TP, and the subsequent SEND_LEVEL to the vol card. Any other levels don't work.
I called AMX and apparently this is a recently discovered issue with the NI-700 and current firmware. They said to go back to previous firmware to avoid the problem.
I did that with no success. Has anyone else run into this? If so, did you find a version of F/W that worked? I can't find a tech note on it yet.
Thanks
Does anyone have any info on an issue with NI-700 and not doing levels well?
I've been banging my head against the wall dealing with an NXT-CV7 panel with 15 bar graphs for volume, each with a different level channels, connected to an NI-700.
Level 1 works, as expected in the level_event from the TP, and the subsequent SEND_LEVEL to the vol card. Any other levels don't work.
I called AMX and apparently this is a recently discovered issue with the NI-700 and current firmware. They said to go back to previous firmware to avoid the problem.
I did that with no success. Has anyone else run into this? If so, did you find a version of F/W that worked? I can't find a tech note on it yet.
Thanks
0
Comments
Just another try, but...
DEFINE_EVENT[dvPanel]
{
ONLINE:
{
SET_VIRTUAL_LEVEL_COUNT(dvPanel,15)
}
}
Yes, we did do hardware power cycle.
Regarding your suggested online event
SET_VIRTUAL_LEVEL_COUNT(dvPanel,15)
Are you suggesting this with the old firmware or the current firmware?
I'm not familiar with that command but will search around the forums and AMX tech support to find out more details.
I no longer have the device as it is now installed at the clients so it is a bit tricky to troubleshoot.
Just had a chat with AMX and apparently when they advised me to go back to an earlier version of firmware, it was actually a hot fix version of the firmware.
It has been emailed to me and I'll try it on-site.
For your reference, it is 3.40.399. It is not on the AMX website for download.
Cheers!
Here's the code I tested it with... The NI has 3.41.414 and my NXT1200VG is 2.72.11
I'm not near any NetLinx hardware, but something like this should do:
How are you able to back down to previous versions of firmware? My attempts always fail.
Thanks for your help and confirming the "issue", Ken.
Otherwise I'll modify my program to use devArrays and add a bit of logic to compensate. I've read that there are issues adding and removing devices from the devArrays so I'll have to play about with that.
As far as downgrading goes, the NIx100's don't support non-duet firmware so still stuck. I really cannot understand why it fails so shall chat with AMX tech support on Monday morning.
If you need the new firmware, send me a private message with your email and I will send it to you. (that way our email adds remain unpublished). It's about a 6 meg file.
Not sure if we are supposed to do this on the forum but I know what it's like when you have to get something done on a deadline.
Cheers!
But I just found a way to do it: DIP switch 1 - Program Run Disable (PRD) Mode. Setting the position to ON allows me to downgrade. I wonder why setting to factory default didn't have the same effect.
Anyway, thanks again everyone.