Jump to content

Born2Wire

Members
  • Posts

    11
  • Joined

  • Last visited

    Never

Posts posted by Born2Wire

  1. QUOTE(karthik @ Sep 18 2007, 03:34 AM)

    Hello,

    Can anybody please tell me how to customize a meter to get a RPM meter which I have attached with this post.It is a simple control which we generally see in cars or bikes to display RPM value.It starts from 0 to 30 and changes its colour depending on which slot it belongs.For example 0 to 5 it has to display green and from 20 to 30 it has to display red.Thanks in advance.

    I am afraid if you want to have a meter that looks exactly like the one in your image that you are going to have to do a lot of low level coding. Either that or buy an ActiveX control of the kind you want.

    In other words, you are going to have to write code that turns on and off the individual pixels you want.

  2. QUOTE(tharrenos @ Sep 17 2007, 04:59 AM)

    Snip...

    I aim to purchase the latest student version of the LabIEW. Am I going to be limited as far as concerns the addons?

    The project goes like that. There is a valve on the central heating and must be switched on/off. so using stepper motors and a wireless module to build a wireless actuator that toggles the valve between on and off states (I need a controller as well). I never though that I could run labview exe from a embedded system.

    Ahh. If money is going to be an issue, then you are going to have problems. The add-ons to develop on an embedded target, or a hand held device, or a web application all cost extra. NI is very proud of their product, and most of their customers are used to paying a lot for tools.

  3. QUOTE(tharrenos @ Sep 16 2007, 11:18 AM)

    Hi,

    I am kinda new to the whole scene. I want to design a wireless remote control of a central heating over Wi-Fi. Any suggestions would help.

    Thanks in advance.

    Presumably you are going to have one embedded system. Specifically the remote. You should decide if the HW that will control the heating will also be an embedded system or if you can leave a PC to do it.

    NI has an embedded toolkit addon for embedded platforms. You should research these and decide which target you want to use. A pointer is to find one that has a Wi-Fi solution already.

    Alternatly, it may be acceptable to allow a Palm Pilot or PocketPC device control the heating via a web page or similar.

    You can get an add-on for LabVIEW that allows you to embed Labview in a webpage.

    You could get an add on to allow you to write labview for the handheld device as well.

    So there are three aproaches as I see it.

    1. Custom remote control HW running an embedded system supported by LabVIEW with a supported Wi-Fi interface and driver. (Don't do this one.)

    2. Embed LabVIEW in a webpage, then use Wi-Fi enabled hand helds to view that page. (Should allow you to develop code just for the PC running the heating system. This way probably has the least development on your part.)

    3. Develop TCP/IP application for hand held devices to talk to your PC.

  4. Hi all,

    For one of our applications, we want to plot points on a polar plot, using lots of different colors for the symbols.

    I figured there were two solutions for this:

    1) "manually" draw the plot symbols in the polar plot picture indicator (ugh)

    2) create the polar plot picture control, and put a transparent x-y plot on top of it.

    I elected to go with option 2, knowing that my performance was probably going to suffer a bit because I've got a transparent front panel object overlapping another object.

    I was therefore pretty excited when our local NI rep told me about the new "background picture" feature of LV 8.x X-Y plots. I was hopeful that a single integrated indicator that contains the foreground X-Y plot AND the background would be more efficient at redrawing itself than my transparent overlay approach. Instead, I've found the following (see attached):

    - If the background picture is not updated, the transparent X-Y sitting atop a picture indicator runs just as fast as the new X-Y with background picture.

    - If the background picture IS updated, the new integrated background picture is actually a factor of 8-10 SLOWER than the transparent overlay (I suspect this is because of the property node)

    :(

    So, what gives? What benefits do I actually get from the new background picture feature?

    Thanks,

    Gary

    Well for your application, none. However in my last project it was decided to add fancy background graphics (stills) to make the product look more attractive to the customer. Since this was 7.1, the solution was a bit painful and we all had to learn not to touch the various panels for fear of getting everythng misaligned.

  5. Hi Suneel,

    I had this same problem with IMAQ picture controls. I think the problem is that the IMAQ control is itself a reference. So when you try to make a reference to it, you are trying to make a reference to a reference. This apparently makes LabVIEW unhappy.

    When I got that far in my thinking I just re-wrote my code to pass the IMAQ wire everywhere I needed it.

    I suppose if you really really wanted to make a reference to it, you could try a generic control reference instead of a specific IMAQ control reference.

    WHat is it that you are trying to do by makeing the reference?

    Hi all,

    I am facing a problem while creating the control reference for an image control.

    The error is "Plug In 'Image':control requires an external library".

    Thanks and regards,

    Bhaskar Reddy.k

  6. And how is recovery coming?

    A reinstall of IMAQ didn't do you any good?

    Ton

    Hi Ton,

    I tried various re-installs. I did both the IMAQ and Vision packages. I think I even tried the Vision 8.2 upgrade that is suggested on here, although I confessed that all the install uninstall madness may have thrashed my system enough that it would not have worked anyway.

    I did a wipe of all NI stuff from the machine and re-installed LabVIEW, the drivers, IMAQ and the 8.01 patch complete with re-compile. I still need to re-install Vision to complete.

  7. I suggest you go carefully when upgrading from 8.1 to 8.20.

    I had a large application that was using IMAQ and Vision, and after the upgrade many of the VIs for these packages were 'missing'.

    Still trying to recover.

×
×
  • Create New...

Important Information

By using this site, you agree to our Terms of Use.