How Do I Get Yt Chart To Display not Only on y-Axis?

I am importing data from a simple ASCII file w/ no time information (simply displacement values) and I want this to display on a Yt chart. Currently the Chart displays a small dot on the Yaxis- that moves up and down, but will not diplay along the x-axis. How do I fix this so it will display along the whole chart?!
I have included a file with this simple part of my program I am having problems with and the file I am trying to import from.
Thanks! 
Attachments:
WP_Simple.DSB ‏88 KB
S3.ASC ‏20 KB

The X/Y chart is block based - you define the number of blocks that will be plotted, but each block is plotted as it is received.
The Chart Recorder is one of the most flexible displays, allowing data of varying block size and sample rate to be plotted. It is time based, and plots each block as received. It does need at least two points to draw the line.
The Y/t Chart and the X/Y chart are less flexible, and are optimized for speed, plotting a full block or blocks as received. The Y/t Chart has some additional features - Fast Recorder and 
The Diagram module is time based and plots each block as received.
- cj
Measurement Computing (MCC) has free technical support. Visit www.mccdaq.com and click on the "Support" tab for all support options, including DASYLab.

Similar Messages

  • Access 2013 - How do I get my charts to display correctly?

    I have a pretty siimple, straightforward application I've developed and used over the past 20 years to handle my home finances. It includes several charts that were probably created back in Access 2003, which I used up until a couple of weeks ago when I
    subscribed to Office 365 Home and set up Office 2013, including Access.
    Most things worked without a hitch. In fact, all my old VBA code seems to run just fine.
    However, the charts don't work. The right side of chart gets cut off way short of the margin both in print preview and report view. Everything else looks fine and the data is correct.
    I've fiddled and fussed and fangled with zoom, clip and stretch. I've tried to resize the chart area - it just snaps back. I've tried everything I can think of based on 20 years of fussing with Access charts - which has always been a major pain - without
    success.
    I know, I've probably overlooked whatever is the obvious answer, so feel free to talk down to me.
    Any suggestions much appreciated!
    I'll try to get a screen shot in here as soon as this forum figures out that my account has already been verified.
    Bob

    Just to be a little more clear: I have a report, originally constructed in Access 2003, which contains an OLE data object. That's how charts have been done in Access for at least the past ten years, if not longer. I would imagine that there are thousands
    of people out there who have charts created in this way. I have seen many, many reports of exactly the same problem I'm having. Until Access 2010, things worked. Now they don't. I happen to have upgraded to 2010 very briefly before upgrading again to 2013.
    There is no problem with the data in the query. The query works fine. The part of the OLE object which is visible shows correct data from the query. The problem is that the whole OLE object is not visible. The right side of the OLE object is cut off. It stays
    that way regardless of the clip/zoom/stretch setting,
    When I to adjust the size of the OLE object, I put the report into design mode and double-click on the OLE object, which brings up Microsoft Chart. I then drag the right edge of the object to the left to make it smaller. It appears that it snaps back; the ruler
    in the embedded Chart display makes it appear that the size of the OLE object hasn't changed.
    In fact, however, it has. And if you make the OLE object small enough, the entire object becomes visible. However, by that time, you've made it so small that the chart is now fairly useless and your report looks stupid.
    So far, the only work-around I have found is to very carefully, working one small step at a time, saving, closing and re-opening at each step, reduce the size of the OLE object until the whole thing shows, then, still one small step at a time, increase the
    size of the object until it becomes useful. It's still not good, but at least it's useful.
    Fortunately I only have a half-dozen or so charts to deal with. I shudder to think of the people with corporate databases with dozens or hundreds of charts in them, none of which now work, trying to fix them all by this slow and cumbersome process.
    I was about to write, "Surely there must be some solution for this." Is there? Or am I just being overconfident?

  • How can I get all bookmark folders displayed (Not just recent or most used) when I click on add bookmark?

    This mandatory comment is unneeded and stupid

    Hey!
    Choose the bookmark that you want to displayed and transfer them to "Bookmark Toolbar". You will able to see the bookmarks that you want to displayed.
    Did this fix the problem? Please report back to us!
    Thank you.

  • HT5219 How can i get the Apple Thunderolt display to show Windows 7 i run on my system using Paralells desktop..

    How can i get the Apple Thunderolt display to show Windows 7 i run on my system using Paralells desktop..

    You may need to set the slider at the upper-right corner of the Control window to something other than the extreme left-most position:
    Hope this helps.

  • I have an ipod touch 2 and rebuilt my laptop.  Reinstalled ITUNES and can't find my applications on ITunes after login.  I tried to activate Itunes again but it didn't.  How can I get my applications to display on ITUNEs?

    I have an Ipod Touch 2 and rebuilt my laptop.  Reinstalled ITUNES and can't find my applications on ITunes after login.  I tried to activate Itunes again but it didn't.  How can I get my applications to display on ITUNEs?

    It sounds like you essentially have a new computer and unless you restored from a backup your iTunes library would be empty.  You can transfer your iTunes purchases from your iPod to the computer by:
    iTunes Store: Transferring purchases from your iPhone, iPad, or iPod to a computer
    SInce you changed syncing computers. after you move the stuff you need to restore the iPod to factory defaults and sync the stuff back to your iPod.  If you had the iPod backup file you could restore from backup.
    If you have non-iTunes pruchases you can copy them to your computer by using one of the third-party programs discussed in this previous discussion:
    Best iPod to PC

  • How do I get a 0 to display when a count = 0 (zero)? (The cell is blank)...

    (Running Business Objects Release 2 (Web-I), No other reporting modules)
    How do I get a 0 to display when a count = 0 (zero)? (The cell is blank)...
    In my reports, I count the number of tests of one of our products and another count on the number of failures.  I then use a simple formula to give me the defect rate percentage (DR%)
    The universe objects used in the calculation are:
    Assembly Number (dimension)
    Human Sn (dimension)
    Test Code Description (dimension)
    I created a variable (called [Count Assys]) that counts the number of Assemblies Tested:
    Formula: =Count([Assembly Number];All)
    Another variable (called [Failed Count]) counts the number of failed tests:
    Formula: =Count([Test Code Description];All) Where ([Test Code Description] <> "FUNCTIONAL TESTS PASSED")
    NOTE: There is a "not equal to sign" between [Test Code Description] and "FUNCTIONAL..." above, but the forum is blanking it when I preview the message.  Not a big deal, but it may be important for someone looking to help...
    I then have a third variable called [DR%] that divides [Failed Count] into the number of [Count Assys], which yields a number formatted as a percentage.
    Formula: =[Failed Count]/[Count Assys]
    The above works great! 
    The problem is: when I have a zero defect count (everything passes), the cell is blank, so the percentage variable remains blank.  I want a zero (0) to appear if nothing failed so the percentage appears as 0%
    I've searched this forum completely and have tried several Properties changes and different variable strings (like =If([Failed Count]<1,0) and the cell stays blank and cannot come up with an answer.
    This one seems simple to me, but everything I've tried has yielded zero <smile> results.
    Thanks,
    Charles
    Edited by: Charles Norman on Dec 9, 2008 12:44 PM
    Edited by: Charles Norman on Dec 9, 2008 12:47 PM

    Hi Charles,
    Use [Dr%] Variable formula as =if(IsNull([Dr%]);0;[DR%])
    Here IsNull returns the Boolean value of variable [Dr%] if its true then inserts 0 else the percentage values of failed tests based on the  total number of assembly tests performed.
    I Hope this is what you want to achieve....
    Thanks....
    Pratik

  • How do I get an App to display on all desktops in Mission Control?

    How do I get an App to display on all desktops in Mission Control?
    I tried:
    Right-Click on the icon in the Dock
    Options -> All Desktops
    This doesn't work.
    The App was created using REALStudio.  Does this have any bearing on the issue?
    SyB

    Hi, if the App is in the Dock, right click, choose Options>Open at login.
    Or System Preferences>Accounts>Login Items window, drag the App there or click on the tiny plus icon to add it.

  • How do I get my bookmarks to display again in a column on the left of my screen, just as it always has and the way I like them. I do not want to use full screen display without the bookmarks showing.

    I have a full screen and cannot see my bookmarks.
    How do I get my bookmarks to display again in a column on the left of my screen, just as it always has and the way I like them. I do not want to use full screen display without the bookmarks showing.

    View > Sidebar > Bookmarks (Ctrl+B)
    Press F10 or tap the Alt key to bring up the "Menu Bar" temporarily.

  • How can I get rid of the display of the last played music-title

    How can I get rid of the display of the last played music-title
    When playing a music-title the name of the title and it's progress is displayed in the box at the top of iTunes, even if the music is already stopped or ended. This display is impeding f.i. when copying music-albums to iPhones and watching the progress. Can anyone tell me please how to make the display of the last played music-title disappear?
    Thank you very much in advance.
    Hans M

    OK, thank you very much, fiend.
    However: Since yesterday afternoon my e-mail-acount is being flooded with 50+ e-mails every few hours which are not at all related to my question. I'm copying the properties of one e-mail as a sample. Could you please organize this flood to stop or tell me what to do?
    Thank you very much!
    Hans M
    Return-Path: <[email protected]>
    Delivered-To: [email protected]
    Received: (qmail 11232 invoked from network); 2 Jan 2014 21:38:42 -0000
    Received: from unknown ([172.18.1.109])
              by mailbox11.aon.at (qmail-ldap-1.03) with QMQP; 2 Jan 2014 21:38:42 -0000
    Delivered-To: CLUSTERHOST smarthub76.res.a1.net [email protected]
    Received: (qmail 9065 invoked from network); 2 Jan 2014 21:38:41 -0000
    X-Spam-Checker-Version: SpamAssassin 3.2.0 (2007-05-01) on
    WARSBL504.highway.telekom.at
    X-Spam-Level:
    Received: from redstreak.apple.com (HELO bz.apple.com) ([17.151.62.54])
              (envelope-sender <[email protected]>)
              by smarthub76.res.a1.net (qmail-ldap-1.03) with RC4-MD5 encrypted SMTP
              for <[email protected]>; 2 Jan 2014 21:38:41 -0000
    X-A1Mail-Track-Id: 1388698720:8973:smarthub76:17.151.62.54:1
    Received: from nwk-jivep-lapp04.corp.apple.com ([17.34.26.3])
    by bz.apple.com (Oracle Communications Messaging Server 7u4-23.01(7.0.4.23.0)
    64bit (built Aug 10 2011)) with ESMTP id <[email protected]> for
    [email protected]; Thu, 02 Jan 2014 13:38:40 -0800 (PST)
    Date: Thu, 02 Jan 2014 13:38:39 -0800
    From: Apple Support Communities Updates <[email protected]>
    Reply-to: discussions-replies <[email protected]>
    To: Hans M <[email protected]>
    In-reply-to:
    <2-24330225-3-6714313-1388532858380-2-24354104-3-1039882-1388697859204.jivesbs.ji vemailuser@https://discussions.apple.com/>
    References:
    <2-24330225-3-6714313-1388532858380.jivesbs.jivemailuser@https://discussions.appl e.com/>
    <2-24330225-3-6714313-1388532858380-2-24353958-3-6714313-1388696827692.jivesbs.ji vemailuser@https://discussions.apple.com/>
    <2-24330225-3-6714313-1388532858380-2-24354104-3-1039882-1388697859204.jivesbs.ji vemailuser@https://discussions.apple.com/>
    Subject: [iTunes for Windows] - Re: Cannot follow these instructions
    "Where are my iTunes files located?" [7h40p2-20wvf-ehzw3]
    MIME-version: 1.0
    Content-type: multipart/mixed;
    boundary="----=_Part_577492_1482299802.1388698719437"
    Auto-submitted: yes
    Content-disposition: inline

  • How do I get my TV to display what's on my computer screen (Not I-tunes)?

    How do I get my TV to display what's on my computer screen (Not I-tunes)?

    You have the display set in Extended Desktop mode. In System Preferences>Display on the MacBook screen there should be an Arrangement tab when you have the MacBook hooked up to the TV and both screens working. When you click the Arrangement tab do you see two monitors side by side? One of them will have a Menu Bar at the top. Just click on the Menu Bar and drag it to the second monitor. That will make the second monitor your main screen.
    You can now use your MacBook in Clamshell Mode with a wired or Bluetooth keyboard and mouse.   http://support.apple.com/kb/HT3131 When you disconnect from the TV your Menu Bar will automatically change back to the MacBook.
    Or if you want to work on the MacBook screen while showing it on a TV you can check the Mirror Display box on the lower left hand side of the Arrangement tab under the two monitors box.

  • How do I get song lyrics to display?

    How do I get song lyrics to display on my iPod Touch 4g and iPad 2?
    The lyrics are in iTunes. They do display on my iPod Touch 2g.
    I did try a reset on the iPod Touch 4g, but did not fix problem.
    Thanks to anybody who can help
    Scott
    Los Angeles

    lekker wrote:
    I can't get the word "Lyrics" to display. Is there a way to do this? I'm wondering what "Off" refers to.
    The word "lyrics" is never displayed, but if you paste lyrics into a song, they'll be shown when you press the centre button "enough" times. Note that if there are _no lyrics_ associated with the song (because you didn't put them there) the "button pushes" will take you from On/Off (the shuffle feature) to Play - no mention of lyrics!
    I hope that helps!

  • After i reading bytes ,how do i get the image to display?

    After i reading bytes ,how do i get the image to display?
    i m lost after tis step:
    Image img=Toolkit.getDefaultToolkit().createImage(data1);

    You can create and use a Canvas. (and define the Paint method)
    Canvas c = new Canvas(){
            public void paint(Graphics g){
                g.drawImage(img,0,0,this);
    frame.add(c);

  • How can I get iTUNES library to display renamed files and folders (renamed with Windows Explorer)?

    How can I get iTunes library to display the new names and organisation of tracks and albums (ie files and folders) that I have renamed and reorganised (using Windows Explorer) having previously imported them using iTunes?
    (Even when I relocate "lost" tracks in iTunes (using the drop down menu facility to view in Windows explorer), although iTunes will then play the track, and knows where to find it, it refuses to display the track with its correct (new) name, or show it the correct (new) album.  That means I have lots of things called "Untitled" and "Track 01" etc, all of which have actually been renamed, but iTunes does not seem to have the capability to recognise the changes and update its library listing.  Another example - a Tchaikovsky CD with 3 major works in 13 tracks insists on displaying in iTunes as 13 tracks in one album, despite the fact that I have reorganised the tracks into 3 albums - two being Swan Lake and The Nutcracker - and renamed the individual tracks to a more useable format.)

    Thanks for your replies ckuan
    I agree with Tgod that your first solution does not work.  It appears unpredictable whether the old or new file names are listed when you drag the folders into iTunes from Windows Explorer.  The folder structure is completely missing.  I reckon if you have to muck around spending days/weeks/months finding out how to fix links to a secret meta-file (obviously designed by some deep-cover microsoft worm working in the Apple!), then it's pretty obvious that almost any alternate way of doing this would be better.   Bye bye iTunes!!
    Incidentally, I tried several other things that (if the software was designed intuitively) should work, but give disastrous results:
    1) when deleting the library listing in iTunes, it gives you two options - one is to remove the listings to the Recycler.  Be aware that IF you select that option, it removes not only your library listing, but also your ACTUAL MUSIC FILES to the Recycler.  Moreover, it does NOT remove the insidious secret meta-file that is what apparently keeps rewriting old names over your carefully renamed file names, and keeps totally ignoring your carefully designed folder (album) structure.  OK - not a complete disaster, as I realised and went hunting through the chaos in the Recycler to recover all my files.  No thanks to the genius who designed this brilliant feature!
    2) after deleting the library listing in iTunes, I attempted to import just the folders that I wanted.  iTunes refused to allow me to do that, and proceeded to try to import every frigging music file it could find on my whole hard drive, in apparently random fashion into the library.  Whoever thought up that doozy either never ever tried to use or market test it, or has modified their mind rather too many times with artificial substances so their brain is like muesli chop suey.
    3) oh why go on, it's too depressing ...

  • How do I get v6.0 to display current iTunes info, not cached info?

    I updated to AppleTV v6.0 and it displays old cached iTunes info. Another AppleTV using v5.3 displays current iTunes info.  How do I get v6.0 to display current iTunes info?

    Hi Charles,
    Use [Dr%] Variable formula as =if(IsNull([Dr%]);0;[DR%])
    Here IsNull returns the Boolean value of variable [Dr%] if its true then inserts 0 else the percentage values of failed tests based on the  total number of assembly tests performed.
    I Hope this is what you want to achieve....
    Thanks....
    Pratik

  • How do I get Text Effects to Display Clearly In Illustrator?

    How do I get text effects to display clearly in Illustrator?

    This is how it started:
    This is what happened after I turned on the glow:
    This was what the glow setting produced:
    This is what the shadow setting produced:

