Jump to content


Photo
- - - - -

LabVIEW 8.20


  • Please log in to reply
27 replies to this topic

#1 daal

daal

    More Active

  • Premium Member
  • 32 posts
  • Location:MontrĂ©al
  • Version:LabVIEW 2011
  • Since:1996

Posted 07 August 2006 - 02:42 PM

Check this http://www.ni.com/labview/

Dany

#2 LAVA 1.0 Content

LAVA 1.0 Content

    <customize this text>

  • Members
  • PipPipPipPipPipPip
  • 2,827 posts
  • Version:LabVIEW 8.6
  • Since:2009

Posted 07 August 2006 - 05:05 PM

Check this http://www.ni.com/labview/

Dany


You can dowload it now from NI download site ni.com/downloads, select evaluation and then Labview 8.2. If you havve an SSP I am told your current serial number will work.

#3 Wolfram

Wolfram

    Very Active

  • Members
  • PipPipPip
  • 65 posts
  • Version:LabVIEW 2009
  • Since:1995

Posted 07 August 2006 - 09:28 PM

You can dowload it now from NI download site ni.com/downloads, select evaluation and then Labview 8.2. If you havve an SSP I am told your current serial number will work.


Here is the direct link:

ftp://ftp.ni.com/evaluation/labview/pc/labview_82.exe

#4 brent99

brent99

    More Active

  • Members
  • PipPip
  • 36 posts

Posted 07 August 2006 - 09:39 PM

I think Labview is now the first language in history to implement object-oriented inheritence before the implementation of "pass by reference" variables.

So trying to weed through the extensive "blah blah blah" to get to the meet of the 8.20 improvements. I see:

1. Ability to define and use object-oriented classes (whaaaaa???)
2. Import feature for DLLs and implementation of user-defined callbacks
3. Looks like some sort of improvement to multi-user internet access has evolved, although it seems like I need to watch a 45 minutes presentation on the history of remote access to have a chance to figure out just what they added.

Hmmm, some pretty meaty stuff.

#5 Ton Plomp

Ton Plomp

    How many lines per hour? Zero!

  • Premium Member
  • 1,972 posts
  • Location:Netherlands
  • Version:LabVIEW 2012
  • Since:2000

Posted 08 August 2006 - 06:07 AM

Here is the direct link:

ftp://ftp.ni.com/evaluation/labview/pc/labview_82.exe

Does anyone knows if this version ships with the august package?

Ton

#6 ad_dekkers

ad_dekkers

    More Active

  • Members
  • PipPip
  • 29 posts

Posted 08 August 2006 - 11:47 AM

You can dowload it now from NI download site ni.com/downloads, select evaluation and then Labview 8.2. If you havve an SSP I am told your current serial number will work.


I just downloaded it, but you can't activate this version with the 8.0 serialnr, but you can use it in evaluation mode (30 days).
Startup time is very much improved(!) and object oriented programming (GOOP) is embeddeed now!
I am going to try it now.
Does anyone know if (and how) i can convert endivo GOOP classes to the new labview 8.2 classes?

#7 Mike Ashe

Mike Ashe

    The 500 club

  • Premium Member
  • 814 posts

Posted 08 August 2006 - 07:00 PM

... 2. Import feature for DLLs and implementation of user-defined callbacks

A couple of us were working on something like this using VI Scripting. Dropped development as soon as I saw the 8.2 beta but couldn't say why. I'm very glad to finally see this feature, we've been waiting for this for a while.

Thanks NI!

#8 Ton Plomp

Ton Plomp

    How many lines per hour? Zero!

  • Premium Member
  • 1,972 posts
  • Location:Netherlands
  • Version:LabVIEW 2012
  • Since:2000

Posted 08 August 2006 - 07:19 PM

I just downloaded it, but you can't activate this version with the 8.0 serialnr, but you can use it in evaluation mode (30 days).


With a valid SSP you can use this version without problems!

Ton

#9 bogdani

bogdani

    More Active

  • Members
  • PipPip
  • 30 posts
  • Location:Poland
  • Version:LabVIEW 8.6
  • Since:2000

Posted 08 August 2006 - 08:41 PM

With a valid SSP you can use this version without problems!

Ton


I can confirm this information. I activated LabVIEW 8.2 without any problems.

bogdani

#10 proximableu

proximableu

    More Active

  • Members
  • PipPip
  • 33 posts

Posted 10 August 2006 - 12:13 PM

