07-25-2014 02:22 AM
Hi everybody,
I'm experiencing a rather strange behavior with the UTF:
I have created a lvlib containing some VIs to be implemented by a student. To easily check if all the reqs are fulfilled, I have created some Unit Tests.
On my computer, everything works fine. On his computer, the following error message appears:
Both computers are running on 2013SP1f2. Though mine has more power ![]()
Any known issues with the UTF on older PCs? Or more precisely asked: where does this error originate from?
Cheers
Oli
Solved! Go to Solution.
07-25-2014 04:09 AM
Oli,
in which situation does the error occur?
E.g.: Open the UTF test configuration
Modifying the UTF test configuration
Running an UTF test case
...
It sounds to me like an issue of Application Instances being configured in an invalid way.....
Norbert
07-25-2014 04:12 AM
Hi Norbert,
issue occurs having opened the lvtest file and trying to run a single test case using the "Play" Button. No editing, only having changed the computer...
Cheers
Oli
07-25-2014 04:23 AM
Any toolkits/modules involved?
Are you sure that paths are correct?
What about accessibility of VI Server on the second machine? I can imagine that VI Server must be available on the default port (3383)....
Norbert
07-25-2014 04:58 AM
No toolkits involved, no paths used....
Unit Tests created on this second machine (different project) do run
I've attached the library for reference
Oli
07-25-2014 06:26 AM
Oli,
your lvlib tests also create the issues on my machine.
Adding a new unit test creates some other issues stating "invalid object reference". It seems to be some kind of corruption of that lvlib....
Is it possible that we deal with different OS languages?
My machine:
Win 7, 64bit English
LV 2013 32 bit English
Norbert
07-25-2014 06:30 AM
So it's really a trouble maker ![]()
Seriously, there are differeneces between the machines...
mine runs on WIN7 64bit (German ) LV32bit (English), the student's machine runs WIN7 32bit LV32bit (English)
Oli
07-25-2014 07:43 AM
Oli,
do you have the chance to test your library utf's with other German systems?
If it works there, and English systems fail.... well, that's something for a CAR....
Norbert
07-25-2014 07:50 AM
Norbert,
will try on another colleagues' PC. (Win7 32bit German, LV2013 SP1 f2 English)
Just to get that right: my students' PC runs German WIN7 32bit and English LabVIEW.
Cheers
Oli
07-25-2014 08:01 AM
Oli,
that makes the assumption it could be connected to the language of the OS close to obsolete....
What about a cross-reference test: Is a utf test created on the Students PC executable on your machine?
Norbert