Re: unflatten from string takes long time to execute in x64
LVCoder wrote: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...
View ArticleRe: Statistics on the fly
Here is an alternate algorithm for mean and variance that does not keep any sample history. It is the Knuth ( from Welford) algorithm from...
View Articledsc modbus - Serial communication input/holding registers
Hello, I am trying to create a labview application to act as a Modbus master and control multiple stepper motors. I have the DSC module in labview and am using a serial communication with an RS-485...
View ArticleRe: Simulate Signal Express VI is sending two periods of the wave per loop...
Here is the data file. It should be pretty straight forward, but if it is not, please let me know and I'll explain.I'll also take this opportunity to ask anyone who looks at my code if there is a...
View ArticleRe: Install Vi from a main server to local servers
Thank you for your fast responce. In my situation I don't want to be dependent of the net work.Best situation would be some sort of sychronise software which keeps the software up to date on all...
View ArticleSynchronizing Two DAQ devices of different types
Hello, I am new to LabVIEW and I would be grateful if you help me on this. I am using two different DAQ devices to measure voltages and temperatures (via thermocouples). These two, have different...
View ArticleRe: how to increase data acquisition speed ?
the sampling rate of the daq or is it at the max, how ever i tred to change it but nothing changed. the signal supposed to change about 20/second .
View ArticleRe: Synchronizing Two DAQ devices of different types
Hi Tara651! This info will help youhttp://www.ni.com/white-paper/4322/en/ You could optimize your program using the tips in the info to:http://www.ni.com/gettingstarted/labviewbasics/esa/ Good Luck
View ArticleRe: How to create a 404 page with LabVIEW web services?
Hello, What do you want the behavior of this page to be? Do you want a page that displays whenever the user enters in a webpage that doesn't exist, or do you want to route them to someplace specific...
View ArticleProblem with a case structure
I have the following problem:I want that the structure from the TRUE case of the bigger case structure to start only when I switch from the button and activate the TRUE position. I observed with the...
View ArticleRe: Labview, Change the phase between 2 signals dynamically
Max, When you say nothing useful, do you mean the VI did not run? Or, do you mean it runs but does not behave the way you want it to? Dan
View ArticleRe: Power Monitoring with a Compact RIO
The cRIO and the cDAQ platforms have different application spaces: the cDAQ is great for simple data acquisition applications when you just want to acquire data with a Windows PC, and the cRIO is great...
View ArticleRe: how to increase data acquisition speed ?
And have you gotten rid of the dynamic data and your incorrect user of the comparison function? Why haven't you shown the front panel as requested?
View ArticleRe: How do I simulate engine speed encoder signal input into ECU
i agree you are on the right track. the cRIO with digital can simulate an encoder with a velocity value. the velocity can change instantly when coded in FPGA mode.the result will be a 0-5 or 0-24...
View ArticleRe: Digital Electronics FPGA Board with Xilinx ISE
Hello, The Adept Program is something that is made by Digilent. This application isn't meant for being used with non-digilent FPGAs such as the one on the NI Digital Electronics FPGA Board. The FPGA on...
View ArticleRe: Problem with a case structure
Please don't maximize the diagram and front panel to the screen. That is very annoying on large monitors! Thanks. No you did not make yourself clear. If the outer case is false, the inner case...
View ArticleRe: Problem with a case structure
Hi maryus, your observation (or better assumption) is wrong.As long as you set your button to FALSE the inner case structure in the TRUE case is not executed! But: when you switch to TRUE case you...
View ArticleRe: Statistics on the fly
These discussion always remind me of something entirely different: (well, it late Friday afternoon..... )
View ArticleRe: Statistics on the fly
DSPGuy wrote:Here is an alternate algorithm for mean and variance that does not keep any sample history. It is the Knuth ( from Welford) algorithm from...
View ArticleRe: Digital Electronics FPGA Board with Xilinx ISE
Thanks Cameron! I will take a look into it.
View Article