Problems with NI-X100 Master Firmware v3.41.414
mush
Posts: 287
in AMX Hardware
G'day All,
Please be aware that if you combine touch panels with NI-X100 Master Firmware v3.41.414 that level_events
will not be passed to the virtual device.
I have experienced the problem and thought I was going nuts. After wasting a whole day I reverted back
to v3.30.371 and the problem disappeared.
Cheers
Mush
Please be aware that if you combine touch panels with NI-X100 Master Firmware v3.41.414 that level_events
will not be passed to the virtual device.
I have experienced the problem and thought I was going nuts. After wasting a whole day I reverted back
to v3.30.371 and the problem disappeared.
Cheers
Mush
0
Comments
If you go the the online tree click on a device and then port status I would often find a real TP would have 512 levels and then after a updated program upload find it only had 8. Other times it may have shown 0 but I'm not sure. It may have been something to do with how the online tree reports the levels but at the same time things that should have worked didn't until I got the levels reporting correctly.
No, the problem occurs regardless.
In the context of multiple panels that would show a bargraph, I put all of the panels in a DEV array and send each panel the level when it comes online and all panels when the level changes.
I have run into other strange things in the past with various combine statements. I have pretty much written them off.
So you guys don't use modules?
Most of us just use arrays and work with the arrays rather than a virtual combined with a group of devs. We can then selectively decide/determine which of the individual devs in the array to send feedback to or which one pushed the button.
Dev arrays allow much more control, flexabilty and isolation for feedback and are preffered over combines by most. I don't recall when I last used a define_combine either.
What he said /\ /\ /\
I use modules all the time.
Can you give me an example please?
sure...
you can also do dev_chans and combine the device and buttons together in one array. There are a whole host of things that you can get out of an array. Check out the help file for events to see the values you can pull.
hope that helps.
I got thrown under the bus by AMX with this firmware, i had no clue why Feedback was so intermittent until i found out it was the firmware. Firmware 422 does much better with handling virtuals Level and Channel events. Although you may have IP issues but so far setting ethernet mode to 10 half seems to have made firmware 422 tremendously more stable.