-
Posts
1,256 -
Joined
-
Last visited
-
Days Won
29
Content Type
Profiles
Forums
Downloads
Gallery
Everything posted by asbo
-
LabVIEW Crashing with Silver button on new hardware
asbo replied to cowen's topic in LabVIEW General
I would hazard a guess that do a repair or uninstall/reinstall on LabVIEW will remedy the issue. How many machines does it present on? -
Do you have any detailed information about what "optimizing data update"s actually does?
-
file transfer using UDP protocol
asbo replied to moralyan's topic in Remote Control, Monitoring and the Internet
Can you send your data in chunks? You really don't want to set your datagram size to megabytes. -
LabVIEW Crashing with Silver button on new hardware
asbo replied to cowen's topic in LabVIEW General
The crash does not repro in LV2011 on Win7 x64. -
Adding data to an array of clusters programattically
asbo replied to KWaris's topic in LabVIEW General
There is not a way to do this. If you populate one element of a cluster, the rest must have values. If you leave them unspecified, it will default to whatever is set for that field. Using this behavior, you can set the default to sentinel values (e.g., NaN for a DBL) which allows you to detect "defaultness". -
Exception thrown when trying to load shell32.dll with .NET
asbo replied to GregFreeman's topic in Calling External Code
Agreed, shell32.dll is not a dot NET assembly. I think there's an assembly viewer tool that comes with Visual Studio which would could point at any given DLL to check with, but I don't know of anything that comes with Windows off-hand.- 6 replies
-
- .net
- external code
-
(and 2 more)
Tagged with:
-
Event Structure Firing Order
asbo replied to GregFreeman's topic in Application Design & Architecture
Makes me wonder if we're allowed semicolons in our usernames... -
You're such a tease, AQ.
-
That was how I felt about Richard's retort. I read his list of unforgivable flaws and every single of one of them has a solution I would have easily handled six months after starting LV. I didn't read the rest of the page, but I get the impression he comes from a distinctly non-G background and simply has no desire to change his mind.
-
I think this is a bad example usage of the feedback node. I would just use Add Array Elements and call it a day. Or if you feel like being complicated, keep the equality comparison and use the Boolean to (0, 1) node and iterative sum that.
-
Event Structure Firing Order
asbo replied to GregFreeman's topic in Application Design & Architecture
I agree with your conclusion. I don't think these can ever be out of order because LV has to recognize the click (Mouse Down) before it can react (Shortcut Menu). Off topic, but shouldn't your username be while(imstuck)? Is imstuck iterable? -
You made a perfectly good repro VI and didn't upload it? For shame...
-
I'm told I don't have privileges to "perform that action." Do you need to be part of a specific group?
- 2 replies
-
- c-series module
- sbrio
-
(and 3 more)
Tagged with:
-
It's likely a software problem, but you didn't actually say what Device Manager reported as the problem. Do a repair on your DAQmx install, it sounds like something is corrupt or broken.
-
On the one hand, I see this as really smart - I can't how many times I'll look something up, get distracted about something else, and then forget about it. On the other, sometimes I really did have only thirty seconds of interest in the NI 9234. shrug
-
Since it's a wiki, wouldn't it make sense to move its content to labviewwiki.org and use LAVA for its forums?
-
Are you constantly acquiring data irrespective of RPM? If you are, use the logger to track windows of time which are validate and then "mask out" the data during windows when the logger is disabled. I think that having a separate channel of t0's is unintuitive and potentially awkward to use. However, I think the correct way is probably to have new groups/channels per instance, unless this adds too much overhead due to event frequency. It also depends on how the data is going to be analyzed. If you're talking about someone using the TDMS viewer to check this data, I would almost think that discrete groups would be more clear, or that writing a custom viewer to tie the waveforms together coherently might be a better solution - you might be trying to solve the problem in the wrong place. Be sure to consider scenarios where this RPM value could bounce back and forth quickly and the effect the will play in logging.
-
Asynchronous Worker sprang to mind, but having not used it yet I don't know if it's actually async.
-
Any particular reason to go with ARM? For example, I've used PIC micros in the past and there's heaps of resources from Microchip et al.
-
Wow. That is seriously open source software.
-
Simple string searches in the IDE cause LabVIEW 2011 to crash
asbo replied to Michael Aivaliotis's topic in LabVIEW Bugs
Did you try the mass recompile? -
I'm excited to see this toolkit released. I agree that the ideal route would be to use a conditional structure to specify the correct binary - then each platform can benefit from their specific build. Does licensing actually allow you to include the binaries with the toolkit? I know that some software is prohibitive of that.
-
Simple string searches in the IDE cause LabVIEW 2011 to crash
asbo replied to Michael Aivaliotis's topic in LabVIEW Bugs
It's Ctrl+Shift+"Run Arrow".