How to record the the time line ?

we would like to tell you roughly about our project using labview. Our program is like measuring running rail vibration using accelerometer, NI-9233 and NI-9103.  There are some recording parts . For example, if vibration is greater than 50g, we need to record and save files to show the exact time and the range of the acceleration,etc .Our problem is that how to record and save the files using labview.Thank you very much for your time . We are looking forward for your reply.
Best Regards,
kiT

Hi kit,
you can use the DAQmx vi´s to measure your data for example as waveform. If you have your data you can write it to a file. There are a lot of examples in the Example finder.
Hope it helps.
Mike
Message Edited by MikeS81 on 05-22-2008 11:36 AM

Similar Messages

  • How do I acces a var from the main time line in to a movieclip?

    I'm making a quiz-type animation, since I'm new with ActionScript I had developed my own way to make this work.
    I want to add like a meter that shows one out three position depending on the answer given, I had made this animation as a movieclip but now I need it to react according to the answer, so it changes on every question to do that I need to access the variables I'm using in the main time line, how can I access the the main time line variables from the movie clip?
    The movie clip (meter) is basically the background and the questions will change and advance on top of that movie clip so it'll change with each answer until you get the final result.
    Since I cant attached my FLA file here I could email my it to whom may want to help me, THANK YOU!!!

    I kinda of make it work using what you suggested: var meterVar = MovieClip(this.root).userAnswer;, but I have different problems now I'm getting this error: TypeError: Error #1009: Cannot access a property or method of a null object reference.
         at divameter2_fla::MovieClip_1/frame1() and the meter movieclip only change from the original position to the second and stays there even if the first answer supose to sent it to the third or four position. here is the code for the main and movie clip:
    Main:
    The following code I have it in separate frames, I know is probbably not the best way to do it but I'm new with AS.
    Frame 1:
    stop();
    messageBox.text = "";
    var userAnswer:int;
    var rbg:Object = rbA.group;
    var finalScore:int;
    btnCheck.addEventListener(MouseEvent.CLICK, nextBtn);
    function nextBtn(evt:MouseEvent):void {
                 userAnswer = int(rbg.selectedData);
                 if(userAnswer == 0) {messageBox.text = "Please select an option";
                 }else{
                     finalScore = userAnswer;
                     gotoAndPlay(2);
    Frame 2:
    stop();
    messageBox.text = "";
    var rbbg:Object = rbbA.group;
    btnCheckTwo.addEventListener(MouseEvent.CLICK, nextBtnTwo);
    function nextBtnTwo (evt:MouseEvent):void {
                 userAnswer = int(rbbg.selectedData);
                 if(userAnswer == 0) {messageBox.text = "Please select an option";
                 }else{
                     finalScore = finalScore + userAnswer;
                     gotoAndPlay(3);
    Frame 3:
    stop();
    messageBox.text = "";
    var rbcg:Object = rbcA.group;
    btnCheckThree.addEventListener(MouseEvent.CLICK, nextBtnThree);
    function nextBtnThree (evt:MouseEvent):void {
                 userAnswer = int(rbcg.selectedData);
                 if(userAnswer == 0) {messageBox.text = "Please select an option";
                 }else{
                     finalScore = finalScore + userAnswer;
                     gotoAndPlay(4);
    Frame 4:
    stop();
    messageBox.text = "";
    var rbdg:Object = rbdA.group;
    btnCheckFour.addEventListener(MouseEvent.CLICK, nextBtnFour);
    function nextBtnFour (evt:MouseEvent):void {
                 userAnswer = int(rbdg.selectedData);
                 if(userAnswer == 0) {messageBox.text = "Please select an option";
                 }else{
                     finalScore = finalScore + userAnswer;
                     gotoAndPlay(5);
    Frame 5:
    stop();
    messageBox.text = "";
    var rbeg:Object = rbeA.group;
    btnCheckFinish.addEventListener(MouseEvent.CLICK, finishBtn);
    function finishBtn (evt:MouseEvent):void {
                 userAnswer = int(rbdg.selectedData);
                 if(userAnswer == 0) {messageBox.text = "Please select an option";
                 }else{
                     finalScore = finalScore + userAnswer;
                     if (finalScore > 4) gotoAndPlay(6);
                     if (finalScore > 9) gotoAndPlay(7);
                     if (finalScore > 13) gotoAndPlay(8);
    The las theree frames are the 3 different results and the code they have is only a stop();
    The following is the movieclip code:
    stop();
    var meterVar = MovieClip(this.root).userAnswer;
    var btnCheck = MovieClip(this.root).btnCheck;
    var btnCheckTwo = MovieClip(this.root).btnCheckTwo;
    var btnCheckThree = MovieClip(this.root).btnCheckThree;
    var btnCheckFour = MovieClip(this.root).btnCheckFour;
    btnCheck.addEventListener(MouseEvent.CLICK, nextBtn);
         function nextBtn (evt:MouseEvent):void {
                 if (meterVar == 1) {gotoAndPlay(2);
                     if (meterVar == 2) gotoAndPlay(3);
                     if (meterVar == 3) gotoAndPlay(4);
                 }else{ gotoAndPlay (1);
    btnCheckTwo.addEventListener(MouseEvent.CLICK, nextBtnTwo);
         function nextBtnTwo (evt:MouseEvent):void {
                 if (meterVar == 1) {gotoAndPlay(2);
                     if (meterVar == 2) gotoAndPlay(3);
                     if (meterVar == 3) gotoAndPlay(4);
                 }else{ gotoAndPlay (1);
    btnCheckThree.addEventListener(MouseEvent.CLICK, nextBtnThree);
         function nextBtnThree (evt:MouseEvent):void {
                 if (meterVar == 1) {gotoAndPlay(2);
                     if (meterVar == 2) gotoAndPlay(3);
                     if (meterVar == 3) gotoAndPlay(4);
                 }else{ gotoAndPlay (1);
    btnCheckFour.addEventListener(MouseEvent.CLICK, nextBtnFour);
         function nextBtnFour (evt:MouseEvent):void {
                 if (meterVar == 1) {gotoAndPlay(2);
                     if (meterVar == 2) gotoAndPlay(3);
                     if (meterVar == 3) gotoAndPlay(4);
                 }else{ gotoAndPlay (1);
    I had attached the almost working FWS file

  • Replacing the music in the prime time line

    I am working on a music project with dozends of audio file in the prime time line and hundres of video clips joint to them. 
    Now I have re-recorded the music and want to replace all the old audio files by one new audio file (with a lenght of nealy two hours) but keep all the joint video clips joint to the original audio tracks. (of course I have to move them a bit to adjust them to the new music track)
    How to proceed ?

    SSelect all the clips in the primary and make them a compound clip. Drag your new file onto the compound and use the replace function.

  • Can I access a label inside of an MC and then go back to the main time line

    Here is my current set up.
    I have a labeled section on main time line which has icons of 12 different videos. Each icon acts as a button and brings a user to a labeled section with a FLV Video Playback component impemented to play the corresponding video. These labeled sections are located on the main time.
    This methog makes my main time line very long. Is there a way to make an additional MC which will hold all the video buttons and then have this MC separated into labeled sections.
    In other words can I access a label inside of an MC and then go back to the main time line?
    My present code for accessing the label located on the main timeline is:
    HowTo_maininfo_mc.theArrangement_btn.addEventListener(MouseEvent.CLICK, theArrangement_btn_amimated_btnDown);
    function theArrangement_btn_amimated_btnDown(event:MouseEvent):void {
    gotoAndPlay("theArrangement");
    How would it look if my label "theArrangement" would be located inside of an MC?
    Is there any specific code if I want to have a close button located on the label inside of an MC and it needs to fire out to a label located on the main timeline?

    Oh, WOW! It is working perfectly now.
    My mistake was that I was specifiying the var sourceVar:String;
    for every single button. It was not clear to me from the first example that it has to be specified only once.
    I made a small test Flash file and everything works now. It still doesn't work on my big flash file, I guess some other code messes it up and I can' not figure what it is exactly.
    I would like to include the OUTPUT error message in hopes that you can spot right away what a mistake could be:
    VideoError: 1000: Unable to make connection to server or to find FLV on server
              at fl.video::VideoPlayer/stop()
              at fl.video::FLVPlayback/stop()
              at acolyteVideos_fla::mainsite_mc_2/stopF2()[acolyteVideos_fla.mainsite_mc_2::frame484:21]
              at flash.display::MovieClip/gotoAndPlay()
              at acolyteVideos_fla::mainsite_mc_2/onClick_GoBackToHowTo2()[acolyteVideos_fla.mainsite_mc_2 ::frame484:13]
    If there is no immediate cure for it, I will go through code line by line. Since it is working on the test it must be something wrong with my main file.
    Additiona question (please let me know if I should paste it as a new thread)
    I have similar set up with UILoader. Where different buttons set up to bring a user to individual labeled sections with individual UILoader. Should it be arranged in the same way that it is only one loader and "var sourceVar:String;" code is the one which brings up different content for each button?

  • How to record from the video in or S-video Ports on Qosmio G40?

    Can anyone tell me how to record from the video in or S-video ports, because i've tried the Ulead DVD factory program and the only capture device it could see was the webcam, and it did capture from it
    After that i've downloaded the update file that was provided by the support website
    The devices that the program could see are the TV tuner and the webcam (which it couldn't access anymore for some reason)
    After that i've downloaded a newer update which simply is the same as the last update and seems that someone in the support website directed the link of the new update which they don't have to the file of the previous update which doesn't really do anything.

    Hi
    There are 2 s-video ports; s-video out port is not designed to capture the signals from any external source. The name of this port says everything; its an OUT port!
    The s-video-in port must be placed at the right side of the notebook. Dont mix the both ports. But note; this port receives only the video signals. To hear the sounds, use a video cable to connect the sound terminals of the audio device and your computer.
    Red: sound right channel
    White: sound left channel
    The Ulead DVD Movie factory can be used to capture this signal.

  • IS the audio time line gone?

    In older versions there was a time line for adjusting the volume (mixing)
    over the period of your movie. I think that is now gone right?
    I keep using the older version because I can incrimentally tweek volumes that
    clash with other things like dialogue.

    So what is a guy to do?
    I use (and like) both iMovie 09 and iMovie 06. But when I need the audio time line or better quality I use iMovie 06.
    If you like iMovie 06 better, as many do, you can continue to use it. I find that it works perfectly with my Mac Pro, iDVD 09 and the latest Mac OS.

  • How to record at the same time broadcast an internet tv show?

    I do an internet tv show on stickam.com and I use the flash
    live camera feed to broadcast. The website has a way to record the
    video ....but I would like to record to my hard drive. Is there a
    way to do that?
    Thanks,
    John

    well, cygwin will not be able to "zip" at the same time, nor will unix does.
    this is because "zip" can not be written/read sequentially, as gzip/compress could
    if you use tar+compress, you could do that with pipes. I tried and it seems cygwin can do pipes (I did not know). but
    mknod mypipe p
    gzip <mypipe >dmp.z &
    exp file=mypipe did not work as it would in unix
    Message was edited by:
    Laurent Schneider
    well, maybe zip could work on unix. I just remind zip/unzip as basically not working thru pipes. But under certain circumstances, it may work...

  • Where did the current-time-line go in Calender?

    I can't find the line that says what the current time is in Calender.. Is there any way to put it or get it back in? IMO it was one of the features why Calender was a really good app. It looks like Apple just forgot to put it in... Is this going to be updated.
    Should look something like this;(like we had before)
    https://www.dropbox.com/s/3dtvkw37vkw70hj/Screenshot%202013-10-25%2015.01.122.jp g

    I can’t tell you what’s causing it, but it is working fine here. The line is red and moves with the current time. But it is only visible when you are in the current week. If I move to the prior or next week it won’t show.

  • How to record non productive time

    dear expert:
    for our analysis we are recording non productive time in the shop floor and respective cause against it to find an analysis for root cause. is there any way to do the same in SAP. please suggest.
    best regards
    javed iqbal

    Dear ,
    I am not sure wether there is a direct solution available.But I am sharing my views .
    I think you should have Time Management System  under SAP HCM  and this will be based on the Work Centre Level Time booking against each order .
    Generally , in our case , we have Shop Floor Order Print out (this is SAP generated form )  under Production  Supervisour who collects the Actual Production Hr booking  , Break time etc and posted through Shift Wise Confiramtion under ECC 6.0 Package Solution 3.0  and then every month , this Time hrs are compared with  Time Management System report from HCM so that actual loss of hrs based on employee numbers , can be identifed and pictorial effience can be drawn.
    Some reference : http://help.sap.com/erp2005_ehp_03/helpdata/en/46/f2a5ce3cd767f9e10000000a1553f7/frameset.htm
    https://www.sdn.sap.com/irj/scn/index?rid=/library/uuid/c0fa9a04-376a-2c10-c396-86d32ac80614
    Needs discussion with HR and PP guys .
    Regards
    JH

  • How can i stay in time line view when i press record in garageband 1.2 for ipad. I know it's possible because i did it by accident, but i can't figure out how to do it again. It's driving me crazy....please help!!!

    How can I stay in the timeline view and not switch to instrument view when i press the record button in garageband 1.2 on ipad 2 ? I know it's possible because i did it by accident,but now i cannot figure out how to do it again. It's driving me insane......please help!!!

    After having experienced similar problems and having it back to work, I have a few suggestions:
    - Try to find out if the syncing stops at a particular track or song. That might - out of the blue - have gotten corrupted in one way or another. Since that song will not be on the iPod, iTunes will try over and over to put it on and crash in one way or another;
    - reformat the iPod as described in the iTunes 9 crash-thread. It takes time (at first it seems to do nothing, but that is because the green bar is moving with very small steps);
    HTH

  • Access the main time line function

    Hi all,
    In as2 we can use _root to access the main timeline function from the inside some movieclip or button.
    In as3 how to access the main timeline function from inside the movieclip or button.can any one please tell me.

    "root" is the AS3 equivalent, but using it alone will often not wortk.  You more often need to cast it as some form of object before the compiler will recognize it.  Using "MovieClip(root)" will usually do the trick.

  • Controlling the main time line of a movie via a button within a movie on a different level.

    Hi there!
    I have two movie is two different levels,
    Level 5 is my base movie and I am loading another movie on
    top of this into level 10.
    Once the user clicks onto a button within the movie on level
    10, I would like the animation in level 5 to stop (the animation
    runs on the main root timeline of level 5).
    Once the user clicks on a different button within the movie
    on level 10, I would like the animation on the main timeline of the
    movie in level 5 to start again from the point where it previously
    left off.
    Is this possible?
    It would be great if someone could help me out with this.
    Thanks, midi_ie

    midi_ie wrote:
    > Hi there!
    > I have two movie is two different levels,
    > Level 5 is my base movie and I am loading another movie
    on top of this into
    > level 10.
    > Once the user clicks onto a button within the movie on
    level 10, I would like
    > the animation in level 5 to stop (the animation runs on
    the main root timeline
    > of level 5).
    >
    > Once the user clicks on a different button within the
    movie on level 10, I
    > would like the animation on the main timeline of the
    movie in level 5 to start
    > again from the point where it previously left off.
    > Is this possible?
    _level5.gotoAndPlay("someLabelframe");
    Use your regular action to target timeline or movie clips,
    just define the level number at the beginning of the path.
    Pretty much it :)
    Best Regards
    Urami
    !!!!!!! Merry Christmas !!!!!!!
    Happy New Year
    <urami>
    If you want to mail me - DO NOT LAUGH AT MY ADDRESS
    </urami>

  • Is there anyway to move the sequence time line past 0 into -0 and beyond?

    Sometimes I I need a little more room in the begining of the sequece timeline, but don't realize it till I have got 90% done with the movie.
    Or is there an easy way to slide everything over?

    With the Timeline window active, select all (Command a), then type the amount you want to move the clips. For example, if you want 20 frames, type 20 then hit Enter. If you want 5 seconds, 10 frames, type 510 and hit enter.
    Or simply drag the clips to the place you want them to be.
    -DH

  • Sliding video clips along the time line

    Quite often as I edit, I like to place clips in the time line forward of my current edit point. For example I might find a shot that works well with a musical swell or beat  30 seconds down the track. With the magnetic time line, I can't slide that shot to the point on the time line without the shot wanting to ping back to the final edit in the time line, or you have to insert place holders or slug. Any ideas for a quick easy way to slid clips?

    I had that problem. Solution for me is to take your cursor and not just drag the stuck clips laterally parallel but lift them up slighly in above the time line and move them in any direction. The connecting thin vertical blue line line will still be attached to the TL but some how lifting them up slghtly allows you to drag them anywhere into the TL.
    Skyler
    San Francisco

  • Anyone know how to get to the setting so i can record with the keypad instead of the mouse?thanks

    Anyone know how to record with the computers keyboard on logic rather than the mouse on piano roll?

    this is a follow up from the profane post earlier....
    i have done this twice in two other posts..
    here is my problem.. i started off trying to update itunes, it failed twice and said i needed to install manually via tools.
    the only place to get to tools is the pop up box that appears when you click check for updates.. if there is an available update then the pop up shows up with the quick time and itunes files to download. so i finally figured that out. i clicked on tools and manual update, four files were saved to a file. Apple mobile device support, another one similar, itunes, and another one i cant remember. I only downloaded the itunes file seeing as though thats all i needed to accomplish in the first place.
    so then i restarted my computer bc you need to reboot and then reopen itunes for update to take effect. once i have itunes back open i plugged in my new 5s which i am trying to sync to my computer to get all my stuff back bc i lost my previous phone over the weekend.. once i plugged the phone in an error stating i needed to unistall the apple mobile device support and itunes and then reinstall. well i dont know where those files were originally stored on my computer AND since my itunes was updated, just not the other 3 associated files, when i click check for updates it says its up to date and then pop up containing the quick time and itunes does not pop up thus i cant get back to the tools tab to manually save the 4 files again.
    so i was just going to uninstall itunes all together and then i thought well what happens if it erases all my photos apps songs etc... which would defeat the whole purpose in the first place of me trying to sync my new phone to get all my stuff back.
    so i literally have no idea what to do at this point.. if you have read this you are probably just as confused as me...

  • Going Back to the main frame, from inside a movie clip time line.

    In flash CS5 I want to go back to the main time line, from inside a movie clip button, so when i click the the movie clip it goes to another frame on the main time line..
    Can anyone help me?
    Thanks
    Daniel Derrick

    your can use _root to reference the main timeline from anywhere though that can lead to problems if your swf is loaded by another swf.  because of that eventuality, it would be better to use a relative path back to the main timeline.
    so, from a movieclip's timeline (when the movieclip is on the main timeline), you can use _parent to reference the main timeline.
    but even better would be to use no code on that movieclip's timeline and keep all your code on one timeline (the main one).

Maybe you are looking for

  • How to call statement's execute function to execute procedure in Oracle?

    I made a very simple procedure in oracle logged as internal user. the procedure as the following: create or replace procedure temptest as begin insert into indextab(idx) values(100); commit; end temptest; in Java program,I use Oracle's jdbc driver to

  • How to set a bind variable into a vo query from the current vo ?

    I would like to exclude from my list of values defined in a view object the already referenced items in the current view object content. Let's say i have dept and emp with a many to many relationships, I would like that the already existing dept for

  • How to develope a report to view the contact

    Hi, how develope the report to view the contract details of the customers in a pariticular sales area are displayed. please send me the coding

  • Flex Window less application

    Hie I am using flex3 to create and AIR apps. I am using the <mx:Window> tag and when i run the apps it does nt show any thing.... however using <mx:windowedApplication> shows the apps like a small browser window. My requirement is to remove this wind

  • Problem with Onlocation crashing - please help!

    Hi there - I am having a problem with OnLocation 5.5 crashing when I try to record in HDV. It works OK if I record in DV format. I want to be able to record to tape and Onlocation simultaneously - is it possible to do this when shooting in DV? Does a