08-26-2008 07:22 AM
Hi
is installer support shared variables and MAX?i made installer of my project,my project uses shared variable and MAX(on DAQ side),this instaler runs on my computer,but when i instal this installer on other computer it was unable to shared data of shared variable and MAX,the remaining code is running normaly on other system,the structure of my project is that it has two mail VI
1.DAQ side(simulation mode)
2.main VI
its load data from DAQ through shared variable and then transfers to main VI .
DAQ side Uses MAX(measurement and automation)
BEST Regards
Tanzeel
08-26-2008 07:56 AM
Hey,
When you create an executable (and later an installer for that) out of an VI which uses shared variables you need to deploy them programmatically. The following KB descripes how to do it: http://digital.ni.com/public.nsf/allkb/04D9A85B6967EE87862571140065EEC6?OpenDocument
I assume you created one or some more Task within MAX which you are using in your VI. If you wanna move that to another system you need to add the MAX configuration to the other system. You can add this MAX hardware configuration under the advanced section of the installer. The following KB shows you how to create the MAX config file first:
http://digital.ni.com/public.nsf/allkb/0E0D3D7C4AA8903886256B29000C9D5A?OpenDocument
Hope this helps,
Christian