Re: NI-XNET CAN frame properties timing type
You might want to start a new thread and link to this one.Since this one was already marked as solved, a lot of people won't come back to read it.If you're able, I would suggest posting your VI. I...
View ArticleRe: Custom knob that displays operating range
Hello Les, What you're looking for can definitely be achieved using the built-in color scale and MarkerVals[] property- you'll just need to track whether or not your valid range crosses 360 degrees and...
View ArticleRe: Cannot get system date. My input format is %Y%m%d and the output is also...
Jeff·Þ·Bohrer wrote:altenbach wrote:Jeff, he does not get any numerical output, just letters, if I understood right.If that is the case something broke and badly since even if the format specifiers...
View ArticleRe: how can I dynamically load a tab?
Customized radio buttons is a neat idea I hadn't thought of. In my situation I dynamically load items into the subpanel and have no way of knowing until it runs, how many items there are that can be...
View ArticleRe: LABVIEW DLL- ARRAY INPUT AND ARRAY OUTPUT
Glad to hear you got it working. The configuration needs to match between the way you build the DLL (when you define the VI's prototype) and the way you call it. Note that if you're passing parameters...
View ArticleRe: Using LabVIEW to control Lakeshore Model 330 Temperature Controller
Hello, I'm just wondering if you figure out your Temperature Controller issures, I'm having the same issue where i need some sort of programe or labview to recored and manage the changes of the...
View ArticleRe: ramp pattern ramps cycles
Hi Do you ear about 1 image is more than 1000 words! Below is my program that I am working and I am doing the control of machine by changing the slope by hand. In the png is what I want labview file is...
View ArticleRe: How to make property nodes operate independently of even trigger
Hi, My code actually does work the way it was intended now. When I place the event structure inside of the while loop it does not grey out the channel controls in real time like I want and instead...
View ArticleRe: Dynamically Launch VI Runtime vs Development environment
dkfire wrote:What is the simple single sub-vi that you are adding doing? Are the dynamically lainched vi still ending up with a while-loop? Like any other standalone running vi, a dynamically launched...
View ArticleRe: LVOOP: Children aren't Friends of their Parents' Friends
When it comes to decisions behind the design with regards OOP in general, I tend to find it helpful to look for the answer with regards to C++ or more "established" OOP programming languages. Often...
View ArticleRe: Graphics - how to display fluid flow in a pipe
Buddy you should probably try the attached .ctl and .vi to gain some idea. Hope this helps. Requires few modifications about array manipulation. This control is from data logging and supervisory...
View ArticleRe: myRIO VISA Error -1073807192
Hi,I've already seen your post on the document page. Thanks for the motivation :)I'll tell you a bit more about the project, it's really cool: we (a group of austrian students) are trying to build an...
View ArticleCan I make the axes of an XY Graph bold?
Hi everyone, I am working a project where I have an XY graph on my front panel and I'd like to customize it a bit. I've attached images of the current graph and how I would like it to look. Is it...
View ArticleRe: Can I make the axes of an XY Graph bold?
Hello t42, An quick and easily configurable way to do this is with a permanent cursor- it looks like you want to track the origin, so just set the location to (0,0) and the style to whatever suits your...
View ArticleRe: Connection Error NI Data dashboard android app
Hey Sets, Have you reviewed this article for hardware and software firewalls configurations?http://www.ni.com/white-paper/12402/en/ Frank R.
View ArticleRe: writing data in spreadsheet
Hi Crossrulz, Thank so much for your reply. however, where I should wire the queue reference?How I change the cluster into a 2D. I want to extract the amplitude, frequency and phase and write into the...
View ArticleRe: Can I make the axes of an XY Graph bold?
Tom, Thanks so much for showing me how to use cursors! That was exactly what I was looking for! Best,-t42
View ArticleRe: LVOOP: Children aren't Friends of their Parents' Friends
>>I think I am going to have to create protected parent method wrappers around friend methods? I'm not aware of a better solution than this, and this scales better than growing the Friends list...
View ArticleRe: Graphics - how to display fluid flow in a pipe
I use picture rings and hide the border. It is more effort to draw pictures in a graphics package to animate, but the results are impressive, smooth and very low cpu. Ill try and find an example to...
View Article