levels: problems when I reboot only central unit
eddymouse
Posts: 67
Hi at all!
I have a problem with send_level.
If I reboot the central unit ( ni700) the levels on 8400 go to 0. It's ok. But When the central unti come back online they don't work. I need to reboot the 8400 touch panel.
It's correct?
Thank you
Alessandro Tettamanti
I have a problem with send_level.
If I reboot the central unit ( ni700) the levels on 8400 go to 0. It's ok. But When the central unti come back online they don't work. I need to reboot the 8400 touch panel.
It's correct?
Thank you
Alessandro Tettamanti
0
Comments
Yes. I have a redraw function but the level do not refresh and do not change the value.
Okay, next question. What ARE the values for the levels you are sending when the panel comes online.
Can you show us the code you use at startup?
Given that both the master has been offline for approx 30 seconds (due to reboot), a few extra seconds won't make a huge difference to the end user.
Roger McLean
Swinburne University
The problem is not to wait online, or to wait the system come back up.
The problem is thatI send a level command ( send_level tp,list_fdbList,2 ) and the multistate bargraph do not change his state. This happen when I upload new netlinx program to Central unit and do not reboot the panel (8400). If I upload tp4 files and program files the system work good!
Thanks
The problem is the level number.
I have ten levels from 120 to 130.
I use set_virtual_level_count(tp,130) and now work!
Thank you at all
thank you