04-08-2008 11:56 AM
04-08-2008 01:04 PM
I'm pretty sure that color boxes worked with the PDA module as far back as LabVIEW 7.0, so I assume they also work with the TP module. I'm guessing you can't build because you're using the Value property. You should change your code so that you write the value to the terminal directly (you can even get rid of the case structure and use a Select node instead.
In general, if you want to write to the same control from more than place, you can use a local variable by right clicking the control and selecting it from the Create menu. You should note, however, that if you use them to transfer data, you are likely to run into race conditions.
04-08-2008 01:58 PM
04-08-2008 02:24 PM
Try using the picture control instead and drawing a filled rectangle large enough to fill the control.
Irrigate wrote:
Any other ideas?