NI TestStand

cancel
Showing results for 
Search instead for 
Did you mean: 

Problems in Operator Interface for LabVIEW

Hi Ray,
I am using LabVIEW 7.0 and TestStand 2.0 version. I am using the default operator interface for labVIEW provided in the TestStand and i am using custom step types in my sequence file.
This sequence calls a VI, which transmits strings that i specify from the serial port to the NI-7831 RIO Fpga Card for differnt baud rates. The same sequence is working fine when called from Sequence Editor but it is not working when it is called from Operator Interface for LAbVIEW. It justs either fails the test or skips them. Please tell me if there is any solution for it. I have attached the sequence file and the vi that i am calling from my sequence file.
0 Kudos
Message 1 of 3
(3,341 Views)
Hi,

You forgot to attach your sequencefile and VI, but never mind.
I think the problem maybe that because you are using the default Operator Interface.
If it still the one in the NI folder, then you will have to re build the testexec.exe application using your LabVIEW 7.0 Application Builder. The default exe file has been built using LabVIEW 5.1.1
Before you start, copy the LV folder from OperatorInterfaces\NI\ to OperatorInterfaces\User.
Load the testexec.bld file in your Application Builder and rebuild testexec.exe.
Launch your new testexec.exe from the User\lV folder and retry your test sequencefile.

Hopefully that should cure your problem.
Regards
Ray Farmer
Regards
Ray Farmer
0 Kudos
Message 2 of 3
(3,340 Views)
Hi Ray,
Thank you very much for your help. I got my problem cured. But now i face a different problem. I have described it below.

Fatal error: 'datamgr.cpp' in line 1882:

I am getting the above error when i try to create DLL for my vi. My vi transmits message from serial port to FPGA Module (ver 1.0). FPGA receives the message and stores it in the memeory, it is same as it is in the NI LVRT FPGA SERIAL READ.LLB. AS i create the dll and build it i am getting this error. Please help me out in fixing the error.
I am using LabVIEW version 7.0 and FPGA version 1.0

Regards,
Subramania Bharathi
0 Kudos
Message 3 of 3
(3,340 Views)