Re: Remove the stacked sequence structure from LabVIEW.
Patrick- Please, do not take this personally. Do learn better programming practices. EVERY reason you gave screams for better code architecture not for the "more obfuscated code" you dream of. My...
View ArticleRe: Image rotation
Create an indicator after the read function (right-click wire ... Create indicator). Run the VI once and load your image. Right-click the new indicator terminal and "change to constant". Delete all...
View ArticleRe: Scripting: Create Cluster in Array from existing cluster
Hi Viper, Sorry- you misunderstand. We are talking about doing this with LV Scripting; what you did statically defines the array type in the VI. Writing LV code that would create the array from an...
View ArticleRe: You do not have permission to write to the containing LLB. Please help!!!
Here is what I found out: I had an identical copy of the library on another PC (Win 7, LabView 12) and could save it just fine. The one that I have problem with is in the root directory C:\ of another...
View ArticleRe: Installer build errors 3 & -12
NI-DAQ version 9.7.5 makes me think you have a co-Install of LabVIEW 2013 or something else off the Aug 2013 DVD set or later. If so, you need to configure LabVIEW 20xx for use with .NET 4.0 (see here)...
View ArticleRe: Remove the stacked sequence structure from LabVIEW.
Well heres an example of the use of Stacked sequencies that I use quite frequently for more complex programs. The whole program consists of a stacked sequence. The first frame in the SSS consists of...
View ArticleRe: Right-click custom drop-down menu on graph loaded in sub-panel
Hi there, So you can't right-click any object to get custom drop-down menu for any control being viewed as part of VI loaded in subPanel??? Does anyone know? BTW I know how to create xControl but how...
View ArticleRe: integrating matlab into labview
Thank you so much for your response.I will work on it and get back to you ....
View ArticleRe: Remove the stacked sequence structure from LabVIEW.
PatrickR wrote:Well heres an example ...ouch!
View Articleadding white noise to signal
Hi, I am trying to figure out how to allow a user to add white noise to a signal, the idea is that the user would enter the noise ratio in db which I would then apply to a signal measurement before...
View ArticleRe: Mapping pixels to wavelength
shivy92 wrote:I have attached my VI below. the problem that we are having now is we should get 512 according values of wavelength, but what the VI does is picks the highest value of them all. How can...
View ArticleRe: Remove the stacked sequence structure from LabVIEW.
Good LORD! I will not shoot you! and, I thank you for your example. A Consumer-Producer (Events) design pattern could offer you some better benefits than a bottle of aspirin and that construct though....
View ArticleRe: adding white noise to signal
Well, you certainly need to know the signal amplitude if you want to create a specific signal to noise ratio. Are you going to add a random value to each point of signal or will you have a block of...
View ArticleRe: Remove the stacked sequence structure from LabVIEW.
altenbach wrote:PatrickR wrote:Well heres an example ...Ouch!Hold Your Fire!- this is not a live fire excise! Safe your weapons! Seriously, I've learned a lot from threads like these! This one seems...
View ArticleRe: Installing of LabVIEW runtime is cause of InTouch can't find its licenses
kbbersch wrote:Sounds like a question for Wonderware support. Of course I have asked Wonderware support. I dig from both sides. May be some component of the LabVIEW runtime changes the windows USB...
View ArticleRe: DAQ Assistant Curve fitting .
Thank you for the answer, but how can I at least save the data which I want to fit ? how to accumulate the wanted data as you said with shift register ? At least, if i fail for doing that I woul like...
View ArticleApplication built with LabVIEW can't find ni_opcua_client.dll
Application built with LabVIEW and using OPC UA cliens VIs can't run on target system. If I build executable and installer with default settings, I see this error messages: If I build executable and...
View ArticleRe: Installer build errors 3 & -12
Thanks for the quick reply! I have LV 2011, 2012, & 2013 installed on my Win 8 box. I followed your advice and put the config file in the same directory as the LV 2012 exe. Here's the contents of...
View ArticleRe: Mapping pixels to wavelength
Looks like you miswired in your 'Build XY Graph2' Express VI - you wired a constant which was the XScale.Multipler of the waveform graph You then write this constant to your measurement file, which...
View Article