How can I work out about Pan function?

Hi,
Can anybody help? my point is I don´t want my XY graph to have pan function.
I mean the XY graph cannot pan neither running VI nor not running. If it´s impossible to do that two ways, just only when running VI that cannot pan the graph.
Thanks in advance
Mannie

What you can do is edit the graph palette to hide the panning tool.
Click on the graph
LabVIEW menu >> Edit >> Customize Control
In the new window, click on the left button in the tool menu (Change to Customize Mode). Sorry but my mothertongue is not English and I ignore the name of the illustrated tool.
Select the panning tool in the graph palette
Press Ctrl + Shift + J to move the panning tool to back (or click on the square with two arrows (Reorder) and select Move to Back)
Move the panning tool under the zooming tool
Resize the graph palette decoration
Switch back to Edit Mode
Menu >> File >> Apply Changes
Close the customizing window
You have now a graph with a customized graph palette. See the LabVIEW help for more details about customizing controls.
Attachments:
Graph without panning tool.ctl ‏9 KB

Similar Messages

  • How can i work out the GMT time wherever i am ?

    Hi, i'm going crazy with the date/time classes, just can't seem to work it out.
    I need to know the current time as a GMT time.
    I need to know wherever the program is running, i myself am in Amsterdam GMT+02:00 , my server is located in Canada GMT-04:00 (?)
    I parse dates from websites all over the world so i get times in the form of strings of which i know the timezone. I need to store everything in a mysql database and i want the database to contain GMT times only.
    I've worked out how to get a string from its timezone into GMT but,
    how can i get the current time as GMT ?
    somehow i keep getting timeshifts i cannot explain.
    this is where i got to:
    TimeZone tz_gmt;
    tz_gmt = TimeZone.getTimeZone("GMT");
    SimpleDateFormat sdformat = new SimpleDateFormat("yyyy-MM-dd HH:mm:ss");
    sdformat.setTimeZone(tz_gmt);
    Timestamp tsGmtnow;
    tsGmtnow = Timestamp.valueOf(sdformat.format(new Date()));
    Which is fine if i run it in Amsterdam, it gives me the current date/time in GMT, but on the server in Canada it gives me GMT+4 hours. What am i missing ?

    found a workaround,
         TimeZone tz_gmt;
         tz_gmt = TimeZone.getTimeZone("GMT");
         TimeZone tz_can;
         tz_can = TimeZone.getTimeZone("GMT-04:00");
         TimeZone tz = TimeZone.getDefault();
         String Stz = tz.getID();
         SimpleDateFormat sdformat = new SimpleDateFormat("yyyy-MM-dd HH:mm:ss");
         Timestamp tsGmtnow;
    if ( "Europe/Berlin".compareTo(Stz) == 0) {
         // i'm in Europe, go from local time to GMT
         sdformat.setTimeZone(tz_gmt);
         tsGmtnow = Timestamp.valueOf(sdformat.format(new Date()));
    } else {
         // i'm in Canada, local time IS gmt
         sdformat.setTimeZone(tz_can);
         tsGmtnow = Timestamp.valueOf(sdformat.format(new Date()));
    out.println(tsGmtnow.toString());
    the default timezone returns either:
    Europe/Canada
    GMT-04:00
    somehow the GMT-04:00 get ignored by the formatter

  • How can i work out say 5% of 383.04

    I am trying to work out a percentage of a number. Say for eg cell A1 is 5% and cell A2 is 383,04. The cell gives me an error - a red triangle saying "the operator * expects a number, but cell A2 contains a string. I changed the comma for a fullstop on 383.04 and it gave me the correct answer. What i wanted to know is how can i customise the 383.04 cell so that it also accepts a comma for the calculation - 383,04. Thanks!!!

    LavinaL wrote:
    I am trying to work out a percentage of a number. Say for eg cell A1 is 5% and cell A2 is 383,04. The cell gives me an error - a red triangle saying "the operator * expects a number, but cell A2 contains a string. I changed the comma for a fullstop on 383.04 and it gave me the correct answer. What i wanted to know is how can i customise the 383.04 cell so that it also accepts a comma for the calculation - 383,04. Thanks!!!
    Lavina,
    The decimal separator depends on your system language choice, or your application language choice if you are using Language Switcher. It's not something that is optional within the normal programming parameters. If this issue is critical to your document, it could be accomodated with an expression in the result cell.
    How big a deal is this for you?
    Here's an example on a system expecting a period for a decimal separator.
    To go the other way, you would exchange the comma and the period in the illustrated formula. As written, the result will calculate with either decimal seaprator.
    Jerry

  • How can I work out the I cloud

    How can I download the music
    How can I get the I cloud started
    Need to increase the speed of my cell the fastest processing unit required

    Music and other content from the store will only show if you are in a country where they can be redownloaded (and if they remain in the store). If you are in a country where you can redownload music purchases then you will have a Music category in the Purchased tab in the iTunes store app on your phone, and under the Purchased link under Quicklinks on the right-hand side of the iTunes store homepage on your computer's iTunes
    There is some info on the cloud here : http://www.apple.com/icloud
    How to set up : http://www.apple.com/icloud/setup/
    Creating an iCloud account : http://support.apple.com/kb/HT4436

  • How can I work out the Total Uptime between two points?

    I need to find the TOTAL uptime between a certain date and now (need to separate for an electricity bill). Can someone help me with a script or something?
    Thanks

    I'm confused as to what you are looking for if uptime is not it. 
    I need to find out how long it has been powered on from the 6th August 2014 to now. Any ideas?
    If the system has been rebooted in that time then you might be able to go back into the log files and as Mark Jalbert wrote look for the times the system was shutdown and then booted and get a rough figure that way. But of course this requires that the log files since August are still available.
    Of course what the system was booted there is no guarantee all external peripherals were also on and when the system was shutdown there is no guarantee that all the peripherals were turned off so at best you are getting a rough estimate.

  • How can I find out about development of Thunderbird?

    I can't find any information on development of Thunderbird.
    Links on the Thunderbird homepage only take me to the general "Mozilla" pages instead of any Thunderbird-specific pages. https://www.mozilla.org/en-US/thunderbird/

    Thunderbird is a community project and while Mozilla's involvement is significantly reduced, that does not get the code base out on it's own. Thunderbird and SeaMonkey are basically the comm central folder in the Mozilla code base. Hence everything linking to Mozilla. Thunderbird shared the Geko layout engine with Firefox and to all intents and purposes that is almost indistinguishable from Firefox. The result is Thunderbird developers find themselves working on core to fix Thunderbird bugs, even though it is technically part of Firefox.
    Everything is controlled through bugzilla. enhancements, faults, poor usability and design. You do not need to do more that assign your self a bug and start coding. Although the involvement of the module owner or a peer helps get patches accepted. https://wiki.mozilla.org/Modules/Thunderbird
    Bugzilla is used to extract details of bugs fixed (including enhancement) for the documentation of release notes. Because flagging bug for inclusion in release notes is manual there are always those the just appear without a release notes.
    Talking or communicating with other developers appears to still be mostly IRC. (Global means Global at Mozilla with people in many countries collaborating)
    This wiki page https://wiki.mozilla.org/IRC after lots of instructions does tell you what channels are for what in Mozilla IRC.
    Links to mercurial, are on this page. https://developer.mozilla.org/en-US/docs/Mozilla/Developer_guide/Source_Code/Mercurial
    Downloadable source here https://developer.mozilla.org/en-US/docs/Mozilla/Developer_guide/Source_Code/Downloading_Source_Archives
    Is there a specific area you were looking at? perhaps I can point you to someone.

  • How can I find out about an order?

    Hi I ordered a tablet on 06.08.15.Had an email saying order had been referred.I haven't heard anything since and I cannot ring customer services as I have no phone at the minute.Just worrying in case they have been trying to phone me about my order. What can I do?

    I know that. My post was to find out if there was another way of making contact as I CANNOT phone them.

  • How can I clear out "about:newtab" for privacy?

    When I (or a visitor) enter "about:newtab", recently-visited sites are shown on the screen. I do not want my recently-visited sites shown. I want to remove this information from "about:newtab".

    You can change the order of the boxes on the about:newtab page and drag an item to a different tile to pin it to that position or you can remove a website by clicking the close X to block that URL.<br />
    You can drag a bookmark or history item and drop them in a tile on the about:newtab page to pin them and have your own favorites sites showing.
    Changes made manually on the about:newtab page are stored in the browser.newtabpage.pinned (default = [null]) and browser.newtabpage.blocked prefs that you can check/modify on the about:config page.
    You can create these Boolean prefs on the about:config page to prevent Firefox from generating thumbnails for the about:newtab page.
    *name: browser.pagethumbnails.capturing_disabled with value: true
    *name: pageThumbs.enabled with value: false
    Delete the thumbnails folder in the Firefox profile folder to remove already stored web page thumbnails.
    See this knowledge base article about the about:config page.
    *http://kb.mozillazine.org/about:config

  • HT201300 How can I work out from the model number if a Macbook pro is a UK model?

    Is it possible to tell from the model number of a Macbook pro whether it is a UK model or not? The model number of the Macbook I'm interested in is MC975B/A.
    Thanks

    Neil, many thanks for your reply. if the number was MC975EA does that make it a Spanish model?
    acampb

  • How can apple send out an os update that renders an important function of the software/hardware to not work? They knowingly have sent out this new os update for iPad which makes airplay nonfunctining! I need this for my business!

    How can apple send out an os update that renders an important function of the software/hardware to not work? They knowingly have sent out this new os update for iPad which makes airplay nonfunctining! I need this for my business!  I could understand if they didn't know, but it is all over the Internet! When I went in to have it revert back to os6 (which worked fine!) I was actually asked if I had done any research before I installed the upgrade! As if this is the consumer's fault for being dumb enough to fall for the upgrade!

    That is not what I have discovered, nor what others have discovered, nor what I was told when I went the Genius Bar.  I cannot remotely mirror to my MacBook Pro and it only started the day after I installed the upgrade.  We tested it with an iPad that had not been upgraded, no problem.

  • I have a macbook pro and use BT homehub 3.  can't work out how to connect my time capsule. can anyone help, thanks.

    I have a macbook pro and use BT homehub 3.  can't work out how to connect my time capsule. can anyone help?  thanks

    Just need to plug the TC in to the hub in bridge mode.. do not try and bridge the homehub.. it is not possible with the setup BT uses.
    To bridge the TC.. plug it directly into a computer by ethernet.. no other connection to the TC or the computer.
    Press and hold in reset until the front LED flashes rapidly.. about 10sec.
    Release the reset.
    Open the airport utility and setup the TC to bridge mode.
    The actual method depends on version of the OS and airport utility you use.
    This is version 5.
    Sorry I cannot post the v6 as I am on a snow leopard computer now. But you go to the network tab, and choose off bridge mode for method of connection. It will be NAT and dhcp by default.
    Then setup wireless.. you have a number of choices here.
    Either setup with the same SSID Security and password, as the homehub uses.. or a different name, and password..
    Each method works fine.. but you sometimes have issues with wireless channels.. for now leave it on auto and see what happens.. if you have issues lock down the radio channels on both devices.. use one out of the following on each, 1, 6, 11 or 13 in UK.. so say 6 on the homehub then 13 onthe TC.
    Update the TC.. unplug fromt the computer and plug it into the homehub.
    If you have other issues with the setup tell us what OS you run so we can post suitable screenshots.

  • I have updated my Apple ID via my iPad, but my other devices still think the ID is the old one and I can't work out how to update them

    Yesterday, after discovering that the email address I used as my Apple ID was about to be deleted, I used my iPad to update my Apple ID to a new one.  Everything went fine, until I moved on to my iPhone, which is still asking me for the password for my OLD Apple ID.  I can't work out how to tell either my iPhone or my Macbook that this one is out of date and get them to change to the new one.  iTunes is changed, but the settings aren't.  Can anyone help me please?

    You haven't stuffed it, you just haven't signed out, so do that now, everywhere your old ID appears needs to be signed out of.
    Any variant of "Find My" (phone/mac/pad etc) that's signed in should be signed out.
    List what needs a sign out if you don't know how to.

  • My MacBook Pro isn't a year old yet and would like to use iCloud. However, very apprehensive about Lion upgrade...how can I find out what I will lose if I upgrade?

    My MacBook Pro isn't a year old yet and would like to use iCloud. However, very apprehensive about Lion upgrade...how can I find out what I will lose if I upgrade?

    Ajimd33 wrote:
    I appreciate the prompt response.  Having read several threads, you can appreciate why I would be hesistant to upgrade to the Lion.  All I basically use is Office for Mac and the other basic functions such as email/calendar/address/contacts...etc. I have read horror stories about peoples stuff dissapearing into cyberspace and obvi dont want that to happen.
    That's all nonsense. Most people don't post anything if they don't have any problems. People who do have problems usually have very specific reasons for them that they have caused themselves.

  • HT5625 I cannot send a text thru iMessage.  I followed the directions over and over again but can't make it work.  Also how can I find out all the apple ids I may have.

    I cannot send a text thru iMessage.  I followed the directions over and over again but can't make it work.  Also how can I find out all the apple ids I may have.

    A wet phone is out of warranty. This is considered user damage. Even if you were able to get it to start now, the chances of it working for long are slim. I suggest going to Apple and see about an OOW replacement. One for the iPhone 4 is only $149USD and it would come with a short warranty. It is a refurbished device and you would not be worried about encountering additional problems.

  • I purchased Adobe ExportPDF today but can not work out how to now get PDF converted to WordDoc. Plea

    I purchased Adobe ExportPDF today but can not work out how to now get PDF converted to WordDoc. Please help.

    I know; there are so many forums - it is not always easy to find the right one at the first try.  But posting in the right forum is important; it's where the people know about the product / service.

Maybe you are looking for