|
More site info...
|
|
Forum profile page for LabVIEW on http://www.ni.com.
This report page is the aggregated overview from a single forum: LabVIEW, located on the Message Board at http://www.ni.com.
This forum profile page summarizes the general forum statistics such as: Users Activity, Forum Activity, and Top Authors, which are reported in either a table or graph below for a given reporting time period.
Additional forum profile information for "LabVIEW" on the Message Board at http://www.ni.com is also shown in the following ways:
1) Latest Active Threads
2) Hot Threads for Last Week
Warning: These statistics are generated using 'best efforts' and can experience delays and reporting errors at times. Please note that such statistics do not constitute a forum's popularity and/or exact posting volumes at any given reporting period.
|
|
|
|
|
Posting activity on LabVIEW:
|
|
Week
|
Month
|
3 Months
|
|
Threads:
|
831
|
2,998
|
8,293
|
|
Post:
|
2,134
|
8,125
|
22,614
|
|
|
LabVIEW Posting activity graph:
|
Top authors during last week:
user's latest post:
Indeterminate number of...
Published (2009-11-22 18:28:00)
Porras wrote: By the way, will be a problem to use these Call Library Function Nodes executing parallelly?. Yes, that can be a problem. Who wrote the dll? Do they actions have to operate in parallel or are the action calls short compare to the wait times? Porras wrote: Maybe I'll have to upgrade to LabView 2009 and use the parallel FOR loop, because these processes are independent each other. I saw in your link that you have...
user's latest post:
remote server (control and...
Published (2009-11-22 20:17:00)
Search the forums and NI help for "web publishing tool".
user's latest post:
Measurement speed increases when...
Published (2009-11-20 14:09:00)
Quoting myself from here Shot in the dark... Check Start >>> Control panels >>> System >>> Advanced >>> Performance >>> Settings >>> Advanced Process scheduling = Background Services See here if that changes things. If that makes a difference please let us know. It is just TOO weird that this is the...
user's latest post:
different name depending on case...
Published (2009-11-21 18:18:00)
I don't see how you expect it to work. The only cases with something wired have while loops that you cannot stop exept with the Abort button. The Abort is going to stop everything. Do NOT wire a constant to a while loop's termination terminal. p.s. Why are you using the obsolete traditional DAQ driver? Using multiple instances of them does not make any sense either. And while you are at it and making modifications, please...
user's latest post:
How will LV use GPUs like the...
Published (2009-11-20 13:05:00)
just what I was looking for. Should be fun. Is there a forum topic on GPU's / CUDA yet?
user's latest post:
How can I wait for VISA-TCP...
Published (2009-11-22 00:38:00)
the dummy receiver would most likely receive the data faster than the device. In addition, the time it takes for the device to process the data is dependent on the contents of the data. Some things are processed very quickly and some things take longer to process therefore slowing up the data reception. Ultimately I believe that this is a bug in the VISA driver. Since it has both asynchronous and synchronous modes for transmitting the data it...
|
|
|
|
Latest active threads on LabVIEW::
Started 5 days, 10 hours ago (2009-11-19 03:59:00)
by Vsh
Partha, I think you forgot to attach the snapshots. Just curious to know, does the NI switch SFP exits while clicking the windows clsoe button when you run it as a stand alone application?
Started 1 day, 8 hours ago (2009-11-23 05:22:00)
by muks
Will this discussion help?
Started 1 day, 5 hours ago (2009-11-23 08:21:00)
by GerdW
Hi T.A., 1) ReplaceArraySubset with indices 0&1 and element=TRUE. 2) OR Array with an array constant of [(F,T),( F,F)] Message Edited by GerdW on 11-23-2009 03:22 PM
Started 1 day, 21 hours ago (2009-11-22 16:24:00)
by altenbach
What kind of "processes" (simple calculations? DAQ? interactive?)? How many such processes typically run at the same time (A few? tens?, thousands?, millions?) Porras wrote: I thought of using a FOR structure, but it doesn't work, since this kind of structure is sequential. Are you simply trying to keep all CPU cores busy or do the processes require to be run perfectly in ...
Started 1 day, 6 hours ago (2009-11-23 08:10:00)
by Christian_M
Hi, You could create an executable, so the customer only needs the LV runtime-engine. This is also accesible through the webinterface then. Christian
Started 4 days, 6 hours ago (2009-11-20 08:04:00)
by smercurio_fc
You could use the UuidCreateSequential function. The last 6 bytes of this value should be your MAC address.
Get MAC Address.vi (12 kb)
Started 5 days, 1 hour ago (2009-11-19 13:09:00)
by zou
The new address is: http://webspace.webring.com/people/og/gtoolbox By the way, this is a very old thread. Latest LabVIEW already has a zoom function build-in for Picture control. Depend on what version you're using, some version doesn't work well when shrink. And not friendly with 32 bit image. George Zou
Started 1 day, 7 hours ago (2009-11-23 06:18:00)
by cheggers
Hi shb, thank you for reporting this issue. I was able to reproduce the behaviour. I'm going to write a corrective action request (CAR) about this. Here you can report a problem or give Feedback to National Instruments. Thank you again. Cheers, Sascha Egger Applications Engineer National Instruments
Started 1 week, 5 days ago (2009-11-12 03:02:00)
by GerdW
Hi maksya, what are you doing in your sub vis? - Why do you use locals/property nodes instead of wiring the terminals? This is just a big race condition: " when HIGHLIGHT is enabled... " - Why do you have a "VISA Configure Serial Port" in both subvis without connecting anything to it? - What output do you expect when feeding the input of both subvis with just "numbers" ("1"...
Started 1 day, 9 hours ago (2009-11-23 04:43:00)
by Norbert B
Michael, since you are going to implement a controller, Windows is a no-go. That being said, you have to use a real time target with the PCI 6115 included (so this would be a Desktop Real Time target). This is the first task: Is your PC RT-capable? You can find information about this issue here . Next step is the question: How fast is the requirement of your controller? I am...
|
|
Hot threads for last week on LabVIEW::
Started 1 week, 1 day ago (2009-11-16 09:40:00)
by Broken Arrow
Watch task manager while the VI runs, and observe if the memory creeps up over time, to see if you have a memory leak.
Started 2 weeks, 4 days ago (2009-11-06 02:57:00)
by Baji
Started 1 week ago (2009-11-17 09:02:00)
by smercurio_fc
Aside from the general comments that you will undoubtedly receive about globals being evil and all that nonsense, how exactly are you "closing out" the main program? It sounds like you are dealing with a VISA Read timeout issue. Can you post some code? While globals may not be evil, perhaps your code is, which may bring some measure of satisfaction to the global variable haters....
Started 4 days, 7 hours ago (2009-11-20 06:49:00)
by guruthilak
try once to mass compile the vi....but not sure whether it will help.... could you also post that vi?
Started 1 week ago (2009-11-16 18:51:00)
by Mark Yedinak
Why not use subVIs? Either way if you application is getting to the point that you can't fit on a single screen then you probably need to clean things up. Good code is never monolithic, whether it is C or LabVIEW. It simply becomes very difficult to understand. Good use of subVIs helps to make the code more readable and maintainable.
Started 1 week ago (2009-11-17 08:20:00)
by GerdW
Hi Steven, is there a rule behind your 1d data to 2d data conversion? How do you come from "0 2 1 3 0 0 4 5 0" to " 0 0 0 0 ... 0 0 0 0 ... 0 0 0 0 ... 0 0 0 0 ... 2 1 3 0 ... 0 0 0 0 ... 0 0 0 0 ... 0 0 0 0 ... 4 5 0 0 ... " What is the rule to split the 1d array? What is the rule to insert rows with just zeros? What is the rule to omit the zeros from 1d array? ...
Started 2 weeks, 1 day ago (2009-11-08 23:53:00)
by Ravens Fan
I don't see what is wrong with having an array of strings. I would have an array strings. I would have a while loop (or For loop) that has a shift register to store the outgoing message.. If the condition is true, then it concatenates the string to the shift register. If it is false, then it just passes on the string. Once you've looped through all the possible conditions, the ...
Started 1 week ago (2009-11-17 12:26:00)
by Uli21
Started 2 days, 7 hours ago (2009-11-22 06:40:00)
by Vsh
Do you need the game as a single player or multi player? You just need an array/cluster and an event structure in a while loop. Single player might be challenging one, but multi player would be an easy task!
Started 3 days, 21 hours ago (2009-11-20 16:56:00)
by B O B
Don't use run continuously...use a 'while loop' with a stop condition... Search the LabVIEW Help for 'While Loop' for more information. -B
|
|