Re: associating references to controls in cluster
Yes, after looking at the code, it seems creating a direct reference is easiest. (You would need to create a reference as I suggested earlier if you change the visiility e.g. from within a subVI).
View ArticleRe: Memory is full. Waveform chart or Queues to blame?
Thanks altenbach, As you see I just tried the fast test and it's not that. My code is too unwieldy to post conveniently. I have quite a few queues sending strings to graphers and logging stuff. As far...
View ArticleRe: State Machine with Multiloop Communication
One (good, in my opinion) way to do this is to have three loops running in parallel. The middle loop is your Queued State Machine, which basically handles "commands" such as Initialize, Configure,...
View ArticleRe: como medir el periodo de una señal en cualquier instante de tiempo
Hola patillo Espero estés bien, si tienes LabVIEW Full Development System puedes usar el express VI Timing and Transition Measurements, el cual calcula el período de la señal....
View ArticleRe: como medir el periodo de una señal en cualquier instante de tiempo
muchas gracias por la ayuda pero no dispongo de3 las librerias completas la señal que estpy manejando tiene un periodo que es variable es un proyecto de fotopletismografia y mide la frecuencia de los...
View ArticleRe: Double Precision Numeric Control using D:H:M format has...
ErikL68 wrote: - namely, the Value property has the post-event value, while the others have the pre-event value for the control. Still, this works for my application. I probably would use value...
View ArticleRe: Memory is full. Waveform chart or Queues to blame?
You did not answer my questions about local variables and value property nodes.
View ArticleRe: Memory is full. Waveform chart or Queues to blame?
Sorry, I don't have any local variables of the charts. I use property nodes of the chart to reset the history at the start and also where I am updating the chart. I pass a reference to a subVI and...
View Articlemedir la frecuencia de los pulsos cardiacos
buenas tardes con todos quisiera saber si me pueden ayudar con un proyecto el cual consiste en obtener la frecuencia de los pulsos cardiacos para ellos he podido obtener la forma de onda de la presion...
View ArticleRe: Memory is full. Waveform chart or Queues to blame?
pgaastra wrote:I pass a reference to a subVI and write to a value property node in the subVI. That probably causes additional datacopies in memory. Not sure.... How does the memory use look over time,...
View ArticleRe: Benchmark for Insert Into Array vs Build Array
No one can accuse me of not RTFM. It lures you right into using it to Append Arrays as if it would treat it as a special case. Insert Into Array FunctionOwning Palette:Array FunctionsRequires: Base...
View ArticleRe: Memory is full. Waveform chart or Queues to blame?
Task manager shows nothing unusual. That is only a small proportion of memory used.
View ArticleRe: Academic Version Simulation Interface Toolkit
Então Abel, meu projeto é o seguinte: Eu estou terminando o curso de Engenharia de Cotrole e Automação e em minha monografia eu pretendo fazer uma modelagem de um sitema de controle de nível simples...
View ArticleRe: command delays
Hello Eclerc95, As RavensFan said, the VI itself as well as a better description of the driver VIs you're using (what hardware is this, and where did you get the driver from) would be extremely...
View ArticleRe: Clock Routing example "Destination Terminal" = "BoardClk"?
Hi,The NI-Sync examples cover a number of modules. Therefore, some of the terminals listed in the examples may not be available on the PXIe-6674T.BoardClk is only a valid terminal on the PXI-668x...
View ArticleRe: problem with creating a folder and file, reading in header and data
My aim is to create a new file and within the same run write header info.(using Write to file) and data (using Write to Measurement file) into the txt file inside the folder.I create the path by...
View ArticleCompact DAQ to XY Chart w/ Dual Y-Axis
Hello, I need a bit of help and maybe a bit of a sanity check at this point. I'm VERY new to LabVIEW and am feeling a tad lost. At work we are attempting to replace our horribly unreliable flat-bed...
View ArticleExtending Virtual Memory more than 4GB for LV2012 ?
Hi All, I have a big project need to build excutable but "Not enough memory for this operation" during the build. Last time when I build it in LV2009 in windowsXP(32 bits), I have this problem too. I...
View ArticleRe: Clock Routing example "Destination Terminal" = "BoardClk"?
Just looked at the PXI-6683(H) datasheet. It doesn't say anything about "BoardClk", but I've been warned that inconsistencies between hardware/software terminology exist. Thank you for the quick...
View ArticleRe: Compact DAQ to XY Chart w/ Dual Y-Axis
Let me ask a couple of questions. How fast are you sampling data? I'm trying to figure out how much data you are talking about here. The XY graph is the right choice. You can add the second Y scale...
View Article