i put together a smaller example of what i mean. the top level.vi contains the two buttons called first and second. the sequence of events happens like this:
1. run top level.vi.
2. press the button labled second and enter a hex value. the binary conversion executes and then is sent to the other vi called first. press exit
3. press the button labled first and you see the binary conversion. press exit
4. press the button labled second and then the 'array' indicator contains the binary conversion.
what i really need is not to have to open and close the vi's and just enter a hex value and then the data appear in the 'array' indicator without opening the other vi. i just made a quick example and this is not what i am doing, this is just something to help with the concept.