From 11:00 PM CST Friday, Apr 11th - 1:30 PM CST Saturday, Apr 12th, ni.com will undergo system upgrades that may result in temporary service interruption.

We appreciate your patience as we improve our online experience.

NI TestStand

cancel
Showing results for 
Search instead for 
Did you mean: 

Switch from 32 bit to 64 bit and test stand no longer runs

Solved!
Go to solution

I have a test stand and labview system that is largely using standard templates to run. I had to convert all my VIs from 32 bit to 64 bit to solve another issue and now my Standard User Interface no longer launches my process model. I've attached the part of the code where i think the issue may lie and can provide any info requested. Before the conversion, this code would start the process model, prompting a user for part number, etc, before loading sequence files.

 

any insight is greatly appreciated.

 

adam

0 Kudos
Message 1 of 12
(2,149 Views)

Are you getting any errors when you run it?

0 Kudos
Message 2 of 12
(2,131 Views)

no errors, it just goes into the "wait for user input" state without launching test stand.

0 Kudos
Message 3 of 12
(2,099 Views)

@thosquanta wrote:

I have a test stand and labview system that is largely using standard templates to run. I had to convert all my VIs from 32 bit to 64 bit to solve another issue and now my Standard User Interface no longer launches my process model. I've attached the part of the code where i think the issue may lie and can provide any info requested. Before the conversion, this code would start the process model, prompting a user for part number, etc, before loading sequence files.

 

any insight is greatly appreciated.

 

adam


If you are configuring LabVIEW as Development Environment, irrespective of 32bit/64bit TestStand will execute without issues, But in Runtime environment both LabVIEW and TestStand should maintain same bit (if LabVIEW is 64 bit then TestStand also should be in 64bit , vice versa) 

----------------------------------------------------------------------------------------------------------------
Palanivel Thiruvenkadam | பழனிவேல் திருவெங்கடம்
LabVIEW™ Champion |Certified LabVIEW™ Architect |Certified TestStand Developer

Kidlin's Law -If you can write the problem down clearly then the matter is half solved.
-----------------------------------------------------------------------------------------------------------------
0 Kudos
Message 4 of 12
(2,075 Views)

i am using 64 bit for both test stand and labview. Is there somewhere i need to specify which environment to use?

0 Kudos
Message 5 of 12
(2,068 Views)

@thosquanta wrote:

i am using 64 bit for both test stand and labview. Is there somewhere i need to specify which environment to use?


Check Config, Adapter settings.

----------------------------------------------------------------------------------------------------------------
Palanivel Thiruvenkadam | பழனிவேல் திருவெங்கடம்
LabVIEW™ Champion |Certified LabVIEW™ Architect |Certified TestStand Developer

Kidlin's Law -If you can write the problem down clearly then the matter is half solved.
-----------------------------------------------------------------------------------------------------------------
0 Kudos
Message 6 of 12
(2,065 Views)

that looks correct to me...

 

thosquanta_0-1682344571607.png

 

0 Kudos
Message 7 of 12
(2,062 Views)

some further info, in case it helps. showing Register Event Callback and the configuration VI for everything.

 

thosquanta_0-1682345937048.png

thosquanta_1-1682345998861.png

 

 

0 Kudos
Message 8 of 12
(2,047 Views)

@thosquanta wrote:

some further info, in case it helps. showing Register Event Callback and the configuration VI for everything.

 

thosquanta_0-1682345937048.png

thosquanta_1-1682345998861.png

 

 


Have you customized the User Interface? or using the default one as it is?

----------------------------------------------------------------------------------------------------------------
Palanivel Thiruvenkadam | பழனிவேல் திருவெங்கடம்
LabVIEW™ Champion |Certified LabVIEW™ Architect |Certified TestStand Developer

Kidlin's Law -If you can write the problem down clearly then the matter is half solved.
-----------------------------------------------------------------------------------------------------------------
0 Kudos
Message 9 of 12
(2,017 Views)

i believe it has been minorly altered by my predecessor, but it looks pretty close to the default to my eyes.

0 Kudos
Message 10 of 12
(2,014 Views)