Re: Waveform+Chart+Array Average
Sir, I misspoke earlier sorry. So we need to find the average of the data points that shows on the graph.So, after we hit stop to button on the while loop, the loop should stop running and then we need...
View ArticleRe: Creating channels for typed-in user input in DAQMX
Hello meierdh I saw your VI, do you mind walking me through it a little bit. I assume that the first section is you creating all of the channels and the while loop is the one responsible for acquiring...
View ArticleRe: Waveform+Chart+Array Average
Also, i only want to display the temperature in Celsius on the graph. The solution that you have provided earlier plots the temperature in Fahrenheit since you connected the array constant (in F)...
View ArticleRe: Updating a reference stored in a SubVI
wrote:The thing with parentheses is that you should be able to completely remove them and retain the original general meaning (and correct grammar) of the sentence in which case "make the reference...
View ArticleWeight management
Good day everyone,I am fairly new to LabVIEW interface and this problem might not even a "problem" to pros.So my task is to create a system that calculates remaining weight. First, the user will enter...
View ArticleRe: Analog input-output FPGA
The data you retrieve with your DMA transfer is un-scaled raw data. The format is signed-integer 16 bit so has a range of +/-32768. This is the raw data of your A/D converter. As you can see in the...
View ArticleRif.: Convert build script in LabVIEW not 2014
It's been removed. Probably they where fed up with it after 8 new versions of LabVIEW... They did not remove it from the help, and that is a bug. It's not just the menu that is missing. It used to be...
View ArticleRif.: Convert build script in LabVIEW not 2014
Yes, I use LabVIEW 2014 to create a project starting from the build script and then this project can be opened in every later version of LabVIEW. I was just curious to understand if it is a hidden...
View ArticleRe: Waveform+Chart+Array Average
Hi Alyssa, Please let me know if i am wrong.You are right. When you have problems with your VI (like "broken wires") you should attach that VI to get help on it!
View ArticleRe: Can I embed web publish tool product to another Web technology like...
wrote:I have project that use web publish tool with monitor mode.I now that its mechanism is send an image from server to client every 1 second.And some question bellow:- Can I embed web publish tool...
View ArticleRe: Analog input-output FPGA
Thank your very much for all this help !! I fixed the probléme with the graph by using the Scale Acquired Data and it works now ( i have the real value in the scale). For the waveform deformation: I...
View ArticleRe: Weight management
Hi Qii, First, the user will enter the maximum weight available. Then, as we enter a weight value, the available weight will be decreased. The process will need 4-5 weights to be entered.- So you want...
View ArticleRe: Wanted: Data historian recommendation (i.e. DSC replacement)
Citadel maybe? I know it's part of DSC, so probably not what you want. But it should be able to stand on it's own. Not sure if you can (or have to) purchase it... I'd guess that any OPC Historian...
View ArticleRe: How to implement callback function when DLL file is called
Thanks for your answer, but I still don't understand it. Is there a similar example?
View ArticleRe: Melleable Vi Application builder Errors
I have the same problem building PLLS. when i added "number to enum.vim" i started getting error 13s when building. i removed the help path in the vi properties as somebody else stated and the problem...
View ArticleRe: Network-Published Shared Variable connect with TIA Portal
For questions about the TIA, I would contact Siemens support or post in their forums. That said, NI provides a free tool to monitor NPSVs called the NI Distributed System Manager that is likely...
View ArticleRe: Melleable Vi Application builder Errors
the official solution doesnt solve the problem for PPLs! you have to use the other solution presented in this thread which is to open the vim you used and remove the help path from the vi properties.
View ArticleRe: Analog input-output FPGA
Did you check the generator with your scope while the 5783 was still loading as well? The 5783 has a 50 ohm input impedance so I wanted to make sure your generator can drive a 50 ohm load. I cannot...
View ArticleRe: Waveform+Chart+Array Average
I have used sequence structure so that the mean is calculated after the loop is stopped. Also i know that i converted the temperature twice by introducing expression node on the second sequence. i...
View ArticleRe: Waveform+Chart+Array Average
Hi Alyssa, What's the point of the sequence structure here? Dataflow is already ensured by the loop border... Right now you output a scalar value out of the loop: what's the point of calculating a mean...
View Article