LabVIEW Gauge Control Digital Display

I have created a Gauge control to emulate a compass rose as suggested by other posts. I have populated the control with 0, 30, 60, etc to 330 and left a blank for the last entry, as setting 360 overwrites the 0 entry. I have selected "Allow Undefined Values" and everything works as required on the Development System, click on the 30, the text entry box shows "30", use the text entry box to select <Other> and a separate digital text box opens up to allow something like 15 to be entered, which then appears in the digital display within chevrons <15> as described in LabVIEW Help, and the extra digital text box then disappears.
When I build the system and install it on the target computer, this latter action does not happen. The extra digital text box remains in view on the panel, so that I have two values displayed. This extra box remains on display even when a value is selected via the mouse. What is going wrong?
Solved!
Go to Solution.

Thanks for the prompt response, here are two pictures "Gauge" from the target machine, and "Gauge Dev" from the development machine.
Attachments:
Gauge.JPG ‏16 KB
Gauge Dev.JPG ‏17 KB

Similar Messages

  • How to change slider control digital display precision from program

    I want to change slider control digital display precision from my Labview 2013 program. I can not find property that changes slider digital display format. 
    Solved!
    Go to Solution.

    rt clk the digital display>create>property node>format string
    you could also do the slide scale, if needed...
    from the front panel:rt clk properties>goto display format tab>goto drop down list and pick "digital display 0" and format

  • Cannot change precision of digital display of a numerical control

    Hi,
    This may be a stupid question. But in the attched slider control, I am unable to set the precision of the digital display. I can only set the precision of the scale. What do I need to do? Thanks.
    Peter
    Attachments:
    Horizontal Fill Slide (numeric control) question.vi ‏9 KB

    In the upper left of the display format tab of the properties dialog box, select digital display.
    I agree that it could be implemented better, for example if you right-click on the digital display ...display format. it should land on the dialog with the digital display selected. It currently does not.
    (as a general rule, you should avoid overlapping controls. It hurts redraw performance)
    LabVIEW Champion . Do more with less code and in less time .
    Attachments:
    DigitalFormat.jpg ‏42 KB

  • Chart digital display format keeps changing

    I am running Labview 8.5.1 on windows XP. My digital display for my chart keeps changing to %.2f format when I run the VI.
    I tried setting the display format to scientific but as soon as I run the VI, it changes back to floating point. I have included the VI. By the way, this did not work for 8.2.1
    Does anyone have any suggestions?
    Attachments:
    Overlay_Elnik-II.vi ‏39 KB
    Overlay-Init_Elnik-II.vi ‏34 KB

    Joseph Loo
    I was unable to reproduce your problem.  I changed the format to scientific on all the front panel digital controls and they will not change back for me.  I wonder if you need to use the Edit-> Make Current Values Default option in the LabVIEW menu. 
    I attached a copy of your vi. Modified with the new format.  Let me know if it loads correct. 
    Sorry I was not able to the find or load the init portion of your vi.
    Regards,
    -SS
    Attachments:
    Overlay_Elnik-II_no_init.vi ‏33 KB

  • Digital Display format bug?

    I have an enum (happens to be a typedef) with the Display Format set to %.1d_0x%x so I can see decimal and hex representation.  When I turn on the digital display on the control it works fine.  If I turn the control into a constant the display format only shows the decimal part.
    Tim Elsey
    LabVIEW 2010, 2012
    Certified LabVIEW Architect

    This was reported to R&D (# 318263) for further investigation.
    Although it was submitted 10/10/2011, I am following NI discussion forum protocol by posting here properly. I have no updates to share at this point. However, I will take this time to again personally thank you for taking the time to point out the bug.
    Ben D.
    Applications Engineer
    National Instruments

  • ActiveX control want display on other computers

    I have created an ActiveX Control for the Internet using Visual Basic
    Control
    Creation and also using National Instrument's Labview Component Works.
    It displays locally and on a Internet Unix server from my PC (Windows
    98),
    but when I try to display it on another PC on the Internet it does not
    display.
    I made sure I placed the .cab file and .htm in the same directory on our
    Unix server.
    I also modified the codebase line for the .cab in the .htm file to not
    be the same case
    size for the UNIX server. I also used the LPK tool to create a License
    package.
    Do I need to get a Certificate before the ActiveX Control will display
    on other users computers (other than the development computer) across
    the Internet?
    Could someone please help me with this issue? Thanks.
    Randy Jordan
    [email protected]
    256-544-1955
    Fax - 256-544-6322

    Hi Randy,
    as far as I know the things are:
    - you made a ActiveX control
    - in order to see your control, another computer should download it first
    - it will download it if the Internet settings (on that specific PC) will allow this
    - most of the users have "download unsigned controls" option disabled and "download signed controls" option on prompt
    - thus, you will need a signature in order to have your control downloaded by many others
    - to obtain a signature (digital ID) take a look on www.verisign.com (http://www.verisign.com/developer/rsc/gd/authenticode/)
    that's it, hope I didn't forget something

  • Help needed with dramatical bad performanc​e of gauge controls

    This VI causes the problems
    With kind regards
    Martin Kunze
    With kind regards
    Martin Kunze
    KDI Digital Instrumentation.com
    e-mail: [email protected]
    Tel: +49 (0)441 9490852
    Attachments:
    Page 1_3D_1.vi ‏235 KB

    Martin, listen to CC, the main problem really is overlapping objects (text and digital displays)! The LabVIEW application without overlapping object is 500x faster than yours (See attached, LabVIEW 7.1). I get loop times of below 1ms (>1KHz!) versus your original version with 400-500ms, so LabVIEW can beat your C application by 10x IF you avoid overlapping objects.
    (I am using an ancient 1GHz PIII laptop, so the loop times on a modern computer will be much faster)
    I agree with Aaron that your property nodes contribute to the problem. After deleting all unecessary property node terminals (they never change!), the only bad one is the constantly variable color scale of the oil pressure. Is this even meaningful to the user? This property write alone costs a few tens of ms(!) so it might be reasonale to either get rid of it completely or update it at a lower rate (In the attached example it happens every 100 iterations, modify as needed (LAbVIEW 7.1)).
    If you go back to 200ms loop times, my version will only use a few % of cpu.
    Note also that you can do your entire color ramp with 4 elements, six is overkill and just complicates things. I would also get rid of the blinking, it's just too ugly. Use a Red LED to indicate the special condition.
    Yes, the performance hit with overlapping objects is surprising, but I am sure there is a good reason and we win elsewhere. It has been my experience that most aspects of LabVIEW are highly optimized under typical conditions (IF properly used!).Message Edited by altenbach on 05-09-2005 01:53 AM
    LabVIEW Champion . Do more with less code and in less time .
    Attachments:
    Page03faster.vi ‏194 KB

  • I need to program a Hittite Fractional​-N Synthesize​r Evaluation Kit with a HMC702LP6C​E an external YIG oscillator​. Not sure how to use Labview to control the PLL.

    I need to program a Hittite Fractional-N Synthesizer Evaluation Kit with a HMC702LP6CE an external YIG oscillator.  Not sure how to use Labview to control the PLL.

    Here is how to use the PLL. But I don't know of how to interact with that device
    http://zone.ni.com/devzone/cda/tut/p/id/3781
    And for thouse who don't know what a PLL is a free bonus link is here:
    http://digital.ni.com/public.nsf/allkb/07BC8D77D4E​9AE258625708B007CE74F?OpenDocument
    and a second one on what that device is: http://www.hittite.com/products/view.html/view/HMC​702LP6CE
    Now we are all caught up to speed.
    Sam S
    Applications Engineer
    National Instruments

  • Labview style controls in VB

    I'm developing an application in visual basic and I want to utilise some
    fancier graphing controls as the MSChart control is not going to be
    sufficient for my needs. I've had a look at a few National Instruments
    packages, Measurement Studio and the now obsolete ComponentWorks but they
    contain a lot of stuff that I don't need (eg. C++ classes) also the $2900
    price tag has scared me off a bit. All I want is a graphing activex control
    for VB6 that will handle real-time 2D plotting and has features such as
    cursors, etc. built in. Does anyone have any suggestions on a good control
    out there. I have Labview6i, is there a way to utilise its controls in VB6?
    Thanks
    Nick

    I don't think you can use any of LabVIEW's controls directly in VB but you can call LabVIEW app's from VB
    via ActiveX:
    http://digital.ni.com/public.nsf/3efedde4322fef19862567740067f3cc/862567530005f09e86256843004469c8?OpenDocument
    In LabVIEW, you could make a small simple VI that has just a chart on the front panel. Compile the VI into an EXE and enable ActiveX server. Then, in VB, you can call the LV ActiveX server and pass it data to plot on the chart.
    Chris_Mitchell
    Product Development Engineer
    Certified LabVIEW Architect

  • Chart digital display bug

    Hi,
    I am using chart with stacked plots and digital display for each of those stacked plots. There seems to be some update bug since if I move the display on the chart weird things start happening. The chart stops to update some plots and also artifacts appear. When I hide the digital display all seems to work as expected. What is the problem? Is it a bug? Is there some work around or do I have to code my own digital display?
    I made a short video to show the problem.
    LV 2011, Win7

    After I wrote my own implementation of the digital displays I realized that this problem appears also if I use separate controls and place them on the graph. Really annoying. The workaround I found, whether using the native charts digital display or your own version, is to force the graph to refresh. This surprisingly cannot be achieved by the method chart.refresh which doesn't help but by toggling for example Legend.ScrolBarVisible. If you toggle this property after writing data into the graph this annoying bug disappears. Other usable properies for this are: chart.visible, chart.updatemode, chart.plot.visible, chart.plot.color
    LV 2010
    LV 2011, Win7
    Attachments:
    DigitalDisplay_Workaround.bug.vi ‏16 KB

  • ENUM 'digital display' showing up instead of 'item' when specifying module

    When there is an ENUM with a string in 'item' that string gets selected
    and displayed when specifying a module. This makes sense. But if the
    ENUM 'items' are numeric, you can select one of the ENUM items from the
    pull-down list (when specifying the module), but when you press the
    'ok' button and then try to specify the module again it reverts to the
    'digital display' integer reference index. If you do not have a 1:1
    correspondence between 'item' and 'digital display' (e.g. 0 to 0, 1 to
    1, 2 to 2, etc.) it appears to be very odd behavior, like it isn't
    taking the value you selected. Actually it is, but if you don't know
    what the 'digital display' numbers refer to you can't tell if it is
    right.
    Is there a way to get it to stop doing this? Just display the item that was selected, not the 'digital display' reference?
    John

    Either I'm not understanding the problem, or I'm not seeing what you're seeing.
    If I drop an enum and use numbers for the "Item Strings", the numbers I
    entered for the items are all that I see in the enum selection list.
    It sounds like what you are saying is you are seeing the enum index being displayed in the selection list. Is this correct?
    Also, what version of LabVIEW are you using.
    Ed
    Ed Dickens - Certified LabVIEW Architect - DISTek Integration, Inc. - NI Certified Alliance Partner
    Using the Abort button to stop your VI is like using a tree to stop your car. It works, but there may be consequences.

  • Weird Digital Display Key Down events

    (Using LV 8.51)
    I have a slider with the digital display shown.  The slider is restricted to 0-50 (I32)  I want the user to be able to type 0-50 in the digital display only.  I have formated the display as %2d and set all limits.  The display allows the user to type any arbitrary number of characters as well an many letters.  I figured out the random letters are the allowable numeric prefixas such as k (for kilo).  I need to not allow the user to type anything in the numeric display except [0-9][0-9].  I figured that I could filter the key down? event.  This did not work.  I placed the key down? event and the key down immediatly restricted the typing to a single character.  What did I do wrong or is this a bug.  Is thare a simpler way of restrictin g the imput (NOT Coersing which is done on the data but limit the input characters).  Thanks I am stuck on this one.
    Paul Falkenstein
    Coleman Technologies Inc.
    CLA, CPI, AIA-Vision
    Labview 4.0- 2013, RT, Vision, FPGA

    I hope I am doing something wrong but I dont see it.  It seems that independent of registering for the keydown event the action of the slider changes.  I have attached an example.
    Paul Falkenstein
    Coleman Technologies Inc.
    CLA, CPI, AIA-Vision
    Labview 4.0- 2013, RT, Vision, FPGA
    Attachments:
    Silder with event filter.vi ‏19 KB

  • Loading Knob Digital Display Text Labels from External File

    I have a knob interface. I display it on the instrument's front panel with the digital display.
    The knob controls the settings on an external GPIB switch. The value of the 6 devices selected changes. I want to see the numbers 1 thru 6 on the knob, but the knob's digital display needs to show something like "12.5-13.5 MHz BPF".
    I want to load the text visible in the knob's digital display from an external file located on the machine. I will not have the possibility of changing the VI for each location.
    Can you do that?
    If not, would an a case or event structure containing a text indicator, with text values read in from a file, be the best apporach?
    73/gus

    If you don't have 8.0 and XControls, you can do something like the attached. I edited the knob control and then replaced the digital display with a text ring.Message Edited by Dennis Knutson on 04-21-2006 12:32 PM
    Attachments:
    Knob with text ring.vi ‏30 KB

  • Stop digital displays from flashing while updating

    I've upgraded from LabVIEW 5 to LabVIEW 8 over that past week.  One thing that is really bothering me is that my digital displays that are updating during a while loop flash.  That is, between updating from one value to the next the digits momentarily dissapear and then reapear with their new values.  The results are very annoying.  I didn't have this problem with LabVIEW 5.  Please help!
    -Nickerbocker

    I've never seen that. Can you attach an example?
    How are you updating the displays (wire, local variable, value property, ...). What is the loop rate? What kind of "digital displays" are you talking about (e.g. simple numeric indicators)? Are the indicators overlapping (even slightly) on the FP?
    LabVIEW Champion . Do more with less code and in less time .

  • HP LaserJet Enterprise 500 color MFP M575 control panel display

    HP LaserJet 500 color MFP M575  have no Display. and is not anymore possible access any function. What is the problem behind that ?How can we solve this issue ? is it the problem with the control panel display or the logic board ? there is no dim memmory instaled in the system . 

    Good day,
    To get your issue more exposure, I would suggest posting it in the commercial forums since your product is a commercial product. You can do this at Commercial Forums.
    Enjoy your day!
    R a i n b o w 7000I work on behalf of HP
    Click the “Kudos Thumbs Up" at the bottom of this post to say
    “Thanks” for helping!
    Click “Accept as Solution” if you feel my post solved your issue, it will help others find the solution!

Maybe you are looking for

  • Adobe Reader 10.1.3 MUI error 1321

    I posted this in the enterprise forum but have not had any luck getting a response so I'm reposting it here to see if I have any luck. I am currently deploying Adobe Reader 10.1.3 MUI and I am seeing several machines fail the installation and report

  • Flash freezes

    Hi all i have a very annoying issue wit the latest flash version. In this site www4.dollaropoker.com if i open 4 or more widows of firefox (latest version) i have random  freezes of these windows: i can hear the sound but the action in the windows is

  • Report Writer Interface RGGD1300

    Has anyone used this report to alter GR55 output?  I need to take the configured output and further define selection criteria (filter that can't be done in variables/formula due to the set definition) and move some rows into different sections.  When

  • Route in STO

    Hi all Please guide how to assign route for STO Regards

  • Required Enhancement Package for Idoc Adapter in Java

    Hi experts, I just would like to know which Enhancement Package I need for PI 7.1 when I want to have the Idoc adapter to be implemented in Java and not only in ABAP. Thanks and regards. Oliver Vöpel.