04-20-2023 10:45 AM
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
Solved! Go to Solution.
04-20-2023 05:14 PM
04-21-2023 12:20 PM
no errors, it just goes into the "wait for user input" state without launching test stand.
04-24-2023 06:45 AM
@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)
04-24-2023 08:49 AM
i am using 64 bit for both test stand and labview. Is there somewhere i need to specify which environment to use?
04-24-2023 08:52 AM
@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.
04-24-2023 08:56 AM
that looks correct to me...
04-24-2023 09:20 AM
some further info, in case it helps. showing Register Event Callback and the configuration VI for everything.
04-24-2023 02:45 PM
@thosquanta wrote:
some further info, in case it helps. showing Register Event Callback and the configuration VI for everything.
Have you customized the User Interface? or using the default one as it is?
04-24-2023 02:47 PM
i believe it has been minorly altered by my predecessor, but it looks pretty close to the default to my eyes.