-
Posts
6,217 -
Joined
-
Last visited
-
Days Won
120
Content Type
Profiles
Forums
Downloads
Gallery
Posts posted by Michael Aivaliotis
-
-
<script src="http://flash.revver.com/player/1.0/player.js?mediaId:233330;affiliateId:0;height:392;width:480;" type="text/javascript"></script>
-
-
The key is the generic file header that can always be accessible by any reader. Once you determine which version of the file you are reading, you would then need to select the appropriate datatype to use.
-
To get computer name:
-
Everyone. Please switch any threads to Standard Mode until this issue is resolved.
-
QUOTE(Val Brown @ Jun 7 2007, 03:20 PM)
If a required input/connector is not wired then you get a broken wire -- meaning, among other things, that the LV code can't be "compiled". I think Tomi got it right -- without a required input/connector a memory buffer is allocated.Well, I think that's stating the obvious. If you DO have the wire connected however, and the input is marked as required, then what? Does it make a difference?
-
QUOTE(Tomi Maila @ Jun 7 2007, 02:11 PM)
This doesn't make sense to me. A required input just indicates to the user that they need to connect the wire. The only difference I see is that in one case the wire is connected to the input terminal and in the other case it is not. Perhaps this makes a difference, however the "required" flag by itself does not carry any valuable info for the compiler. Of course, there may be some black magic that only NI knows but at face value, I don't see it.It may very well be true. In theory required inputs can be optimized better at compile time of the VI. For not-required inputs VI needs to create a memory buffer for the particular input. For required inputs VI can more easily reuse the input buffer. -
You can download a free utility that updates your wallpaper automatically just google: automatically change wallpaper to see a slew of freeware tools. If you type ipconfig /all in the Windows Shell command, it will return all you network card info.
-
-
-
-
how about now?
-
QUOTE(John Rouse @ May 30 2007, 10:32 AM)
Don't want to stray the conversation off-topic (great questions everyone , btw). I don't think there's money in LabVIEW book writing. Based on this blog, why would anyone spend the time to publish (besides fame of course)? I think all the old timers with knowledge to share should put efforts in resources like the LabVIEW Wiki where we can combine our resources instead of isolating ourselves. Why should NI be responsible for good books when there are a lot of us out here with knowledge to share. One of the reasons I started the Wiki was so I can have a platform to write my own in-depth articles. Like anything however, it takes time.Why is it so difficult to get really good (in depth) learning material about LabVIEW and why after all these years and versions (not to mention the cost of LV ownership) are there as of this day only several published books even worth reading about LabVIEW?The stuff that you can actually learn from. Old timers call it Book learning.
I've learned more from one decent about LV in 6 mo than in over 10 years of looking at all of NI's help files, web content, Discussion forums etc etc and that includes many courses given by NI which are (IMO) little more than exercise books.
-
Is it ok now?
-
I'm not sure about the other stuff but the long build time is probably due to the "Remove type definitions and unused polymorphic VI instances" on the Advanced tab. Un-check that and try again.
-
If you want to hang out with the LAVA crowd then the Radisson is the place to be.
-
QUOTE(pockey @ May 29 2007, 06:38 PM)
Try this: http://www.google.com/search?hl=en&q=labview+sound+card&btnG=Google+Search' target="_blank">LabVIEW Sound Card
-
LabVIEW 8.2.1
When working with any XControl. If you right-click on the xcontrol instance and select show>caption, you will see an ugly black caption with no way of making transparent. Also, if you move it around you see ugly black shadows. Hs been reported to NI, waiting back.
-
If you could ask anyone at National Instruments any question. Who would you ask and what would the question be?
(Except this question: What is the password for the locked diagram of VI xyz.)
-
The simple answer is NO. LabVIEW does not have a native built-in feature to do this. However, with a little duct tape and some chewing gum you can do anything.
Here's how:
(LabVIEW 8.2.x)
http://forums.lavag.org/index.php?act=attach&type=post&id=5950
-
alfa, you need help. I mean seriously. Stay away from weapons of any kind and go get some good psychotherapy.
-
The simple answer is NO. You cannot dynamically create splitter bars if none exist. You can, however, operate on them programmatically after they've been created. Right-click on a splitter and select Create>Property.
-
I uninstalled 8.0.1 (took 45min.!). Anyway, after a clean reboot:
821 startup: 2m30s.
Closed 821 then re opened it:
821 startup: 30s.
Worked on a project for an hour, then closed 821. Then reopened it:
821 startup: 1m
-
Well, I just finished upgrading an "old" 8.0.1 project to 8.2.1 so I don't have a need for 8.0.1 anymore. I'll uninstall this and see if it makes a difference.
Delayed control scaling on Panel Resize
in LabVIEW Bugs
Posted
Just an FYI on this topic. Some good news. Here is some insider info which confirms that this will be resolved in a future release (don't ask where I got this from).
QUOTE