Hello 2 all !
The attached vi contains my program wich intends do to the following things:
Communicate over rs232 an array of boolean, constructed using boolean controls,receive that array and translate it under digital format.
Everything works fine, except for the following thing:
I would like that when i press one of those boolean controls, a pop-up window would appear containing a digital graph of the transmitted array.
To create the pop-up window, i've used the "Reetrant Panels.llb" wich is provided with my LabView 8.2.
I am currently trying to achieve this behavior through a "event structure". The subVI, named "clone", contains an indicator( digital graph) and a control.
How can i get the received digital data, to be displayed the graph in the pop-up window ?
Am i on the right track ? What do i need to do to get it working correctly?
Any input would be greatly appreciated !
Thank you !
P.S.: The library attached, contains the "event structure" based version and the "case" based version of my vi.
Message Edited by Andoro on 07-30-2008 10:02 AM
Message Edited by Andoro on 07-30-2008 10:03 AM