Xy graph Zoom

Hi Guys,
I have a x-y graph. Can i Check how do i zoom into the graph as (my data changes within millimeter ranges) therefore i will hope to zoom in order to view the result significantly. 
Cheers,
Scott
Solved!
Go to Solution.

Hi Scott,
I wonder if this is what you're looking for.
Just right click the XY Graph, select Visible Items > Graph Palette
You'll see the graph palette at the bottom of the XY Graph, as shown below
Click the middle button, and you can choose how you want to zoom the XY graph
Hope that helps.
-Ee Lim-
See that button on the left side of this post...
If you feel my post is helpful, all you need is just (at most) 2 seconds to click that button, to show your appreciation. Thank you~~

Similar Messages

  • XY graph zoom problem

    Hello,
    There is a issue when you zoom in using a XY graph. Say you have a two points one at 0,0 and another at 10000,10. If you zoom in to say point 5000,5 the centre point the line will be way off nowhere near where it should be crossing. I was wondering if anyone knows a fix for this problem?
    Thanks

    I agree that this does not look right, but is probably due to limitations in the math used. Once you zoom into the area of iterest, the position of the line actually changes as a function of zoom level. (for example, the 5000 crossing of the line is at 5.00, then at 5.015, then at 5.16). I am sure the accuracy it could be improved, but maybe at a cost of performance.
    It should definitely be investigated.
    LabVIEW Champion . Do more with less code and in less time .

  • XY Graph Zoom Mouse Wheel

    I'm developping a very lightweight world map on XY graph. The attached VIs are LV8.0.
    It almost works but I dont understand why it's not stable as you can notice by running worldmap.vi with zoom.vi as subvi. Your mouse wheel should zoom in, zoom out the graph's limits... I dont understand why it doesnt change X and Y ranges simultaneously... And the position of the mouse should stay on the same position of the world map, after zooming.
    I realize that my comment is not really clear, you can try it and suggest what I should change, I'm using LV8.6, you dont have to spend time to save for LV8.0
    Post question I should reply quickly.
    Regards,
    Jimmy
    Attachments:
    worldmap.zip ‏364 KB

    The problem isn't with the notifier mechanism (although that code can be simplified). The problem is with the way you're calculating the new ranges and increments. When the calculations are done the proportions of the graph are not kept consistent, thereby causing a stretching of the "figure". Also, you are not putting a limit on the XScale.Increment and YScale.Increment such as when you hit the max/min scale ranges. This means that you can continue to "zoom out", with no chance in the scale, but the increment values keep increasing. This throws off the calculations when you try to "zoom back in".
    My suggestion for using the picture indicator was not to try to draw 70,000 points. This would be way too slow. Rather, read in an image of the world to get drawn onto a picture indicator and then draw the axes over it. I don't know what your eventual goal is, so I don't know if this is a more suitable method. 

  • Adf Dvt bar graph zoom/scrolling to given zoom level

    Hi,
    I am developing a dashboard, where I need a functionality with bar graph, that will zoom bar graph at particular zoom level while loading.
    Please help me, How can I pass zoom level to bar graph to zoom in at loading time?
    Thanks,
    Jassi

    Thanks Vlad for response,
    <dvt:barGraph id="barGraph" subType="BAR_VERT_STACK" shortDesc="Query Result Graph"
    tabularData="#{demo.graphTabularDate}" seriesRolloverBehavior="RB_HIGHLIGHT"
    animationOnDisplay="auto" animationOnDataChange="alphaFade"
    dynamicResize="DYNAMIC_SIZE" imageFormat="AUTO" visualEffects="AUTO"
    binding="#{demo.graph}">
    <dvt:o1Axis scrolling="on" /> <!-- *** Here I have implemented zoom to but here I want, when I have lots of bar in graph then my graph loads with some initial zoom level or with max zoom***-->
    <dvt:legendArea scrolling="asNeeded" automaticPlacement="AP_NEVER" position="LAP_RIGHT" />
    <dvt:o1TickLabel tickLabelSkipMode="TLS_AUTOMATIC"/>
    </dvt:barGraph>

  • Graph Zoom In/Out

    Can anyone tell me how to do zoom in or out of a graph ?? thanks in advance!!

    Can anyone tell me how to do zoom in or out of a
    graph ?? thanks in advance!!Are you drawing the Graph yourself?
    If so, check out:
    Graphics2d.scale( ... )

  • How can I display more graph data than will fit into memory?

    I'd like to graph more data than will fit into my computer's memory on a LabVIEW graph or some other LabVIEW control. In the past I've hacked this with the 2D Picture Control. LabVIEW would read through the huge file one chunk of manageable memory at a time and fill in the appropriate pixels in the 2D Picture Control as it read through the file.
    Is there a better way?

    Looks like mikeporter has done most of the heavy lifting for you in his excellent article.
    If the data will not fit in memory then you have little choice other than reading chunks at a time from file. I would probably so something like:
    Decide how much you want to work with at a time (say 1 MSamples). If your selected 'dataset' zoom level is 'all data' then you will have to read in all the file piecewise, decimate the data, and build up your 1MSamples array. You can then use the LabVIEW graph to zoom in and out and scroll that set of samples. This gives you some limited 'live' functionality on the decimated dataset, and means you don't have to read from the file every time you scroll or zoom.
    Then if you want to examine part of the data more closely, you need to change the 'dataset' zoom level to 'just these 100Msamples' (say). Re-read just that section of the file, decimate as needed, and display. As your 'dataset' of interest becomes smaller you will need to decimate less until you can just read sample for sample.
    These two levels of 'zoom' - a macro 'dataset' selected from the overall data, and the native graph zoom and scroll, should give a balance of usability without having to constantly read from file as you move around small sections of the data.
    Sorry I don't know of any existing code (though I'm sure someone has done it before!) - if you do implement something like this then maybe you could share

  • Automate annotation locations

    Hi,
    I've been trying out the Annotations in LabVIEW 8.5 and they work well except for a few issues I tend to be having. I have a grpah that needs 5 annotations in them, but they may be anywhere in the graph. What I am trying to avoid is overlap between the annotation labels together. Here are some examples of what I am talking about. The first graph shows a bunch of annotations all overlaping. I zoom in on the graph and they reorder properly and look clean, but I can not allow the graph to always just zoom in on the annotations, I need the graph to be the full view. So the last graph shows how I would like the annotations to automatically orient themselves with each other to get a best fit around the cursor points without overlapping their own space.
    Graph As Is
    Graph zoomed
    Graph moved
    Is this something that NI can look into providing or is there another alternative that I can work on in the background? How should I proceed in accomplishing this?
    I have used other graphs through active X that can do a better job of annotations, but have a memory leak. If I can find a way to get the NI graphs to mimic these below, I much rather would.
    Graph to Mimic
    Thanks,
    --Kevin
    Kevin Shirey
    PVI Systems Inc.
    Certified LabVIEW Developer

    So I’ve gotten the Annotations to a ‘usable’ solution for our product. I ended up adding a lot of code to make the usability easier for the user and as fully featured as I could. I submitted a product suggestion form as well. I also documented it all in a word doc for you so look for the attachment with more graphs. I also have some example code I can provide for what I have done.
    Improvements I’ve been able to account for:
    Y offset to annotation label based on crosshair size
    The first hurdle was to show the annotation in the correct position on the cursor. I had to first offset the annotation label by a factor based on the size of the crosshairs (I couldn’t have the annotation drawn right on top of the crosshair as default). So based on the Y scale factor of the plot, I always offset the annotation label in Y +/- an amount to offset it from the crosshair.
    Label in + or – Dimension from the crosshair
    Another issue is that the annotation label can be off screen based on the tight factors of the plot. If the data reachs the top of the graph, the annotation is lost because it is off the screen in the plot. So, based on the location of the point and the maxima of the Y scale markers, I can decide to offset the annotation label in the negative direction in respect to the crosshair. The graphs below help illustrate that.
    Event Structure Code to automate replotting the visible Annotations
        Change Cursor color when it moves
        I allow the user to move the cursor so they can easily view the Y value. As you see in the graphs above, when a cursor is moved, I change it to black to note that the user changed its position and it is not the point chosen by the software.
        Redraw annotations when it moves
        When the cursor moves, I have to call my code to update the annotation label. This involves changing the annotation data/location, offset in terms of Y and the +/- flip.
        Zooming on a graph changes visible annotation labels
        When a user changes the scale factor by zooming in on the graph, the visible annotations should change. We may be able to view more or less Annotations so I chose to redraw them. Basically, the annotations are always setup when the data is drawn in the plot, but I make them visible or not.
    Showing Annotations based on X, then Y
    The difficult part of annotations was altering the location/offset for the label depending on the surrounding annotations. I first prioritize annotations based on the strongest peak first. The graph shows the annotations that fit within X. Then if it doesn't fit within X, show it in Y.
    Other features out of my control that would make this better:
    Allowable font and size for Annotation Labels.
    Automatic visibility and location of annotation labels that can smartly move them slightly to account for crosshairs, surrounding annotations, using a line (not arrow) to point to the annotation location as seen in the graph below which is not from LabVIEW.
    Auto redraw the annotations when changes made. I have to defer panel updates to force a redraw of the annoation labels because I get intermittent refesh issues with the labels. Note the 154.1, the 1 gets cut off. By clicking on the label, it gets refreshed, or dragging the window off then on screen.
    Kevin Shirey
    PVI Systems Inc.
    Certified LabVIEW Developer
    Attachments:
    annotations.doc ‏744 KB

  • OBIEE 11.1.1.7 Stability

    Just wanted to find out early thoughts on how stable / bug free OBIEE 11.1.1.7 is. I'll post updates as we continue to test.
    Thanks,
    Scott

    Hi,
    New Presentation Features
    1) Recommended Visualizations Feature for Creating Views
    •When you create a view, you can choose a recommended view type based on the data in your analysis and, optionally, what you want to use it for (for example, to analyze trends).
    •You can choose a suggested "Best Visualization" as well as a "Recommended Subtype". Or you can instead choose the "Recommended Visualization" option, for which you specify your intent for the new view.
    2) Breadcrumbs
    •Breadcrumbs have been added to help users understand their current location within Oracle BI content and the path that they have used to navigate Oracle BI content.
    •Breadcrumbs display at the bottom of the page, and users can click a breadcrumb or the breadcrumb overflow button to navigate to a specific location on their breadcrumb trail.
    3) Enhancement to Dashboards
    •The ability to create custom print layouts for high-fidelity printing of dashboard pages (i.e. automatic creation BI Publisher reports)
    •A new default style called FusionFX (instead of "blaf")
    •The addition of the Freeze Column option to the Column Properties menu. This option allows you to freeze a column at an edge (top or left) of a dashboard layout
    •The addition of "Size" and "Page Size" options that allow you to control the position and size of columns and sections
    •The ability to export an entire dashboard or a single dashboard page to Microsoft Excel 2007+
    •A new "Replace Analysis in <Dashboard>" option added to Answers to replace an analysis on a dashboard
    •A new "Return to <Dashboard>" option within Answers to return to a dashboard from the Analysis editor
    4) Enhancements to Graphs
    •3 new graph types: Waterfall graph, Stacked graph and 100% Stacked graph (the latter two are subtypes of Bar and Area graphs)
    •Zoom to data range. This option lets the system evaluate the range of values on an axis, and choose appropriate minimum and maximum values for the scale. This is useful when graphing a set of large values that are all within a small percentage of each other
    •Hide sliders in graph views that listen to master-detail events. For graphs in master-detail relationships, if you want to simplify the appearance of an analysis or dashboard, you can hide the slider that is created to accommodate detail columns
    5) Enhancements to Views
    •A new view type named performance tile. This view type displays a single aggregate measure value in a manner that is both visually simple and prominent
    •Action links in trellis views. In simple trellis views, action links can now be used on inner graphs per unit, including the context of the outer edges. Action links can also be used in legends and in axis labels. In advanced trellis views, action links can be used in microcharts, where the microchart functions as a single unit (such as an aggregate number), including the context of the outer edges
    •For map views, you can now vary the width of a line by measure to accentuate a feature
    •You can link a map view as a detail in a master-detail relationship
    •Auto Correct option for Map views (as errors in Map views can occur for various reasons). If the issue appears to be related to missing layers, maps, or styles, then it might be possible to correct the map by replacing the missing map view components with similar items that exist in the spatial metadata
    •Legend and formatting highlighting
    •Null suppression at view and analysis levels. You can set null suppression options at the view level (which overrides the analysis level) for data views including: table, pivot table, trellis (both simple and advanced), graph, gauge, and funnel views when the entire row or column contains nulls
    •Ability to include or exclude calculated items and groups at the view level for columns and column headers. Specifically, two new options have been added: Include Custom Member and Exclude Custom Member
    For tables, pivot tables, and advanced trellises:
    •The ability to ◦specify the method to be used to browse data — either scrolling or paging controls
    •Resize rows and columns
    •Row count. If your table or pivot table view contains a grand total or subtotal on the row edge, the display totals, that is the grand total and subtotals, are now included in the Rows per Page count for content paging. In prior releases, if you had the Rows per Page count set to 10 for example, the table or pivot table would display more than 10 records if display totals were shown in the view results
    •For right-click interactions, the ability to specify whether the Hide Columns interaction is available at runtime
    6) Enhancements to Prompts
    •This release includes an enhancement to the SQL Results prompt option. If you are working with double columns, you can now write the SQL statement so that filtering is done on code values rather than display values
    •An enhancement to the prompt constraint option. The prompts designer can now limit a column prompt value list by more than one column
    •This release includes enhancements to the parameters for prompted links
    7) New Menu Options for Exporting Views and Results
    This release adds the Excel 2007+ and Powerpoint 2007+ options for exporting views and results
    8) Total Member Placement for Hierarchical Columns
    This release includes an enhancement that allows placement of total members on a hierarchy
    9) Browse Catalog Search Results by Object Attributes
    The capability to use full-text search to find catalog objects and then filter the search results by attributes. This search is available when the administrator integrates Oracle BI Enterprise Edition with Oracle Endeca Server. After the full-text search results are returned, the Catalog area displays a list of matching items, and the Search pane displays the search results grouped by attribute (that is, Type, Name, Path, and Created By)
    10) Navigate from the Total or Grand Total in a Table or Pivot Table
    If an analysis contains a total or grand total and the associated attribute or hierarchical column contains an action link or a conditional action link, the action link (or conditional action link) is applied to both the column and the total or grand total
    11) New BI Desktop Tools Available for Download
    •Oracle Hyperion Smart View for Office
    •Oracle Hyperion Financial Reporting Studio (if Essbase is installed)
    •Oracle Essbase Studio Console (if Essbase is installed)
    •Oracle Essbase Administrative Services Console (if Essbase is installed)
    12) Enhancement to Favorites
    This release provides the capability to organize your favorites from the Category Tree area and the Selected Category area in the Manage Favorites dialog. In previous releases, you could organize favorites from the Category Tree area, only
    13) Integration of Oracle BI EE with Oracle Enterprise Performance Management System
    With this release, OBIEE is integrated with Enterprise Performance Management Workspace (as part of the installation process)
    Recommended Visualizations Feature for Creating Views
    Breadcrumbs
    Enhancement to Dashboards
    Enhancements to Graphs
    Enhancements to Views
    Enhancements to Prompts
    New Menu Options for Exporting Views and Results
    Total Member Placement for Hierarchical Columns
    Browse Catalog Search Results by Object Attributes
    Navigate from the Total or Grand Total in a Table or Pivot Table
    New BI Desktop Tools Available for Download
    Enhancement to Favorites
    Integration of Oracle BI EE with Oracle Enterprise Performance Management System
    New BI Mobile Features
    14) Maximize views with double-tap gesture
    With this new feature, you can access on your iPad more data—even within dense dashboards—without the restrictions of the smaller form factor. You expand an individual view by double-tapping on it. The individual view then displays within the full screen of the iPad. This maximizing of views can be done on views accessed within a dashboard, and also when viewing an analysis independent of a dashboard. See "Working with Analyses and Dashboards."
    15) New view and graph types
    The following new graph types are supported with BI Mobile: Performance tiles, Waterfall graphs, 100% stacked graph, Stacked graph
    16) Fixed headers
    In analyses with fixed headers, you can use a single-finger drag gesture to scroll through data in all directions
    17) Changing Orientation
    It is now possible to change between landscape and portrait orientation while viewing Oracle BI content
    18) Breadcrumbs
    You can see the navigation path you have taken while moving through the catalog as a trail of breadcrumbs (near the top of the screen by the Back arrow). In this way, you can see your current location and how you got there, then decide whether to use the Back arrow to navigate in reverse, or to use the Home icon to quickly return to the Home screen
    19) Security toolkit
    The Oracle Business Intelligence Mobile Security Toolkit provides the ability to generate a signed version of the Oracle BI Mobile HD application. The toolkit includes the instructions and necessary content to build this application making use of Apple's Xcode and the IOS SDKs. The Oracle BI Mobile Security Toolkit will be updated on a regular basis in order to synchronize with the Oracle BI Mobile HD application available on the Apple App store. See "Using the Security Toolkit for Mobile Device Management."
    20) Viewing of Oracle BI Publisher reports in dashboards
    21) Integrated Full-Text Catalog Search
    As in the desktop version of Oracle BI EE, you can use full-text search to find catalog objects in Oracle BI Mobile based on attributes such as author and column name. This search is available after the administrator integrates Oracle BI Enterprise Edition with Oracle Endeca Server
    New BI Server Features
    22) Changing the Repository Password From the Command Line
    You can now change the repository password from the command line using the obieerpdpwdchg utility
    23) New Options to Enforce Consistent Versions in Multiuser Development Environments
    You can now add options to the multiuser development option file to enforce Administration Tool, MUD protocol, and RPD version consistency among MUD developers
    24) New Utilities Available to Generate and Compare Logical Column Type Information
    You can use the Administration Tool utilities Generate Logical Column Type Document and Compare Logical Column Types to generate a list of logical column types, and then compare it with logical column types in a subsequent version of the repository. You can also use the command-line utility biservergentypexml to generate the list of logical column types
    25) Additional Database Support for Cardinality Estimates in Oracle BI Summary Advisor
    The Prefer Optimizer Estimates feature, which improves performance by using cardinality estimates during the Summary Advisor process, is now available for Microsoft SQL Server and IBM DB2
    26) Oracle BI Summary Advisor Measure Subset Recommendations
    Oracle BI Summary Advisor now recommends only aggregates that contain specific measures that are both present in the analyzed query workload, and that can optimize the query workload if aggregates are created
    27) Model Check Manager Enhancements
    Model Check Manager now runs parallel queries against the database for better performance. In addition, you can now check models from the command line using the validaterpd utility with the -L option
    28) Access to Apache Hadoop Data Sources
    Oracle BI EE now supports Apache Hadoop as a data source
    29) Support for Multi-Source Session Variables
    Oracle BI EE now supports session variables that can be populated from multiple data sources and retain values from all source systems
    30) NUMERIC Data Type Support for Oracle Database and TimesTen
    You can now change a configuration setting to enable NUMERIC data type support for Oracle Database and TimesTen
    31) Ability to Map Flex Object Changes Using the biserverextender Utility
    You can now use the biserverextender utility to import flex object changes from ADF data sources and map them to the Business Model and Mapping layer and Presentation layer
    32) Support for Servlet Communication Between the Oracle BI Server and Oracle OLAP
    The Oracle BI Server now uses a servlet for communication with Oracle OLAP data sources, rather than relying on the JavaHost service
    New Features for Administrators
    33) Support for Oracle Endeca Server
    You can configure Oracle Endeca Server as a search engine for full-text searching
    34) Support for Multitenancy
    You can configure Oracle BI EE so that it supports the use of multiple tenants (Dont confuse with multi-instance installs!)
    New BI Publisher Features
    •Connect Directly to Oracle BIEE Subject Areas to Create Reports
    •Excel Template Builder Enhancements (supports automatic insertion of fields and repeating groups)
    •Layout Editor Enhancements (Time series axis formatting, Hide axis option, Independent axis formatting)
    •Enhanced Create Report Guide
    •PDF to PCL Conversion for Embedding PCL Commands in RTF Templates
    •Support for PDF 1.7 Specification
    •MDX Query Builder
    •Support for Local XML File Data Source
    •Support for CSV File as a Data Source
    •Support for Endeca as a Data Source
    •Support for Private Data Sources
    •Enhancements for Sample Data Usability
    Regards,
    Nandha
    *Mark helpful                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                 

  • Anyone worked on LabVIEW PDA module for Pocket PC?

    LabVIEW 7.1 PDA Module is claimed having the new features:
    * DMM support for helps you build portable instruments using a PDA
    * Tab controls, graph zoom, and additional control customization improve development of professional applications for PDAs
    Does anyone has any working example for the ZOOM and for DMM4050? The NI website's example for DMM does not work for LabVIEW 7.1 PDA Module.

    Installing the driver for the NI PCMCIA-4050 is a little more complicated than other installations. You will have to follow the exact procedure stated in the "NI 4050 for PDA Readme.htm" file. I pasted the important information here:
    Installing PDA files:
    Place nirlpdriver.dll and NI4050DLL.dll in the \Windows directory
    Place the NIRLP 4050.exe in the \Windows\Start Menu directory
    Installing LabVIEW support:
    Copy the LabVIEW\NI4050 folder into the C:\Program Files\National Instruments\LabVIEW 7.1\vi.lib\PDA folder
    Copy the ni4050.mnu file into the C:\Program Files\National Instruments\LabVIEW 7.1\user.lib folder
    Installing LabVIEW examples:
    Copy the LabVIEW\Examples\NI4050 folder into C:\Program Files\National Instruments\LabVIEW 7.1\examples\PDA
    Getting Started
    Before the NI-4050 will be recognized by the PDA, you must run the NIRLP 4050.exe. This EXE will install the registries needed by the PDA to recognize the hardware as well as a test routine which allows you to verify that the device is properly installed.
    Once the device has been tested, you are ready to begin building your own LabVIEW PDA application with the NI-4050.
    If you are new to developing PDA applications with LabVIEW, read the LabVIEW PDA Module User Manual.pdf for getting started. You can find the manual by going to Start>>Program Files>>National Instruments>>LabVIEW 7.1>>Module Documents>>LabVIEW PDA Module User Manual.
    There are several examples which come with the NI4050 for PDA. You can find these examples in the C:\Program Files\National Instruments\LabVIEW 7.1\examples\PDA\NI4050 directory.
    When building code for your PDA which includes the NI4050, make sure to manually add the NI4050DLL.lib file in the LabVIEW 7.1\vi.lib\PDA\NI4050\Include directory. To do this, in LabVIEW go to Tools>>Build for PDA and then select the “Source Files” tab, press the Add File button and browse to the NI4050DLL.lib file.
    Without these actions, your application will not work. Make sure that you install the NI PCMCIA-4050 driver AFTER an optional NI-DAQmx Base install.
    Please let me know if you are still having issues after following all the directions from the readme-file.
    - Philip Courtois, Thinkbot Solutions

  • Questions about decimation and zoom in graphs

    I am currently developing an application in which the size of the signals I have to display in different graphs is quite large (8 Mbs of DBLs, for example). I was thinking about reducing the amount of memory used when I found a document at National Instruments Developer Zone (http://zone.ni.com/devzone/conceptd.nsf/webmain/6A56C174EABA7BBD86256E58005D9712?opendocument), and inside that paper there was a paragrpah, "Fast Data Display with Decimation", that was perfectly suitable to me.
    However, there is a drawback. If the user uses the zoom tools inside the Graph Palette to enlarge the decimated signal, and I do not take care of that situation in some way, doing so will result in an incorrect view since he will not be worki
    ng with the original signal. Through events I am not able to know when the user has specifically zoomed the signal, not only touched the graph, so here are the questions: does anyone know a way to detect when the user has used the Graph Palette or the other items of the Waveform graph as the Scale Legend, for example? In general, is there a way that you can reduce the amount of points showed in a graph and still work with zooming tools without problems?
    Thanks in advance and have a nice day,
    spj

    The things you say in your comment are right. In fact, that was what I had to do to fix the problem. Let me explain myself a little further.
    I needed to reduce the memory, so I decimated the signal. To take care of the zoom bussiness, in my Diagram Block I put an event case to warn me when the mouse left the graph in order to do exactly what you have mentioned: with the original signal and the new limits, being aware of the x-multiplier, re-decimate the signal if necessary.
    But that is when my problem arises. I am not able to distinguish when the user is really zooming the signal or merely touching the graph, without zooming anything. Now you can see the reason of my questions.
    Thanks for your interest, Joe, and have a nice day,
    spj

  • Zoom bar error in OBIEE11g(version:11.1.1.5.0) in Graph view reports.

    HI,
    we are getting the following error message while trying to perform Zoom in or out option in the graph view reports in IE8 browser .
    Error message:An error occured while processing your request.Please contact your site administrator.
    Note:Its working fine in Mozilla Firefox browser,But my client using IE8 browser, Hence the issue .
    Please help me on this ASAP..
    Thanks & Best regards,
    Purna

    I have exported ODBC path manually.
    export ODBCINI=$ORACLE_INSTANCE/bifoundation/OracleBIApplication/$ORACLE_BI_APPLICATION/setup/odbc.iniAnd then executed the nqcmd command. Now I am getting the different error.
               Oracle BI ODBC Client
               Copyright (c) 1997-2011 Oracle Corporation, All rights reserved
    Initialize client environment failed, possibly caused by incomplete installation
    [nQSError: 47001] Invalid Oracle BI Bin directory:
    /oracle/home/bifoundation/server/bin.
    Initialize client environment failed, possibly caused by incomplete installation
    [nQSError: 47001] Invalid Oracle BI Bin directory:
    /oracle/home/bifoundation/server/bin.
    [0][State: IM004] [DataDirect][ODBC lib] Driver's SQLAllocHandle on SQL_HANDLE_ENV failed Connect open failed

  • Has anyone "zoomed in" on a portion of a waveform graph?

    Has anyone ever used two cursors to zoom in on a portion of a waveform graph?
    I've seen that newer Oscilloscopes offer features to do this both horizontally and vertically. 
    See the attached jpg for an example of what I'm trying to do.  It is from Google Finance.  Notice the area circled in red.  The two cursors define the portion of the waveform to be displayed on the main graph.  There is also a scrollbar beneath them which allows the user to quickly move the zoomed-in area across the graph- I would love to have that functionality on the LabVIEW graphs. 
    My first thought is that I can do this using mostly property nodes.  Not sure on vertical zooming scrolling the horizontal zoom- I'm thinking maybe this would best be done using scrollbars which are not part of the graph itself. 
    Any ideas or comments?
    Thanks,
    Dave
    Attachments:
    deleteme.jpg ‏38 KB

    Cursor position is available in Labview via a property node. You can also set about every chart property with property nodes. I have used this many times. Here is a trick. If you have two cursors, Make separate arrays of the x and y  positions. Then  use the "Array max&min" to sort them. This will make your program independent of the cursor sequence.
    Besides which, my opinion is that Express VIs Carthage must be destroyed deleted
    (Sorry no Labview "brag list" so far)

  • I have some trouble With the graph XY, if I display a curve and try to zoom on it, it may be corrupted, or may disappeare​d.

    In fact this happens on some computers. the graph XY causes some trouble when zooming. Sometimes, when I run my main program and open the window with the graph, it has change the displayed it overflows to the edge of the windows. Or somtimes it works but if I zoom the curves disappeared, or is corrupted.
    I have this for instance on a computer with win 98 and a ATI graphic board. So I try to update all drivers but noting has changed. I try to decrease the hardware acceleration, and it seems to happen less oftenly.
    Does anybody have seen that kind of trouble ?

    > I have some trouble With the graph XY, if I display a curve and try to
    > zoom on it, it may be corrupted, or may disappeared.
    >
    I think what you are describing is not due to video driver, but rather
    to the way the graph works. The LV graph maps points to integer screen
    coordinates and draws lines be tween those point. When the numbers are
    way to large to fit on the screen, the numbers are pinned to a special
    large value. When this happenson one axis but not the other, it causes
    the slope of the line to change and potentially not cross the screen.
    If this is the same effect I'm describing, it only takes place when you
    zoom into the data by a large extent, pushing the other points about ten
    to fifteen monitors away. At this point you are no longer
    looking at
    measured data, but rather just on the interpolation of a line between
    two points. The solution if you must have one is to resample your data
    on the diagram to contain more points.
    Greg McKaskle

  • Is there a function to have a graph with both the full signal and a zoomed in signal displayed?

    See the Jpeg attached. Ive created this using 2 seperate graphs. Ideally Id like to do it using a single graph. Is this possible?
    Solved!
    Go to Solution.
    Attachments:
    NI.JPG ‏38 KB

    If you plot the same data as two seperate plots
    AND
    You create two seperate X and Y Scales
    AND
    You associate one plot with each scale pair of of XY scales.
    Then you will be able to change the range of one set of scales to achieve an effect similar to zooming in on one.
    Ben
    Ben Rayner
    I am currently active on.. MainStream Preppers
    Rayner's Ridge is under construction

  • How to record and plot only the zoomed portion of a Graph or Chart?

    I'm using LabVIEW 8.6 and have problem plotting only zoomed part of a graph or chart onto other. Please help.

    Sorry, your VI makes absolutely no sense. First you slowly generate chart data, then you write it to a file, read it back from a file, do some exceedingly elaborate while loop that could be done with almost no code at all, then chart all data at once again. The stop button in the while loop makes no sense, because the while loop executes so fast that it is not possible to actually stop it while it is running, only if the button has already been pressed during the first FOR loop.
    What is the purpose of the two arrays? They don't seem to serve any purpose. Why are you getting the array size with every iteration of the loop? Once, right before the loop should be enough. Index array is resizable, so only one instance is enough. Instead, array to cluster is probably all you need.
    The sequence structure is only needed because you write, and then immediately read from the file. All you probably need is to write to the file and wire the 2D array to the seconds structure. Now we have a data dependency and the sequence structure is no longer needed.
    Can you tell us a little more how you are zooming. Do you want to zoom any of the two graphs and automatically zoom the other accordingly?
    As it currently stands, only the first chart gets data, so zooming the other one seems useless. Once the second chart has data, the VI stops and you can't do much either programmatically. Please explain how you are zooming.
    LabVIEW Champion . Do more with less code and in less time .

Maybe you are looking for

  • Using external drives that were used with a windows laptop/pc

    im interested in getting a mac book pro. and im just a little scared of not being able to use my external drives with it. all my drives were being accessed with a windows based laptop or pc. will i have to do anything to make the drives work with app

  • GREP to Find Numbers at End of Story

    I want use GREP to do a find to locate any six digit number or just the numeral zero at the end of each story in my InDesign 4 documents. So far, I have ben able io identify six digit numbers by searching for the following \d{6} But when I add the en

  • Calling event listeners

    Hi all, i have an object who needs to call listeners with events. the simplest implementation is to have each listener implement an interface with relevant methods, and register with the listenee object. then, on the event, the listenee loops on the

  • FlashPlayer Update Seems to Have Reset Firefox.

    Windows Vista, up to date. Most recent Firefox update. Most recent Flashplayer update. I followed the prompt to update Flashplayer as usual, which opened and ran via Internet Explorer (shared computer, IE is default browser). After downloading & inst

  • Update 2.21 firmware problem

    When I updated to firmware 2.21 I lost signal strength. I am now unable to use my iphone in the some places as I use to. I believe this is a problem that I acquired after loading 2.21. I have restored and restored as a new phone, still now working as