Re: Unique regular expression to check if a string contains letters and numbers
jcarmody wrote:It looks like the previous answers will match a string that contains alpha or num, not alpha and num only. Jim, Thanks for pointing out I missed the req. I'd still go with the lex class...
View ArticleRe: editing the wiring of the build array function
RTSLVU wrote:I hate the automatic tool selection. Removing ```` marks from my diagram is less annoying than the automated tool selection.Or randomly turning on caps lock. Luckily I found a registry...
View ArticleRe: Parity & Framing errors on Serial Port read
Will try the loop without the delay, flush etc and let you know if that has an effect.
View ArticleRe: application builder media problem
How did you get a copy of LV 2014 Beta? That hasn't been released yet. Do you mean Developer Suite 2014, which has been released?
View ArticleRe: Want to stop a running VI, but I don't have a STOP button showing
I just tried it out and ctrl+E did not work but ctrl+(period) did work. Now I know! Thanks guys!
View ArticleRe: unflatten from string takes long time to execute in x64
With 32-bit LV2013SP1 running on an x64 machine is good. Are you using the 64-bit version of LV? Mike...
View ArticleRe: What does the status message "not present" mean in MAX?
Sure thing. Sorry I had forgotten to do that.
View ArticleRe: application builder media problem
cool_ranch_doRITAs wrote:How did you get a copy of LV 2014 Beta? That hasn't been released yet. Do you mean Developer Suite 2014, which has been released? Running right out to the limit of what can be...
View ArticleRe: Synchronizing multiple FPGA PID loops
The PID gains that must be wired to the vi on the block diagram is Kp, Ki, and Kd (in FXP datatype), so Ki and Kd are always going to be zero if the Kp is zero. In other words, their definition of...
View ArticleRe: unflatten from string takes long time to execute in x64
Does that "x64" mean you are running 64-bit LabVIEW, or that you are running it on a 64-bit Windows OS? I ran your code on my Win 7 64-bit and it ran fine. It gave error 116. Which makes sense...
View ArticleRe: Omega Engineering RTD Configuration for LabView Use
EHC, Only use custom if the type of RTD you have is not listed, i.e. Pt 3750 or Pt 3960. These predefined entries are just that, predefined coefficients. If you select custom, then you definitely...
View ArticleRe: Unique regular expression to check if a string contains letters and numbers
Jeff·Þ·Bohrer wrote: I'd still go with the lex class over the regex just for readability (unless you are a regex guru)I'm waiting for a guru to swing by and replace my regex with something much more...
View ArticleRe: unflatten from string takes long time to execute in x64
With "x64" I meant LV x64. It executes instantly on LV x86 running on Win 64 bit but on LV x64 it takes like eternity. I know it cannot unflatten it and I want it to return an error. My actual code...
View ArticleRe: Want to stop a running VI, but I don't have a STOP button showing
spaceman_spif wrote:I just tried it out and ctrl+E did not work but ctrl+(period) did work. Now I know! Thanks guys!Yeah we just love our shortcuts. hmmm no one mentioned...
View ArticleRe: daq assistant precision issue
Alright, I finally got it to work. After using a waveform for the AO and using strictly the hardware timing, my results are well within my needed range. Thanks.
View ArticleRe: editing the wiring of the build array function
Jeff·Þ·Bohrer wrote:You will need a bit of manual dexterity to delete the selected element and not the one below or above.There's a hidden Quick Drop feature for this. Select the Build Array, press...
View ArticlePower Monitoring with a Compact RIO
Hello: Is there a means to monitor power using donuts and C Series Modules + LabVIEW? Thanks.
View Article