Question about event structure and subVI.



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 AMMessage Edited by Andoro on 07-30-2008 10:03 AM


Software 30.07.20081.zip:
http://forums.ni.com/attachments/ni/170/345151/1/Software 30.07.20081.zip
.



Relevant Pages

  • Re: [OT] Re: Teaching new tricks to an old dog (C++ -->Ada)
    ... >> A packed array of boolean allocates one storage element to each bit. ... >> provided by Ada so that the program will properly represent ... The following example starts with the creation of a generic package ...
    (comp.lang.ada)
  • Re: [OT] Re: Teaching new tricks to an old dog (C++ -->Ada)
    ... >> A packed array of boolean allocates one storage element to each bit. ... >> provided by Ada so that the program will properly represent ... The following example starts with the creation of a generic package ...
    (comp.lang.cpp)
  • Re: IF/THEN Structure Issues - "Error: Too Many Continuations" PLS
    ... Your boolean array suggestion sounds viable. ... Dim TxtBoxVal As Integer ... >> Else bla bla ...
    (microsoft.public.vb.general.discussion)
  • Re: Bit operations in Ada
    ... I'm new to Ada and bitwise operations is a new challenge in this ... I started with an array of booleans of size 2**n, ... I'm ought to use directly an array of boolean and ... procedure Set (Bit: in Bit_Number; ...
    (comp.lang.ada)
  • Re: Optimizing AND of an 2d boolean array
    ... LineMask: array of LongWord; ... // prepare line mask ... I don't use longword shifts to fill the array, ... T2DBooleanArray = array of array of Boolean; ...
    (borland.public.delphi.language.basm)