キャンセル
次の結果を表示 
次の代わりに検索 
もしかして: 

Labview Project

解決済み
解決策を見る

I have a labview project with a source file and many dependencies and would like to collect all the physical files for use on another machine.  Is this Source Distribution ?  Please give me brief description how to proceed.

 

Thanks

0 件の賞賛
メッセージ1/12
4,805件の閲覧回数

Creating a source distribution would be the easiest way.  They can be built in the Build Specifications.  You probably want to just use the Zip option.

 

But even better would be to use a Software Source Control system.  Something like Tortiose SVN is very easy to use.  Just create the repository where all of your computers can access it.  You then do a commit to save your current files.  On another system, you just to and update, and both systems are up to date.  And the repository keeps a history, so you can go back to a previous commit in case you totally broke something along the way.



There are only two ways to tell somebody thanks: Kudos and Marked Solutions
Unofficial Forum Rules and Guidelines
"Not that we are sufficient in ourselves to claim anything as coming from us, but our sufficiency is from God" - 2 Corinthians 3:5
0 件の賞賛
メッセージ2/12
4,781件の閲覧回数

Lets start with source distribution.  Did not work, don't get it yet. 

 

Shows an error with vi when I drag proj to other machine.  If I try to run vi it starts searching for files.  Suggestions appreciated.  Is there a NI document or procedure for this?

 

Thanks

 

 

0 件の賞賛
メッセージ3/12
4,768件の閲覧回数

I would recommend the zip file over the source distribution.  And when in doubt, hit the help button.  NI tries really hard to make those meaningful.



There are only two ways to tell somebody thanks: Kudos and Marked Solutions
Unofficial Forum Rules and Guidelines
"Not that we are sufficient in ourselves to claim anything as coming from us, but our sufficiency is from God" - 2 Corinthians 3:5
0 件の賞賛
メッセージ4/12
4,762件の閲覧回数

How have you configured the Source Distribution?

 

You need to give a little more details on what you are doing, to be able to help you.

0 件の賞賛
メッセージ5/12
4,727件の閲覧回数

@ggress1 wrote:

Lets start with source distribution.  Did not work, don't get it yet. 

 

Shows an error with vi when I drag proj to other machine.  If I try to run vi it starts searching for files.  Suggestions appreciated.  Is there a NI document or procedure for this?

 

Thanks

 

 


Aeh, wow... configuring a source distribution and then copy and paste the lvproj file to the other machine is not the way to go.

You have to execute the build script and then copy the complete result to the other machine!

 

Norbert

Norbert
----------------------------------------------------------------------------------------------------
CEO: What exactly is stopping us from doing this?
Expert: Geometry
Marketing Manager: Just ignore it.
メッセージ6/12
4,716件の閲覧回数

ggress1,

 

At the bottom of this white paper (http://www.ni.com/white-paper/3303/en/#toc7) you will find instructions on how to create a source distribution as well as a zip file.

 

Best Regards,

0 件の賞賛
メッセージ7/12
4,691件の閲覧回数

Thanks guys !!  I believe source distribution problem is resolved.  It was operator (me) error all the way, something to do with hitting the build button !  Have another problem with the target machine.  If you can make a suggestion it would be appreciated.

 

Target machine originally had LV 2011 / cfp hardware and several VIs.  All of the existing VIs on target machine use FieldPoint Express I/O function.  Now we will remotely develop programs using LV2013 to be used on target.  I have installed LV2013 on target machine; target machine has both LV2011 and LV2013.  The goal is to get all programs on target machine running under LV2013.

 

When I run LV2013 on target machine niether the FieldPoint I/O functions or the Fieldpoint Express I/O function are available.  MAX shows FieldPoint 6.1 installed.

 

How can I get FieldPoint express I/O and FieldPoint I/O commands to show on measurement I/O menu ?

 

 

0 件の賞賛
メッセージ8/12
4,657件の閲覧回数

2 points:

1. Have you installed the Fieldpoint drivers/modules after you installed LabVIEW 2013?
Every time you install LabVIEW, you need to install the modules that it should use after, so that each module gets registreted in that LabVIEW version.

 

2. You shouldn't be installing the full developer system on a target mashine.
Normal you would build an exe file to run on the target. And exe file would only need the Run Time Engine, a small installation, and the drivers.

0 件の賞賛
メッセージ9/12
4,633件の閲覧回数
解決策
トピック作成者ggress1が受理

@dkfire wrote:

2 points:

1. Have you installed the Fieldpoint drivers/modules after you installed LabVIEW 2013?
Every time you install LabVIEW, you need to install the modules that it should use after, so that each module gets registreted in that LabVIEW version.

 

2. You shouldn't be installing the full developer system on a target mashine.
Normal you would build an exe file to run on the target. And exe file would only need the Run Time Engine, a small installation, and the drivers.


Maybe, but to play devil's advocate here, I've worked for a very well known aerospace company who actually deployed fully licensed developer environments for each of their production test machines for quite a few different products.  Besides being ultra-expensive, the only downside would be that the techs might screw things up, but they never did - and anyways, all the software was crc checked and the software wouldn't run if the crc check didn't match.

Bill
CLD
(Mid-Level minion.)
My support system ensures that I don't look totally incompetent.
Proud to say that I've progressed beyond knowing just enough to be dangerous. I now know enough to know that I have no clue about anything at all.
Humble author of the CLAD Nugget.
0 件の賞賛
メッセージ10/12
4,624件の閲覧回数