How can I change the time stamp of a waveform?

Hello,
I am using a "waveform" data type and I want to change its time tamp.
There is a vi "set waveform attribute.vi". I connected a string NI_ExpTimeStamp and a integer to the set waveform attribute.vi.
Nothing happens. It does not seem to replace anything since the boolean output remains "false", but I do not get an error.
Simon

I would use the Build Waveform primitave.  Feed the waveform in and set the t0 component. 
I am not comfortable with the timestamp attributes.  Both NI_ExpStartTimeStamp and NI_ExpTimeStamp describe the "time stamp of the first sample".  So, what happens if they are set to different values?  I have used set and get on other attributes with great sucess, but the timestamp attributes seem to be attempting to duplicate values that already exist elsewhere in the waveform.
Message Edited by jasonhill on 03-01-2006 08:24 AM
Attachments:
waveformtimestamp.PNG ‏3 KB

Similar Messages

  • HT204053 How can I change the time to central standard time so my calendar entries are correct?

    How can I change the time to central on my calendar

    Settings > General > Date & Time > 24-Hour Time > OFF.

  • How can I change the time shown that the picture was taken on the edit panel - it is an hour slow

    How can I change the time shown that the picture was taken on the edit panel - it is an hour slow

    Thanks!  I can't believe I missed that!

  • How can I change the time that fullscreen stays on?

    When I am watching Netflix, the fullscreen goes back to normal mode after roughly 10 minutes. How can I change the setting so the fullscreen stays on until I turn it off?

    see:
    [[How to make Firefox and websites go full screen|How to make Firefox and websites go full screen]]
    [[Reset Firefox preferences to troubleshoot and fix problems|Reset Firefox preferences to troubleshoot and fix problems]]

  • How can we change the time of the media file from java code ?

    Hi,
    particularly, how can we start the media file from the second 55 and not from the second 0 (beginning) ?
    Thanks.

    I tryed to use such method but an exception was raised:
    javax.media.NotRealizedError: Cannot set media time on a unrealized controller
         at com.sun.media.BasicPlayer.setMediaTime(BasicPlayer.java:427)
         at com.sabily.mualim.main.MediaFileDemo.loadMediaFile(MediaFileDemo.java:72)
         at com.sabily.mualim.main.MediaFileDemo.<init>(MediaFileDemo.java:77)
         at com.sabily.mualim.main.MualimStandalone.main(MualimStandalone.java:12)
    Exception in thread "main" javax.media.NotRealizedError: Cannot set media time on a unrealized controller
         at com.sun.media.BasicPlayer.setMediaTime(BasicPlayer.java:427)
         at com.sabily.mualim.main.MediaFileDemo.loadMediaFile(MediaFileDemo.java:72)
         at com.sabily.mualim.main.MediaFileDemo.<init>(MediaFileDemo.java:77)
         at com.sabily.mualim.main.MualimStandalone.main(MualimStandalone.java:12)
    below is the code related to playing media file:
    package com.sabily.mualim.main;
    import java.awt.BorderLayout;
    import java.awt.Component;
    import java.awt.Container;
    import java.awt.Panel;
    import java.io.IOException;
    import java.net.MalformedURLException;
    import java.net.URL;
    import javax.media.ControllerAdapter;
    import javax.media.ControllerListener;
    import javax.media.Manager;
    import javax.media.NoPlayerException;
    import javax.media.Player;
    import javax.media.RealizeCompleteEvent;
    import javax.media.Time;
    import javax.media.TimeBase;
    import javax.swing.JFrame;
    import javax.swing.JPanel;
    public class MediaFileDemo extends JFrame{
         private Player player;
         Component center;
         Component south;
         private void loadMediaFile() {
              final Container contentPane = getContentPane();
              if (player != null) {
                   player.stop();
              try {
    //               player = Manager.createPlayer(new URL("file:C:/Nouveau dossier/e1_intro.wav"));
                   player = Manager.createPlayer(new URL("file:C:/mp3/001.wav"));
                   //player = Manager.createPlayer(new URL("file:D:/Film/Earth_Planet/Planet.Earth.EP08.Jungles/Planet.Earth.EP08.Jungles.avi"));
              } catch (NoPlayerException e) {
                   e.printStackTrace();
              } catch (MalformedURLException e) {
                   e.printStackTrace();
              } catch (IOException e) {
                   e.printStackTrace();
              ControllerListener listener = new ControllerAdapter() {
                   public void realizeComplete(RealizeCompleteEvent event) {
                        Component vc = player.getVisualComponent();
                        if (vc != null) {
                             contentPane.add(vc, BorderLayout.CENTER);
                             center = vc;
                        } else {
                             if (center != null) {
                                  contentPane.remove(center);
                                  contentPane.validate();
                        Component cpc = player.getControlPanelComponent();
                        if (cpc != null) {
                             contentPane.add(cpc, BorderLayout.SOUTH);
                             south = cpc;
                        } else {
                             if (south != null) {
                                  contentPane.remove(south);
                                  contentPane.validate();
                        pack();
                        //setTitle("Lesson 1");
              player.addControllerListener(listener);
              player.setMediaTime(new Time(15));
              player.start();
         public MediaFileDemo() {
              loadMediaFile();
         public Player getPlayer() {
              return player;
         public void setPlayer(Player player) {
              this.player = player;
    Best Regards

  • How can I change the time zone for a calendar entry with iOS 7?

    I want to make a new entry in my calendar (iOS 7) using a different time zone as the one I'm located in. There isn't any option to choose the time zone like there is in OS X.
    I know I can switch off the option to automatically change the time zone in the preference pane of Mail, Contacts and Calendar to get the option in calendar but I want to use this automatic switch.
    Is there any option to change the time zone of a calendar entry without loosing this automatic switch?

    Got it!
    In your backing file you'll need the following in your handlePostbackData method:
    BookBackingContext bookCtx = BookBackingContext.getBookBackingContext(arg0);
    bookCtx.setupPageChangeEvent("PageLabel");

  • How can I change the time zone while not changing the time

    Let me preface this by saying I know this may seem tiddling to many but it is somthing I am rather obsessive about.
    I took many photos while I was in Los Angeles.  I had changed my camera's clock and the clock in the MacBook Pro to Pacific Standard Time and my iPhone automatically did the same thing. When I loaded photos into Aperture on my MacBook Pro the time information was all correct, all photos tagged in PST.  I had some photos I took on my last day that I did not load into Aperture until I got home to Denver.  When I loaded these images into Aperture they still have the correct time that they were shot but now show as being taken on Mountain Standard Time.  If I change the time zone in Aperture then the image time is also adjusted to be one hour earlier.
    Is there any way I can change the time zone in Aperture while leaving the actual image time alone?

    Hello Mark,
    Aperture will display the "Date created" with respect to the time zone your system is set to, but the "Date" using the time zone the image was taken in.
    You can adjustthe Time Zone for individual images either on import or afterwards using batch change:
    Select the images you want to adjust, then select "Metadata -> Batch Change" from the Aperture Application menu:
    Click: Adjust Time Zone
    Set the Camera's Time Zone to the Time zone you set your camera to when you took the images, and the Actual Time Zone to the zone you want Aperture to use to display the date.
    Regards
    Léonie
    P.S:
    This works with most cameras, but there seems to be a bug with canon cameras when importing directly from the camera. Frank Caggiano recently started a thread, but right now I cannot find the link.

  • How can I change the time of day that Automatic Updates installs?

    In Yosemite, you can choose to have apps and/or OS X system updates install automatically when available.  http://support.apple.com/en-gb/HT201541 says this happens 'overnight'. It's unclear whether this means the computer has to be left on overnight for the update to happen, but I'm assuming it does.
    Is there any way of changing the time when the updates are installed? Could I set it to happen in the morning so I don't have to leave the computer on all night?

    In Yosemite, you can choose to have apps and/or OS X system updates install automatically when available.  http://support.apple.com/en-gb/HT201541 says this happens 'overnight'. It's unclear whether this means the computer has to be left on overnight for the update to happen, but I'm assuming it does.
    Is there any way of changing the time when the updates are installed? Could I set it to happen in the morning so I don't have to leave the computer on all night?

  • How can I change the timer in the clock app to minutes and seconds instead of hours and minutes?

    Is it wishful thinking or a false memory? It seems like there used to be a way to change the timer function of the clock from hours and minutes to minutes and seconds. I feel like there's a magic tap or secret swipe that I discovered but have forgotten.  Am I totally delusional?

    We may have to wait for an update.  Aside from changing the country, I'm not sucre this can be done.  There is no Health App in the System preferences and no  way to modify from within the app.  Weird.
    If you go to Language & Region under general settings and choose any other country, you will get Metric.  I have the opposite problem.  I live in a Metric country and want my health app to be in lbs and inches which is what I am used to.

  • How can I change the time of photos in info in iPhoto for iOS. I've done it in iPhoto for Mac but when I sync to my ipad the info field goes back to the camera time ignoring "modify original files" in iPhoto for Mac?

    I used "adjust date and time" and"modify original files" to correct the time of photos taken on a camera used in Peru which was set to UK rather than local time. which is 6 hours  behind. This was to bring them into line with shots taken with other cameras set to local time. This was using iphoto 08 on a Mac. I then synced to my iPad. The photos stayed in the correct order in photos but in iphoto (iOS version) the original dates appear (the camera dates) and so the photos are out of chronological order again. This looks like a bug but is there a fix?

    don't know what you mean by "write to master" but speculate that it means modify the original times, in which case the taken times on the camera should no longer be present
    No,I meant your using the option "modify original files" will do exactly that - change the capture date original master files stored in the iPhoto library. Only when you do that, the "date modified" of your original files will be changed as well, and it will now be the date of your manipulation of the capture date.
    Oh - I hadnt considered that possibility - but of that were the case, why don't my manipulated photos go to the end of the sequence as I have done all the manipulation after the end of the holiday??
    In photos the synced album maintains the chronological order which I set up on the mac by modifying the originals, as you said,
    That is what the linked article is describing: "some apps may sort your photos in the order you specify in the app (such as iPhoto or Aperture"
    The problem I have is that, in the album, iphoto (ipad) sorts them differently to both iphoto (Mac) and the photos tab on the ipad
    In addition to albums and events, synced photos appear in a unified category called Photo Library (on iPad, this is the Photos tab). Photos are not duplicated. This category will also sort photos in ascending order by the date modified.
    "on ipad this is the Photos tab" - but this displays as per the original sequence ignoring time adjustments - the manipulations seem to be ignored (but are reflected in the album in the photos tab) and the photos tahat have been modified stay in their original positiom - they don't get put the end
    Because the library uses a different date - the date modified - the date of the last time the file has been changed in any way - any editing you do to your image, including adjust date and time will change the "date modified"
    This may change the sorting of the database but it appears not to influence the order in the albums
    In addition to albums and events, synced photos appear in a unified category called Photo Library (on iPad, this is the Photos tab). Photos are not duplicated. This category will also sort photos in ascending order by the date modified.
    So how can i get my photos in date and time order in an album in iphoto for ipad?
    Thanks for your help

  • How do I change the time stamp on my FI_GL_6 delta?

    As of today, I am only capable of loading this once a day.   I need to be able to load this more frequently, (4 or 5 times daily) .  I know there is a field in table ROOSOURCE - DELTASAFE2, which I believe needs to be changed.  But I do not know how to modify this table. 
    Any help would be greatly appreciated!!
    Kindest Regards,
    Steve

    Hi guys,
    It appears to be working.   After following that note, and flagging that field in the QAS system, when I do a delta, it pulls in, let's say, 40 records.  If new records are then added, let's say 15 new records,it will pull in 55.  So it accumulates them throughout the day.  So the ODS key figures need to be an over-write status.   Based on what this table is telling me, at 2am, of the next day, it will start over.   This is definitely a lot better then only receiving this data once a day. 
    I'd love to give all of you the full amount of points, but i'm rather new to this and not quite sure how it works.
    I don't want to close this question prior to awarding them.    Do I simply flag full points on the left hand side, then close the question?
    Steve

  • Mail -- How can I change the default email account from which my messages go, without having to change it each time I draft a message?  It currently assumes an email account that I rarely use. Thanks.

    How can I change the default email account from which my messages go, without having to change it each time I draft a message?  It currently assumes an email account that I rarely use. Thanks.

    sorry, but I can't find the mail preference in the latest Yosemite OS. Do you know where I can find it?
    Thank you
    Don

  • My mother used to be the bill payer on my iTunes account so now every time I send an email from my iCloud account it sent with her name, how can I change the settings so emails are sent from myself?

    My mother used to be the bill payer on my iTunes account so now every time I send an email from my iCloud account it sent with her name, how can I change the settings so emails are sent from myself?
    I've changed the bill payer to myself but it stills says on emails that I sent that its from my mother.

    In order for the "From" field to show you options on the "from" addresses available, you must set them up in the Preferences > Accounts first.
    I can't show you a screen shot of the from field because I currently only have one account, so the from address used is the default. However, when I had more than one, then options will show up in your compose/reply window.
    You'd need to add an account here:

  • Why doesn't siri know how to change the time of a reminder? When asked, "Do you want to confirm or cancel your reminder?" Reply, "Can I change the time to a half hour later?" Siri doesn't know how to respond.

    Why doesn't siri know how to change the time of a reminder? When asked, "Do you want to confirm or cancel your reminder?" Reply, "Can I change the time to a half hour later?" Siri doesn't know how to respond.

    Hi
    In iMovie'11 (version 9.0.x)
    on top menu row - Apple/iMovie/File/Edit/Cut (Can vary dep. on language - in Swedish Apple/iMovie/Arkiv/Redigera/Klipp . . . )
    down Cut menu - Slow playback/Raspid Playback/Re-play in Slow Motion and onvards
    Here one can select the Pre-Set speeds
    Are you familiar with getting 'inspector' to run?
    No - but I guess that Double Click on clip/sequense or ctrl-Click on it might open it.
    Yours Bengt W

  • Facetime is using my husband's cell phone number instead of mine? How can I change the number in face time?

    Facetime is using my husband's cell phone number instead of mine. How can I change the number to mine in face time?

    You need to set up the accounts in System Preferences/Accounts, then activate Fast User Switching.
    That way you can quickly log in to your own account - then back to his.
    You should obviously have different passwords.

Maybe you are looking for

  • How to delete a View in data source in Essbase Studio

    Hi All, I am not able to delete the existing View in datasource as one of the properties of the View has been changed and studio is not picking up those changes. I removed all dependencies(dimensional elements, Alias set, Hierarchies, Schemas). I tri

  • ESYU: Blanket PO approve시 ASL과 Sourcing Rules이 생성되기 위해 요구되는 steps

    Purpose Oracle Purchasing - Version: 11.5.8 to 11.5.10 Blanket Purchase Order approval 동안 ASL과 Sourcing Rules이 생성되게 하기 위해 요구되는 steps에는 무엇이 있는지 알아본다. Solution Profile Options: - PO: Allow Auto-generate Sourcing Rules => CREATE AND UPDATE - PO: Allow A

  • Why does Photoshop Elements 6 not work with Apple OSX version 10.9?

    I have recently updated my MacBook Pro and my Mac desk top to OSx version 10.9 and now Photoshop elements 6 does not respond.  It opens and then stays frozen.  Nothing responds.  Does anyone have any suggestions for how to fix this issue?

  • Hangs forever @ Contact / Calendar Sync

    Hello.. I have a MBP 13" running Snow Leopard and iTunes 9 and an iPod nano 3rd gen. All are the latest versions of software. Now I've tried 'restoring' the iPod nano, but no difference -- after syncing music and playlists, iTunes continues trying to

  • Can't get rid of "okay to disconnect" screen

    Sometimes when I turn on my Ipod the screen "okay to disconnect" comes up, when It's not plugged in. Once this screen comes up I can't turn the Ipod On or off--- I basically have to wait for it to die and then charge it. What could be the problem? Ho