12-05-2017 04:11 AM
Hi All,
Having trouble completing a tutorial on Testand. (Developing Test Programs Using TestStand, Exercise 8:2)
When running the sequence an error appears claiming I am running two instances of the same instrument.
The exercise is supposed to use two separate DMM while the other instruments share while testing multiple UUT.
Seems like I have a problem with my DMM.
Any ideas?
Thanks
12-07-2017 02:51 AM
what labview version are you using?
12-07-2017 04:23 AM
Its TestStand 2016 (64 bit) and Labview 2017 (64 bit)
Thanks
12-07-2017 07:06 AM
Ok, It worked for me with TS 2014 (32 bit) and LV 2015 SP1 (32 bit).
I guess you did the setup.bat in Driver Simulation API with out any problems.
12-07-2017 08:16 AM - edited 12-07-2017 08:17 AM
I did originally have issues with getting anything to work. I found out I had to change the adaptor settings to use the development server and not the RT server to fix the issue. This is the last exercise in the tutorial and until now everything has ran ok.
My gut is telling me this is a settings issue but I cant understand what it could be. The DMM initialise .vi is called twice, if it is already open then I can understand the error. It must first be closed before another instance can open the .vi.
Teststand is supposed to fix this by using two different references DMM0 and DMM1 to avoid this issue but for some reason when I run the sequence it gives me an error.
12-07-2017 08:39 AM
The instructions say to enter Golden for both uut serials. are you going this
12-13-2017 02:04 AM
Yeah I have tried "Golden" as the serial number plus others. Still complains of the error.
😞
06-14-2018 01:54 PM
I have exactly the same problem, any other recommendation?
TS 2017 32B & LV 2017f2 32B.
Thanks
03-22-2020 08:32 AM
I think the issue has come from the values that you add in the module tab. I had the same problem.
For example, in the tutorials, there was said .- Replenish the "PowerSupply" value for the "Power Supply in" parameter. If you try to write "Power Supply" instead of "PowerSupply'' the error will come probably.
Please double check all values that you add in module tabs.
Kind Regards,
Samvel
11-16-2021 01:07 PM - edited 11-16-2021 01:17 PM
I got it! I've been struggling with the same thing for a few hours.
The Initialize DMM is working fine. Its the Shut Down DMM that is not functioning properly for me. The "Synchronization" in the Shut Down DMM needs to be set to "Serial (one thread at a time)" or it will only close the first instance and future runs will fail.
EDIT:
PS: You may need to open the Shut Down DMM VI and use it on DMM0 and DMM1 before this fix will take effect.