LabVOOP does not support templates inside of class.. :( How do I suppose to create 25 methods (say) without wire same code again and again, and not to clip-paste it? e-eh..

#11 Mike Ashe

Mike Ashe

    The 500 club

  • Premium Member
  • 814 posts

Posted 10 August 2006 - 12:51 PM

How do I suppose to create 25 methods (say) without wire same code again and again, and not to clip-paste it? e-eh..

Obviously NI has left out the by-reference method of GOOP in this version of their OOP. You can download and still use several of the other GOOP implementations, such as the SciWare GOOP Developer 2.0 which is free to try and even to use for non-commercial use. This uses the Open Source GOOP Template.

Putting the OSGT together with NI's new offering might yield some interesting results. Rumor has it that this is already being thought about and worked on.

#12 Born2Wire

Born2Wire

    Active

  • Members
  • Pip
  • 11 posts

Posted 10 August 2006 - 03:20 PM

I suggest you go carefully when upgrading from 8.1 to 8.20.

I had a large application that was using IMAQ and Vision, and after the upgrade many of the VIs for these packages were 'missing'.

Still trying to recover.

#13 Ton Plomp

Ton Plomp

    How many lines per hour? Zero!

  • Premium Member
  • 1,972 posts
  • Location:Netherlands
  • Version:LabVIEW 2012
  • Since:2000

Posted 10 August 2006 - 11:28 PM

I suggest you go carefully when upgrading from 8.1 to 8.20.

I had a large application that was using IMAQ and Vision, and after the upgrade many of the VIs for these packages were 'missing'.

Still trying to recover.

And how is recovery coming?
A reinstall of IMAQ didn't do you any good?

Ton

#14 abullen

abullen

    Active

  • Members
  • Pip
  • 10 posts

Posted 11 August 2006 - 04:50 PM

I suggest you go carefully when upgrading from 8.1 to 8.20.

I had a large application that was using IMAQ and Vision, and after the upgrade many of the VIs for these packages were 'missing'.

Still trying to recover.



There is an upgrade to Vision (i.e. Vision 8.20) that has been released to coincide with LV8.20

#15 Born2Wire

Born2Wire

    Active

  • Members
  • Pip
  • 11 posts

Posted 11 August 2006 - 09:53 PM

And how is recovery coming?
A reinstall of IMAQ didn't do you any good?

Ton



Hi Ton,

I tried various re-installs. I did both the IMAQ and Vision packages. I think I even tried the Vision 8.2 upgrade that is suggested on here, although I confessed that all the install uninstall madness may have thrashed my system enough that it would not have worked anyway.

I did a wipe of all NI stuff from the machine and re-installed LabVIEW, the drivers, IMAQ and the 8.01 patch complete with re-compile. I still need to re-install Vision to complete.

#16 donroth

donroth

    More Active

  • Members
  • PipPip
  • 32 posts

Posted 14 August 2006 - 04:52 PM

There is an upgrade to Vision (i.e. Vision 8.20) that has been released to coincide with LV8.20



Are you sure it is Vision 8.20 and not Vision 8.0? An NI representative left me a message and did not know of a Vision 8.20.

Don

#17 abullen

abullen

    Active

  • Members
  • Pip
  • 10 posts

Posted 14 August 2006 - 05:13 PM

Are you sure it is Vision 8.20 and not Vision 8.0? An NI representative left me a message and did not know of a Vision 8.20.

Don


During the Vision summit at NI Week various NI people mentioned an update to the Vision Development Package that will be released to concide with LV8.20. I'm pretty sure they said Vision 8.20 and not Vision 8.0.x or 8.1. Vision 8.0 has been out for a while (12/05). I'm not sure when the release will actually occur. It is not on the download site at present.

Andrew

#18 donroth

donroth

    More Active

  • Members
  • PipPip
  • 32 posts

Posted 14 August 2006 - 06:53 PM

There is an upgrade to Vision (i.e. Vision 8.20) that has been released to coincide with LV8.20



Actually I did find out is supposed to be released mid-September and is only to address compatibility w. LV8.2-- no additional capability....

Don

#19 Dan Press

Dan Press

    More Active

  • Premium Member
  • 39 posts
  • Location:Boca Raton, FL
  • Version:LabVIEW 2011
  • Since:1995

Posted 14 August 2006 - 08:13 PM

Actually I did find out is supposed to be released mid-September and is only to address compatibility w. LV8.2-- no additional capability....

Don


It's up there right now. I'm not sure how the license / activation stuff works since we have one of those wonderful Alliance Member software leases, but the Vision Development Module 8.20 is available for download.

Vision 8.20

- Dan

#20 abullen

abullen

    Active

  • Members
  • Pip
  • 10 posts

Posted 14 August 2006 - 09:17 PM

Actually I did find out is supposed to be released mid-September and is only to address compatibility w. LV8.2-- no additional capability....

Don


NI people at the Vision Summit mentioned improved performance and new features for Vision 8.20. They also showed other features still in development for releases after 8.20.

Andrew