06-12-2006 10:07 AM
Ray's suggestion to programmatically create the globals you need is the most robust solution for sequence files that must deploy to different stations.
However, if you still want to manually create a globals file that has the union of the globals from several stations, you could probably copy the station globals from each station into the file globals of an empty sequence file, use the differ to merge these file globals into a single file, and then copy the merged variables back to the station globals on the machine were you build your deployment.
06-12-2006 10:16 AM
1. Thank you, i think that i choose that solution. It is easy to just a merge it. Where can i read the information about my question?
2. In the books that i got from my training i have only information about single deployment and not for multiple, where i can find
information about multiple deployment to a single target station?
06-12-2006 01:33 PM
I would not recommend you try to run multiple deployments on a single target machine (especially if you are using LabVIEW). Instead, you may want to create a workspace with many projects.
Allen P.
NI
06-14-2006 01:34 AM - edited 06-14-2006 01:34 AM
Message Edited by Yuri_IL on 06-14-2006 01:35 AM
06-14-2006 04:38 PM
06-15-2006 01:10 AM