Re: White Balance Utility
Dear Jeremy Thank you for your replybut, I already read this article. I just want to know about how to calculare each color plane for pure white, I don't know that NI only supply this function in the...
View ArticleRe: levenberg
Yes, I learned FORTRAN IV with paper and pencil and punchcards. Our CDC-3200 was about the same vintage as the IBM/360. ;) I any case, I created a document explaining how the partial derivatives need...
View ArticleRe: How to create own Labview driver?
No, you don't have to use the project wizard. That is mostly used when your instrument one of the common types such as dmm, power supply, scope, etc. There is a generic type and it can help organize...
View ArticleRe: How do you get the default value of a typedef from the path?
Um, deleted already this demo, but thanks. :smileyindifferent:
View ArticleRe: How do you get the default value of a typedef from the path?
garrett8357 wrote:However, if I get the Front Panel>>Controls[1]>>Value property, the variant I get is not a typedef. How do I get the default value variant from the .ctl path?The variant...
View ArticleRe: Truth Table Node
Did you try the fix I listed in the previous post? Let's see if I can post code now, if it works simply replace GetTerms3.vi with the attached VI. Did not work. Let's try a screenshot. Go into...
View ArticleRe: How do you get the default value of a typedef from the path?
altenbach, I know how to get the value of the control on the front panel, but I want to get a variant of the typedef from the .ctl path. Maybe it isn't possible.
View ArticleRe: MGC 647C MKS Intruments Computer Communication
Hi Pushkar,nice to hear you are able to talk to the device. To graph the flow rates a simple solution might be this: Here, the flow rates of each channel are collected in an array and the whole array...
View ArticleHow Do I Create a Single Delayed Output Pulse (Analog Voltage) From An Input...
Hi I am working with a combustion chamber and using a DAQ system (with NI SCB-68 hardware) to read the pressure within the cylinder (as analog voltage). I am trying to output a delayed, 1-millisecond,...
View ArticleRe: How do you get the default value of a typedef from the path?
I don't have a development environment available right now, but you may be able to create a reference to the control with scripting.There might be something in vi.lib\Utility\VariantDataType that can...
View ArticleFPGA Compile Farm Error -61319
Hello, I am having problems compiling FPGA code, I am getting error -61319 when the compile fails. Most frequently it times out during the "estimating resouces planAhead" stage and sometimes in the...
View ArticleRe: programatically delete a DAQ device
Some of my coworkers don't use tasks either, but I just find they really speed development, and help with maintanence because you can test out all of your tasks in MAX outside of any LabVIEW code. And...
View ArticleRe: Data has changed after passing through FIFO?
Unfortunately I don't have the time to work through what you're doing in this code. I can offer a couple of debugging suggestions:- Replace the analog input reads with constants, and see what the...
View ArticleRe: White Balance Utility
Hi Redfield. The color panes for white should be 255 for each color pane. Here is some more information about our color...
View ArticleRe: Replication and Deployment (RAD) for LV2013
Hi Monil, I was just able to successfully retrieve an image from a 9014 so it doesn't seem to be a general problem with 9014s and System Configuration 5.6. I did realize that my RIO drivers are 13.0 so...
View ArticleRe: how to open global front pannel from Main.vi
I don't have a development environment available right now, so I can't try it out - but I believe that the Global Variable Front Panel will be removed from compiled code and may not function as you...
View ArticleRe: First Values Keep Replacing Old one despite file position set
The state machine and 'all wires' did the trick. Scrap the local variable then. Its more or less useless. Thanks guys
View ArticleRe: Has anyone ever used the .NET TripleDES service successfully in G
Could you please any errors or roadblocks you're running into? These might help us get a better idea of exactly what's going on. Thanks,
View ArticleRe: programatically delete a DAQ device
You are about 1/2 way there. Yup the .nce can be added to the installer and this works well for cDAQ DAQmx and VISA aliases. It does fall down on USB DAQ devices. BUT, with USB DAQmx devices this...
View ArticleRe: programatically delete a DAQ device
One more tip I forgot to mention. During development keep your Tasks, and Scales in the *lvproj. Why? Because they then make it to your SCC Repo as part of the *lvproj! All developers can access...
View Article