05-13-2015 12:21 AM
Hi,
Good Morning...
I am developing a GUI for one of my project, In this project I have to control two Instruments simultaneously. In my GUI I given two frequency controls for two instruments. But ultimately the frequency value is same for the both instruments, If I change the frequency value from one control the same value will reflect to another control automatically.
05-13-2015 12:48 AM
05-13-2015 01:09 AM
05-13-2015 06:24 AM
@Ralok wrote:
Pet peeve #1 of mine...Do NOT use the Value Property Node. Use a local variable. It is A LOT more efficient (I'm talking 1000+ times faster).
I'm with Dennis here. If the values are always the same, what is the point of having two controls? It just adds noise to the GUI that you do not need.
05-13-2015 06:35 AM
05-13-2015 06:50 AM
Thank you for the reply......
Two instruments means one is signal generator and another one is FPGA board. For my application I need to show two controls in the front panel and in the block diagram it should be shown only one control like the duplicate the front panel control. Is it possible?? Because no need of two controls in the block diagram.
05-13-2015 06:54 AM
@11532 wrote:
Thank you for the reply......
Two instruments means one is signal generator and another one is FPGA board. For my application I need to show two controls in the front panel and in the block diagram it should be shown only one control like the duplicate the front panel control. Is it possible?? Because no need of two controls in the block diagram.
I still do not see the need for the second control. The FPGA board can just use the set frequency of the signal generator. Again, you are just adding noise to the front panel.
A front panel control corresponds directly to 1 and only 1 terminal on the block diagram. So if you have 2 front panel controls, you will have two terminals. There is no way around it.
05-13-2015 06:57 AM
05-13-2015 07:02 AM
Please find the enclosed GUI.
Two controls are required in the front panel for user understanding.
05-13-2015 07:04 AM