10-07-2005 11:56 AM
10-12-2005 03:12 PM - edited 10-12-2005 03:12 PM
I cannot figure out how to make a connectioin to two controls (that you mentioned) together.
The idea is to come up with a user prompt for "Recalling Config. File" (OK and CANCEL buttons) for loading instruments configuration files.
for OK selection, it will open up a window prompt for a file selection.
for CANCEL selection, it will ask a user to set up aggressor parameters in tab control.
Do I need to have long enough delay so that this initial Q&A session occurs before the setup actually gets started(???)
Message Edited by jjlee on 10-12-2005 03:15 PM
10-12-2005 03:40 PM
10-13-2005 11:33 AM
Thanks for your help.
I have done something like this, but I am not sure this is the correct approach.
How can I do the save config event? Is this part of one event structure?
10-13-2005 12:25 PM
10-13-2005 02:13 PM
10-13-2005 02:57 PM
10-13-2005 04:11 PM
It looks much simpler with using 'Event Structure' than 'state machine.' (I am a newbie without too much LV programming experience)
Is there any known problem/issue with using Event structure in the base package? Is it a good idea to upgrade to Full version?
10-13-2005 04:27 PM
10-14-2005 04:18 PM
I am not sure how to group the parameters into a cluster like the 'pulse setting' so that I can simplify before making all parameters flying over each event structure...(messy!)
For adding more aggressors, I have added more tabs and expanded on 'timeout' event. Is this correct way to do it?