LabVIEW

cancel
Showing results for 
Search instead for 
Did you mean: 

lv 8.5 bug or dsc 8.5 bug

I've created a dsc 8.5 project with thousands of shared variables distributed in 12 libraries. Every shared variables has the description parameter enabled (the description beeing a string meaning an index number in the system).
 A vi register the shared variables for event structure (data updated event). When the shared variable has data updated event the description of that shared variable is read through property node. In labview development system everything works fine, but when the application is built the property node return empty string every time for every shared variable.
cosmin
0 Kudos
Message 1 of 9
(9,968 Views)

Hi,

Does anyone managed to read (through property nodes) any property of a shared variable that returns a string, in a built application?

I haven't Smiley Mad

cosmin

0 Kudos
Message 2 of 9
(9,927 Views)
Hello Cosmin,
 
Please read the following knowledge base regarding deploying network shared variables from a compiled executable.
 
How do I Deploy Network Shared Variables from a Compiled Executable?
 
Regards,
 
 
Juan Galindo
Juan Galindo
Applications Engineer
National Instruments
0 Kudos
Message 3 of 9
(9,876 Views)
are you serios!!!!
did you actually think that the shared variables are not deployed!!!!!!!!!!
It takes 1 minute to create a VI who reads description property of a shared variable, deploy it, make a exe and run it. Tell me if it works.
0 Kudos
Message 4 of 9
(9,838 Views)
Why don't YOU create a simple program if it will only take a minute then post the code, project and EXE so someone can help you.
0 Kudos
Message 5 of 9
(9,826 Views)
This thread is a duplicate. Please see this forum for continuation of this thread.
0 Kudos
Message 6 of 9
(9,732 Views)
Cosmin,

You are correct, the executable seems to have a bug. One of our Application Engineers will file a Correction Action Request for this bug and the R&D department will be notified.

Best Regards,


Juan Galindo
Juan Galindo
Applications Engineer
National Instruments
0 Kudos
Message 7 of 9
(9,731 Views)
This was reported to R&D (# 4FTC7ETM) for further investigation.

Best Regards,
Juan Galindo
Applications Engineer
National Instruments
0 Kudos
Message 8 of 9
(8,687 Views)

Hi

I have a similar problem to this (see below) and was wondering if a fix is available yet because the workaround is unsuitable?

I have produced a VI in LabVIEW 8.2 which runs fine in development and .exe versions.  When the same VI is transferred to LabVIEW 8.5 it runs fine in the developmnent environment but produces an error in the .exe file.  The project and VI builds ok and runs ok but produces an error when getting the shared variable properties.  The error I get is:

Error -1967362020 occurred at Property Node (arg 1) in Open DataSoc Conn to all Shared Vars in Lib(SubVI).vi->HMI Engine.vi
Possible reason(s):
IAK_SHARED:  (Hex 0x8ABC701C) The provided refnum is invalid.

I've debugged both the exe and dev versions, the shared variable references entering the property node are the same, and appear to be valid.  I have repeated the problem on another PC running 8.5.  I think the problem may be the different versions but I don't know how to fix it.

I am running Windows XP.

 

0 Kudos
Message 9 of 9
(5,956 Views)