02-18-2009 01:05 PM
02-19-2009 04:18 AM - edited 02-19-2009 04:19 AM
Purp1eOne wrote:
I am currently running Labview 7.1 on a Windows XP box. I use Exceed to open a UNIX shell to do work in UNIX from my windows machine. I can open the UNIX shell with the sys exec vi but how do I pass commands to the UNIX shell I opened?
You might want to look into the OpenG pipe functions. There is an old alpha archive somewhere here in this forum but there has been some extra work done on it. The current code can be found in the OpenG Toolkit CVS repository on sourceforge.
Rolf Kalbermatter
02-19-2009 10:34 AM
I went to the sourceforge site to take a look and started the install process but after looking at the install instructions it says I need a run time engine of 8 or greater which I don't have:
Kind of a novice here but I don't think this will work with LabView 7.1, will it?
Also make sure you have the LabVIEW 8.2.1 Run-Time Engine installed.
Post
#1
|
|
Group: JKI Team Posts: 167 Joined: 10-July 06 Member No.: 7 |
Note: The LabVIEW 8.0.1 and 8.2.1 run-time engines can co-exist
together with the LabVIEW 8.5 (and newer) run-time engine. You still
need to install the run-time engine's listed below to use VIPM, even if
you have a newer version of LabVIEW installed. VIPM 1.1 and 2.0 VIPM 1.1 and 2.0 require the LabVIEW 8.2.1 run-time engine installed on your machine. VIPM 1.0 VIPM 1.0 requires the LabVIEW 8.0.1 run-time engine installed on your machine. |
02-19-2009 11:13 AM
The 8.2.1 Runtime engine is required for VIPM. That's what installs the packages. You configure VIPM for the version of LabVIEW you have. The VIs themselves are in 6.1 (I'm pretty sure all of them are still at this version), so you can open them in 7.1.
There is no problem in having the 8.2.1 Runtime engine with a 7.1 LabVIEW installation.
02-19-2009 02:00 PM
Purp1eOne wrote:I went to the sourceforge site to take a look and started the install process but after looking at the install instructions it says I need a run time engine of 8 or greater which I don't have:
Kind of a novice here but I don't think this will work with LabView 7.1, will it?
Also make sure you have the LabVIEW 8.2.1 Run-Time Engine installed.
ipsmenu.register( "post-member-26", '', 'popmenubutton-new', 'popmenubutton-new-out' );Jul 17 2006, 08:53 PM
Post #1
Group: JKI Team
Posts: 167
Joined: 10-July 06
Member No.: 7
Note: The LabVIEW 8.0.1 and 8.2.1 run-time engines can co-exist together with the LabVIEW 8.5 (and newer) run-time engine. You still need to install the run-time engine's listed below to use VIPM, even if you have a newer version of LabVIEW installed.
VIPM 1.1 and 2.0VIPM 1.1 and 2.0 require the LabVIEW 8.2.1 run-time engine installed on your machine.
See also:
VIPM 1.0VIPM 1.0 requires the LabVIEW 8.0.1 run-time engine installed on your machine.
See also:
Smercurio is right, and their is no OpenG package for the newer VIs so you will actually want to get them directly from CVS.
Rolf Kalbermatter