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
(1,898 Views)

Are you getting any errors when you run it?

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

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

0 Kudos
Message 3 of 12
(1,848 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
(1,824 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
(1,817 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
(1,814 Views)

that looks correct to me...

 

thosquanta_0-1682344571607.png

 

0 Kudos
Message 7 of 12
(1,811 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
(1,796 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
(1,766 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
(1,763 Views)