Maybe you are looking for

  • How can I Read lines of data from a file starting at the end of the file??

    Can anyone help me with how to read lines of data starting from the end of a file instead of the beginning?? I do not want to load the entire file into memory as the files are very rather large. Instead I want to start at the end of the file and read

  • DB verfied failed

    Dear Experts While excuting db verfied is finishing with error please help in the issue. Job started Step 001 started (program RSDBAJOB, variant &0000000000004, user ID DDIC) Execute logical command BRBACKUP On host KPIDEV Parameters:-u / -jid VERIF2

  • What do I have to do to order a photo book from Portugal? There is no photo service in Portugal!!!

    I'm living in Portugal and I have created a photo book with iPhoto 11 with all the instructions in Portuguese. When I was about to order it, I couln't finish my order because there no photo service in Portugal. I'm very disappointed !! There is any p

  • TS1702 I pad apps.

    I broke my I pad2 and it has been replaced with an I pad 3. I cannot get all my games back without having to pay again. Some games I purchased gold bars for 1 game, bingo chips for another and so on, how do I get all those extras back ? I will be out

  • Group Policy servers WARNING Event ID:4098

    Hi All, On our Domain controller we get every 5minutes the following error: Event ID: 4098 User: NT AUTHORITY\SYSTEM Source: Group Policy Services Description: The computer 'Application Updater' preference item in the 'Default Domain Policy {31B2F340