If you are talking about my original post, the code is still there and can be downloaded just fine. Why does everyone have problems downloading this except me?
https://lavag.org/applications/core/interface/file/attachment.php?id=8434
When reading data from excel file with labview 2017 (32bit) I get the error code: Error -41106.
Week ago everything worked properly.
I uninstall and install Office again.
what can I do to make it work again?
Regards,
Joseph.
Windows 10 Home
Excel Version: 2016 MSO (16.0.11901.20170) 64bit
Labview 2017 32 bit
Untitled 1.vi
Hi,
I found a solution: when using Labview 32 bit I get the error :-41106
If I open the same .vi with labview 64 bit i don't get the error anymore.
it seem to be an error using different format system (32bit and 64bit together).
so I renew my question: How can I run vi running with labview 32 bit and Office 64 bit ?
Regards,
Joseph.
Reading and writing to networked shared variables from Linux (and Macintosh) with the DataSocket API IS supported in LabVIEW 8.5 (for the first time). See Table 1 here: http://zone.ni.com/devzone/cda/tut/p/id/4679.
In my case I was typing the machine name for the computer in the url (works fine on Windows), but on Linux one has to use the IP address. D'oh!
It works now! (The format is psp://computer/library/shared_variable.)
Paul