01-31-2011 03:59 PM
I have inherited a mid-size state-machine and am in the process of documenting it. If I double click a control on the FP, it takes me right to the item in the BD.
Conversely, If I double click (or right click --> find control) in the BD, it takes me to the FP and the entire thing is highlighted / found.
The entire FP is built on tabs.
Many of the controls / indicators are hidden via property nodes.
The code currently will not run due to a large number of DAQ devices not hooked up.
Thanks for any suggestions!!
Brian L
Solved! Go to Solution.
01-31-2011 04:11 PM
I've seen this happen when controls are grouped. Check to see if the controls are grouped and ungroup them.
As for the DAQ devices, with DAQmx you can create simulated DAQmx devices (assuming the version of DAQmx you have supports simulation of those specific devices). You can create simulated DAQmx devices in MAX.
01-31-2011 04:19 PM
Bingo.
As for the simulated DAQ's... Whenever I start the VI on my computer, the system is searching for all of the DAQmx vi's that have been placed. All the non-express vi's for the DAQ's are gray question blocks. After I have ignored 14 or so of these "find yourself" requests, an error box tells me that is is missing "daqmx.rc"
Also, Express VI's for the DAQ's will not let me see inside them
If this should be a new topic, I'll move it...
Brian
01-31-2011 04:23 PM - edited 01-31-2011 04:23 PM
It sounds like you don't have DAQmx installed. DAQmx should be on your Device Drivers disc. You can also download DAQmx from the NI web site.
You can actually see inside of Express VIs. What you have to do is to convert them to regular VIs by right-clicking on them and select "Open Front Panel". You'll get a dialog asking whether you really want to do this. You can always revert back to the Express VI after your peeking.