New Firmwares Hell be aware
RicardoSiqueira
Posts: 373
in AMX Hardware
I have had problems with the latest firmware files for the MVP-8400 and NXD-1200V and NXD-1200VG.
1) I loaded the latest firmware (v. 2.83.9) into a MVP-8400 and the Lutron Homeworks Interactive P5 feedback via RS-232 stoped working. I am using the AMX Lutron_HWI_v2.3 module.
FIX: Downgrade the panel to v.2.70.8 and feedback is working again. This may affect a lot of dealer and projects out there. Be carefull with this firmware.
2) On the NXD-1200V and NXD-1200VG, Lutron feedback also stoped working with firmware v. 2.72.8. G4 web control also stoped working. You have to manually disable and enable the G4 web control for it to work. Every time you reboot the panel, you need to do the disable/enable procedure again for G4 to work.
FIX: Downgrade to firmware v.2.71.9 and both Lutron feedback and G4 web control work as expected.
NOTE: There is an issue with exiting a page with a video button under v.2.71.9. The screen will flash red for a sec. AMX fixed this issue under v.2.72.8, but broke other more important things.
Somehow the latest firmwares are being released with serious problems. I hope they are more carefull when they release the next updates. If anyone out there experience more problems with these firmwares and others lets post them here so we can avoid big headaches. AMX tech support wasn't aware of the 2 firmware problems I described above. They confirmed the G4 web control problem with v.2.72.8 and said they will fix it on the next release. Regarding the Lutron feedback I have no idea if they will take care of it or not.
Sincerely,
Ricardo
1) I loaded the latest firmware (v. 2.83.9) into a MVP-8400 and the Lutron Homeworks Interactive P5 feedback via RS-232 stoped working. I am using the AMX Lutron_HWI_v2.3 module.
FIX: Downgrade the panel to v.2.70.8 and feedback is working again. This may affect a lot of dealer and projects out there. Be carefull with this firmware.
2) On the NXD-1200V and NXD-1200VG, Lutron feedback also stoped working with firmware v. 2.72.8. G4 web control also stoped working. You have to manually disable and enable the G4 web control for it to work. Every time you reboot the panel, you need to do the disable/enable procedure again for G4 to work.
FIX: Downgrade to firmware v.2.71.9 and both Lutron feedback and G4 web control work as expected.
NOTE: There is an issue with exiting a page with a video button under v.2.71.9. The screen will flash red for a sec. AMX fixed this issue under v.2.72.8, but broke other more important things.
Somehow the latest firmwares are being released with serious problems. I hope they are more carefull when they release the next updates. If anyone out there experience more problems with these firmwares and others lets post them here so we can avoid big headaches. AMX tech support wasn't aware of the 2 firmware problems I described above. They confirmed the G4 web control problem with v.2.72.8 and said they will fix it on the next release. Regarding the Lutron feedback I have no idea if they will take care of it or not.
Sincerely,
Ricardo
0
Comments
To get the backlight to turn on we have to either cycle the power, or go into the panel SETUP page and adjust the brightness there. Once the brightness has been adjusted in the SETUP page, subsequent 'BRIT-' commands work. A work-around that works most (but not all) of the time is to enable WakePanelOnMotionSense and set the brightness to something partially visible. E.g. 50%
It seems as though the external control (via 'BRIT-' command) is questionable. The internal brightness control (via SETUP or MotionSense) is pretty reliable, though perhaps there is also something buggy with the motion sense which makes it not quite 100% reliable.
I really don't want to keep my backlight on 24/7. I've had one CV7 do a very slight burn-in after 6 months.
Roger McLean
Swinburne University
I discovered this issue as well while I was writing a Vantage lighting module. Feedback wasn't working. I had since discovered that this affected only channels above 255, but only on ports 18 (or somewhere thereabouts) and above. Firmware 2.81.x and prior was not affected - this is a new bug.
After talking with AMX support, we gave set_virtual_channel_count() a try, which does resolve the issue. (Time to rename the function? )
Try this code and see if it resolves the issue for you (keep in mind this will allow 400,000 channels to be maintained, so you may want to modify this to your scope if it does work for you):
Again, this has been reported to AMX. Let's see if it gets fixed.
Hmmm! I'm glad I read this before investing any time into figuring this out. This may very well have saved me many bumps and bruises from banging my head against the wall while chasing ghosts!
Thx for the post!
They key is the port - I sent test code and a panel to Pete at AMX with the port set to 5, and he couldn't reproduce the issue - it worked over there. I never tested the code locally, and when I did I discovered that only the higher ports are affected. Feedback should _always_ work somewhere around port 18 and below, and should _never_ work above 255 for ports above 17 or 18 with 2.83.9.
Try changing you code to send feedback to the actual device.
The AMX tech told me there was a warning in the new firmware description not to load it over older revisions. I assured him there certainly was not, thinking he meant in the little description box you get in Studio when you do an upgrade. Turns out he meant on the web site ... like I'm supposed to remember this "Prior to upgrading to this release from any versions prior to v2.55.43 please contact AMX Technical Support." on a site for a file I downloaded weeks ago. No warning in there that it could actually brick a panel though.
this is one
http://www.amxforums.com/showthread.php?p=24179#post24179
this is two (I solved it, but I didn't have it before the update)
http://www.amxforums.com/showthread.php?t=3754
The new problem that I found to be connected to the firmware - I have a lot of animations buttons to show states in the house - when animation is runing the panel become so slow, and the animation harldy move.
Checking it on a panel with 2.63.5 version, the problem is not exist!
Anyone knows how can I find 2.63.5 firmware to get back to it?
Thanks.
I got back to 2.70.8
The animaitons problems solved!
No more problems.
Its a shame that I don't have all the new tools in the old firmware, but its working as it should.
I will update soon about the network settings issue too (need some time to see if it happens)
In my opinion - do not upgrade!
So
DEFINE_DEVICE
dvTPHighPort1=10001:33:1
dvTPHighPort2=10002:33:1
vdvTPCombinedVirtual=33001:1:1
DEFINE_COMBINE
(vdvTPCombinedVirtual, dvTPHighPort1, dvTPHighPort2)
For your high button/port functions, create a virtual with a port 1 address. The virtual and the actual don?t have to have the same port.
To use channels above 255 you will still need SET_VIRTUAL_CHANNEL_COUNT
This is a known bug...