08-11-2008 11:35 AM
08-11-2008 12:15 PM
Hillary,
The path to the SingleBool.lvlib seems to be an issue. I recieve the following error:
shared variable write in tiny.vi -> Timed Structure(es): L43127408<append> This warning occured while writing \\My COmputer\SingleBool\flash (\\localhost\SingleBool\Flash).
Both paths are wrong and I'm having trouble editing either the installer or the executable build entries in the project as if it never changes after editing the tiny.vi code.
Bob
08-11-2008 02:07 PM
08-12-2008 11:52 AM
Hi Bob,
So, you're using LabVIEW 7.1.1?
Where is the library you're referencing, on your original computer or your end computer?
How are you referencing your host computer in the executable? Are you referencing it by IP or localhost?
Let me know if you can't get this worked out with your sales engineer.
08-14-2008 04:15 PM
Hillary,
I am not using LV 7.1.1 on this project. It is running a program on the network using data sockets.
In either case I was able to deploy the variables. Alan Loprete, our local rep. here (Columbia office) showed me that the Invoke Node function was not required to deploy the variable. It worked fine without it and trying to open the included library separately caused the executable to gak. Once I removed the offending fuctions and reworked the panel as needed it worked fine. It deploys the variables as required. Since the display panel is just that and does no calculations at all it's just made up of indicators bound to the shared variables on the server machine - no code at all other than a reasonable update loop. Works like a champ. All *processing* is done on the server end with a C# DLL saving the values to SQL Server.
Many thanks for your help.
Bob
09-30-2009 10:22 PM
Hi Bob,
Sorry for chiming in to your old post. I am also using shared variable to pass data between two target PC. I am creating an executable file to a target PC but when I run it i will get a continuous Error 1950679035.
You said, "Invoke Node function was not required to deploy the variable". Is this true?
Is selecting "autodeploy" in the Project shared variable library.lvlib enough to deploy the variables?
I would appreciate for any advise as i am getting tired making exe for the target pc but found it getting the same kind of error.
Thanks a lot.
bong
10-01-2009 09:58 AM