12-30-2008 06:49 PM
There are "Test Panel" in the MAX that allows us to read and write to channels.
I am wondering if there is an easy way to call that Test Panel up in TestStand in a step.
12-31-2008 09:11 AM
Bladhart,
There is a command line that you can use to programmatically launch a test panel. You can call this command line using the call executable step type from TestStand.
nidmfpan.exe /devid:Dev1, where you can substitute Dev1 for the your correct device ID.
You can find more information in this KnowledgeBase: Launching Test Panels Without Running Measurement & Automation Explorer (MAX) in NI-DAQmx
12-31-2008 09:34 AM
MAX is calling an exe. You can do the same thing using the "Call Executable" step type.
I don't have CAN installed so I could not find the app "NI CAN Channel Test Panel".
Check the task manager the next time to see the exe that is running. Find it and configure a "Call Executable" step type
I attached an example that calls Switch_Soft_Front_Panel.exe
You could edit the TestStand tools menu to launch the CAN Channel Test Panel
Omar
12-31-2008 01:07 PM
I ran nidmfpan.exe in Run, and it says that it cannot find "nidmfpan.exe". I went on to do a search in the entire computer for nidmfpan.exe, and nothing.
Then, I tried finding the Front_Panel.exe (or similar) as Omar has suggested, nothing as well. I looked in the MAX folder, the NI CAN folder, and all the other device folders.
Any suggestions?
12-31-2008 02:05 PM
12-31-2008 05:24 PM
I think I fixed the first part of the problem. I reinstalled the MAX drivers, and I now have nidmfpan.exe.
So, how do I find the device id?
01-06-2009 11:15 AM