Tags |
(This content has not been tagged yet)
|
![]() |
Sep 5 2007, 09:11 PM
Post
#1
|
|||
|
Extremely Active Premium Member ![]() Posts: 430 Joined: 2-February 05 From: Southern California Member No.: 1519 Using LabVIEW Since:2004 LV:8.20 ,7.1.1 ,8.0.1
|
If I have code that I want to make available in multiple LabVIEW versions (e.g. 7.0, 7.1, 8.2) how do I go about doing that?
If I put the different versions in the zip file, how do I indicate that when loading the new file? The CR page states what the LabVIEW version is, so would I just put some notes on the description stating that there are actually several LabVIEW versions contained contained in the zip file? Thanks, David
|
||
|
|
|||
| Ad |
Sep 5 2007, 09:11 PM
Post
#
|
||
|
|
|
||
|
|
|||
Sep 6 2007, 01:04 AM
Post
#2
|
|||
![]() Extremely Active JKI ![]() Posts: 612 Joined: 19-June 03 From: Bay Area, CA (USA) Member No.: 121 Using LabVIEW Since:1998 LV:8.5.1 ,8.6 ,8.2.1
My Blog
|
David
If you were to use OpenG Pakcage file (ogp) then you could defined different versions of your librarie(s) to be installed under different LabVIEW versions. If you were to do this, then the ogp version becomes THE unique version. You do not have to worry about where or how to document the different versions included in your zip file. Unfortunately, if you have never made an ogp, this will requires a little bit of work to get started. Just a though. PJM --------------------
|
||
|
|
|||
Sep 6 2007, 01:25 AM
Post
#3
|
|||
|
Changing the world, one VI at a time. JKI ![]() Posts: 1692 Joined: 22-October 02 From: San Francisco, CA Member No.: 17 Using LabVIEW Since:1995 LV:8.2.1 ,8.5 ,7.1.1
My Blog
My Gallery
|
David If you were to use OpenG Pakcage file (ogp) then you could defined different versions of your librarie(s) to be installed under different LabVIEW versions. If you were to do this, then the ogp version becomes THE unique version. You do not have to worry about where or how to document the different versions included in your zip file. Unfortunately, if you have never made an ogp, this will requires a little bit of work to get started. Just a though. PJM Yes, yes, yes!!! This is the beauty of the OGP file format. David, if you have questions about how to do this, please ask -Jim --------------------
|
||
|
|
|||
Sep 6 2007, 02:51 AM
Post
#4
|
|||
![]() Confucius say: Crowded elevator always smell different to midget Admin ![]() Posts: 2363 Joined: 13-October 02 From: Planet Earth Member No.: 2 Using LabVIEW Since:1994 LV:8.5 ,8.2.1 ,7.1.1
My Blog
My Gallery
|
Is there a reason for the different versions? Can you just publish the lowest version? Others can just recompile up. Otherwise, just indicate the latest version and please put all the other versions in the description.
--------------------
|
||
|
|
|||
Sep 6 2007, 02:21 PM
Post
#5
|
|||
|
Extremely Active Premium Member ![]() Posts: 430 Joined: 2-February 05 From: Southern California Member No.: 1519 Using LabVIEW Since:2004 LV:8.20 ,7.1.1 ,8.0.1
|
Is there a reason for the different versions? Can you just publish the lowest version? Others can just recompile up. My latest CR submission was written in version 8.2. I originally started writing it in 7.1, but there are new control properties in 8.2 that give more information. Plus some subtle changes in how events were handled required a change. So the code for 7.1 is distinct from 8.2. Otherwise, just indicate the latest version and please put all the other versions in the description. Sounds good.
|
||
|
|
|||
Sep 6 2007, 11:01 PM
Post
#6
|
|||
|
Extremely Active Premium Member ![]() Posts: 430 Joined: 2-February 05 From: Southern California Member No.: 1519 Using LabVIEW Since:2004 LV:8.20 ,7.1.1 ,8.0.1
|
Yes, yes, yes!!! This is the beauty of the OGP file format. David, if you have questions about how to do this, please ask I have yet to look fully into this, so I just have a few general questions.
|
||
|
|
|||
Sep 7 2007, 04:55 AM
Post
#7
|
|||
![]() CCT It Premium Member ![]() Posts: 1331 Joined: 13-June 05 From: Woerden, Netherlands Member No.: 2399 Using LabVIEW Since:2001 LV:8.5.1 ,6.1 ,8.2.1
My Blog
My Gallery
|
I have yet to look fully into this, so I just have a few general questions.
Here I show how to have multiple Typefs for multiple versions. The OpenG packager, is just an advanced copy function. It tells VIPM (via the OGP file) which files should be copied where. And the possibilities are endless, you can include OS specific VIs/dll/libs. You can include labview version specific help documentation. Using OpenG packager can be hard, and documentation is on the to-do-list but might take a while. Ton --------------------
|
||
|
|
|||
![]() ![]() |
| Time is now: 22nd November 2008 - 04:50 AM |