05-13-2010 08:10 AM
I have a program in which i am tracing data off of a spectrum analyzer over a gpib connection. I would like to be able to click a button then make a larger graph of the one that is displayed on the front panel open up. Then take control of the spectrum analyzer by allowing me to enter information such as the center frequency, start frequency, and stop frequency only on the larger graph then close the larger graph and update the frequency change i made on the smaller one. I know i need an event structure inorder to do this as well as a property node but i am not familar in how to use property nodes. Can any one help or have a similar example for me to look at?
05-13-2010 08:32 AM
THis may be a bit advanced but in reply #18 of this thread I posted a zip of code that allows undocking of a GUI region to allow for re-sizing.
If you implement the setting in one Action Engine and the readings in another...
You should be able to get where it sounds like you want to go.
Ben
05-13-2010 08:35 AM
05-13-2010 08:53 AM