Copying sections of records/channels.

I did a search, and didn't find the answer to what is probably a simple question. (Or maybe it was there, but Meine Deutsch ist schlect...)
I have a long record (computer issues during data aquisition) that I would like to break into 3 different records. First, I am going to try to get my terms straight, hopefully.
Each channelgroup has 15 channels of data (5 accelerometers x 3 axes).
I would like to copy all 15 channels from one single channelgroup(?), make 3 new channel groups and copy the segments of all 15 channels into the new channelgroup. Hope this is clear.
Here is the basic idea of what I'm attempting:
Call Data.Root.ChannelGroups.Add("Record#2", 2).Activate()
Call DataBlClpCopy (Data.Root.ChannelGroups(1), 1, 40000)
Call DataBlClpPaste (Data.Root.ChannelGroups(2),1)
Then do this two more times, adding a new channelgroup, and copying a different range.
Thanks for any help you can provide. I have not done any coding in...years..., and I think the last time I did, it was fortran, so I'm not really familiar with object oriented coding except on a very high (and very fuzzy) level.

Thanks for the reply. I actually solved it in a completely different way.
I pretty much copied the whole datagroup (15 channels) three times, and selectively deleted the different parts of each group to get the section I was interested in.
To answer your questions:
Will you only do this operation once, or do/will you have other large files like this which you would/will want to split into different groups?
- In this case, I only had a single channelgroup with 15 channels, so it was a little repetitive.
Also, how are you determining the end of block 1 and the beginning of block 2? Is this something only a human can decide, or could the program figure this out based on some concrete criterion?
- I had already figured the cut points, and it was pretty much something I had to determine, based on other similar tests we did. It was easy enough to look at the raw data and figure out where the break points where (I'm looking at transitions of flight modes on a helicopter, and it's pretty easy to spot the changes.)

Similar Messages

  • How  to  copy  the  table1selected  records into table 2 in webdynpro java.

    Hi 
           how  to  copy  the  table1selected  records into table 2 in webdynpro java.
    venkat
    Edited by: venkatpvr on Sep 23, 2011 11:53 AM

    Hi Venkat,
    You have 2 Value Nodes one for Table1 and second for Table2.
    Table1 node having one more Value Attribute i.e check Box data type is Boolean. Now you are requirement are select records from Table1 Node and click on One Method that records will moves to Second Table2 Node.
    Create One Method for getting the Records from 1-Table to 2-Table
    CopytoTable2 ()
    In this method you have to write code like this
    If (wdContext.nodeTable1.Checkbox(true))
    If(1. Check the Table1 Value Node Size()>0)
    Get the Table1 records and set to table2 Value node.
    Else
    Please select check box// Error message
    Hope this helps!!
    Regards
    Vijay K

  • Copying the error records in a custom table

    Hi,
    I  have a report program which is fetching Invoice header and line items . I need to copy the error records (records having a custom field ZZKUNNR as blank) in a custom table . I am executing this report in background daily .
    The records in the custom table can be corrected by functional guys
    Daily the report should fetch the data from SAP and also it should check whether there are correct records in the custom table .
    If the records are found from custom table then those records also must be fetched.
    Finally the output is stored in an application server .
    Kindly help how to write the code for error records.

    Hang on a moment here... I am sure we deleted your user ID a few months ago for ponits gaming!
    Did it "pay off" somehow and now you have a "real job" but don't have a clue what you are doing?
    Doesn't that make you feel just a little bit unconfident about life, the universe and ABAP?
    Cheers,
    Julius

  • Copy  purchase info record

    Hellow!
    I am looking for a way to copy  purchase info record from one vendor to the other. Vender has changed the company but all prices and material  numbers are the same.
    Is it possible  to copy  info record without devepoping Z report?
    Andrey Garshin.

    Hi,
    Unfortunately there's no such option in SAP. In general, unlike MMR, VMR & other master data, Inforecord stores information specific to particular unique combination (Vendor, Matl, P.Org & Plant), so you must enter each Inforecord manually.
    You have one option of create Inforecord automatically from PO. but these will be without pricing conditions.
    Also you have mass maintenainance transactions to maintain certain data in collectively T;code: MEMASSIN. Thanking you.
    Edited by: Padmasri Garapati on Oct 13, 2011 9:48 AM

  • How do I copy the DVR recorded content to Laptop or any external drive.

    How do I copy the DVR recorded content  to Laptop or any external drive. Pl suggest.
    Thx.

    It is awkward but I have a Coax line out the DVR that goes to my Media Center Computer (which has the same multimedia software that is built into Vista) and then to my computer's TV tuner. (This is the same line out function that you use to send the DVR output to a VCR) Using my Media Center software, I can play the recorded DVR program and record that on my computer. Once in the computer, I can transfer the file by my wireless network to my laptop. It is a bit convoluted and requires a computer with a TV Tuner to record the program, but it can be done if I really want the item recorded to the computer.

  • Copy sections of text in Adobe form crashes the Adobe reader/IE 8

    Hi,
    I have generated a PDF form and showing it in the browser(IE8) when a user clicks on a button in CRM UI.
    When I try to copy a section of text in the generated form, the browser crashes. Also, If i try to copy sections of text from the from opened in adobe reader 9, reader too crashes.
    Apparently this does not happen with all forms generated out of SAP. I have already checked the fonts used in the form and they just look fine. I generated the same form in SFP transaction without data and were able to copy the text from the form.
    Kindly help with a solution to this.
    Regards,
    ArulJothi A

    Because Adobe Reader for Windows 8 Tablets is intended primarily for Touch-enabled devices, it's much easier to select text by the press-and-hold gesture.
    Since you mentioned "using a desktop PC", I assume that you are trying to select text using a mouse. You can double-click a word with a mouse first. Two grabbers (handles with two circles) and the Copy menu will appear on the screen.
    Once you set selection using the grabbers, you can click the Copy menu item.  At this point, the selected text is copied to Windows clipboard. Then, you can paste it to somewhere else such as Notepad using Ctrl+V (keyboard shortcut) or selecting Paste from a context menu.
    The current text selection behavior is not very intuitive nor natural to Windows desktop users.  We are looking into improving it in a future release.

  • Copy million of records

    Hi!
    I need to copy millions of records (call details records) from an older to new table on new
    database.
    I create the follow procedure, but with lot of performance problems. I only copy
    200000 records/hour. Could you suggest another process? Table is partitioned by day and
    have an index on column TID.
    PROCEDURE sendCdrs(
    inOperador IN VARCHAR2,
    inOperacao IN VARCHAR2,
    outError OUT VARCHAR2,
    outErrorNbr OUT VARCHAR2,
    outNbrCDRs OUT NUMBER)
    IS
    CURSOR myCdrs (inDay NUMBER) IS
    SELECT *
         FROM CDRV4_SCP_DSCP_CAMEL
         WHERE day = inDay;
    rowCdr      CDRV4_SCP_DSCP_CAMEL%ROWTYPE;
    vToday      PLS_INTEGER := to_number(to_char(SYSDATE, 'ddd'));
    vNbrMinimumDays PLS_INTEGER;
    vDiffDays PLS_INTEGER;
    vCommit     PLS_INTEGER;
    BEGIN
    outErrorNbr := '501';
    outNbrCDRs := 0;
    SELECT nbrcommit, nbrminimumdays, diffdays
    INTO vCommit, vNbrMinimumDays, vDiffDays
    FROM SMP_CENTRAL_XDRS
    WHERE rownum = 1;
    outErrorNbr := '505';
    IF vCommit IS NULL OR vNbrMinimumDays IS NULL OR vDiffDays IS NULL THEN
    outError := '910 Error in conf table';
    RETURN;
    END IF;
    outErrorNbr := '510';
    IF ((vToday - vDiffDays) < (vToday - vNbrMinimumDays)) THEN
         OPEN myCdrs (vToday);
         LOOP
         FETCH myCdrs INTO rowCdr;
         EXIT WHEN myCdrs%NOTFOUND;
         --Insercao dos cdrs no destino 
              INSERT INTO CDRV4_SCP_DSCP_CAMEL@DBL_SMP_STRESS_CORE
              VALUES rowCdr;
              DELETE FROM CDRV4_SCP_DSCP_CAMEL
              WHERE tid = rowCdr.tid;
              outNbrCDRs := outNbrCDRs + 1;
              --Commit de x em x
              IF MOD(outNbrCDRs, vCommit) = 0 THEN
              COMMIT;
              END IF;
         END LOOP;
         CLOSE myCdrs;
         --Confirmar as alteracoes quando outNbrCDRs < x
         COMMIT;
    END IF;
    outErrorNbr := RET_OK;
    outError := RET_OK;
    EXCEPTION
    WHEN OTHERS THEN
    outError := '910 Erro BD';
    ROLLBACK;
    IF myCdrs%ISOPEN THEN
    CLOSE myCdrs;
    END IF;
    END sendCdrs;
    Thanks a lot
    André

    Hi,
    Why not just set up a materialized view and have the database do the copying for you? Just set up to refresh at the end of every day.

  • Is there support to stereo mix record channel for windows vista or at least XP ?

    i have lenovo N500 and conexant HD smartaudio 221 on board with windows vista.
    i read somewhere that smartaudio don't support stereo mix record channel in their driver for vista.
    do they support the stereo mix record channel for windows XP ?
    (i tried to ask them in their site, but couldn't manage to do that)

  • Recording and copying sections of spoken text

    Hi, I want to record a small section of either a purchased audio book or a dvd so that I can transfer that section to my ipod touch to enable me to have it on repeat, for instance so that I can learn parrot fashion a particular portion of a Shakespeare play, obviously I only need sound so is it possible and if so how do I do it?.....

    Fantastic! Thanks!....... the free mp3mymp3 was a .exe file and so no good but I found the 'audiorecorder for free' on Version Tracker and it did exactly what I wanted, recorded and saved a clip to my desk top, I then dragged it to iTunes and Lo! the bit copied and played! Magic! and such a fast response, I am as always amazed by the generosity of you guys even with 'dumb' questions....

  • Can't record channel 504, NBC HD

    A couple days ago this just started; when I try to record the NBC HD channel, it starts to record and immediately stops.
    I'm using a Ceton equipped PC with a Verizon Fios cable card. I have several shows on weekly recording programed in Windows Media Center, Windows 8.1 Pro. Up until about May 28-29, I've had no problem with recordings on NBC or any other of my channels.
    It appears that the NBC channel has some kind of copy protection started. I can record the NBC SD channel - 4, but would prefer the high definition with Dolby version.
    Can someone please help to rectify this problem?

    Found this in another forum.
    There is evidently a pre-beta release (alpha?) that will fix the issue.
    http://www.thegreenbutton.tv/forums/viewtopic.php?f=68&t=8352
    If a forum member gives an answer you like, give them the Kudos they deserve. If a member gives you the answer to your question, mark the answer as Accepted Solution so others can see the solution to the problem.

  • How can I copy an audio recording in Skype?

    I have an audio recording of one of my contacts on Skype. 
    Can you tell me if there is a way to copy this recording to my hard drive and if so how? 
    Can I do it with MP3 Skype Recorder 4.11 and if so how?  Where would it be recorded to if I can do it this way?
    Any help with this will be really appreciated
    HB

    I already have a Skype recorder for any incoming or outgoing Skype or telephone calls.  I use MP3 Skype Recorder for that.   What I'm trying to achieve is different.
    I have an existing voicemail message in Skype itself from one of my Skype contacts.  It is this voicemail message that I want to save to my hard drive somewhere so there is no chance of me losing it in Skype itself.
    I right clicked on the recording and there is an option in the context menu to 'Copy Message.' I clicked on this but I don't know where to save it to on my hard drive so I can play it whenever I want from there as a file.
    I would also like to know if there is any way to change this voicemail message to another file format to play on my hard drive.
    Can anybody help me with this scenario please?
    Thanks
    HB

  • Copy and Paste a channel in Photoshop CC

    Following an on line tutorial I need to copy one channel of an image layer then paste it to the RGB channel.  Command C/V does not work while it does in the tutorial.  I am not sure what version Photoshop is being used the tutorial, but I have seen other posts regarding problems copying text in CC 2014.  Any clues?  I am running Yosemite on an iMac and Photoshop CC 2014.

    Hi Trevor,
    That duplicates the channel, but how do I then paste it onto the RGB Channel.  In the tutorial they copied the red channel to the clipboard (without duplicating it in the channels panel ) then they clicked on the RGB channel and did command V to past the red channel onto the selected RGB (all channels) thereby replacing them all with the red channel.  hope that makes sense, but the operation was simply a copy to and paste from the clipboard.
    Perhaps I should go back and look at it again for the umpteenth time to see if I am missing anything.
    Thanks for the quick response Trevor.  I'll let you know if I find anything new.
    Best
    Michael

  • HOW TO COPY THE PREVIOUS RECORD TO THE CURRENT RECORD

    Hi all,
    i am using form 6i.
    i have one multi record block. the user has to enter all the values and store it to the table.
    My requirement is - if user is in some blank record, if user clicks the button then all the previous record values should be coppied to the record where the user has placed the cursor.
    please help me..
    Thanks..

    user13329002 wrote:
    Except these columns all other columns should be copied when i press the button.So? Use duplicate_record and set the columns you don't want to copy to null or a value you want?
    duplicate_record;
    :my_block.creation_date := sysdate;
    :my_block.modiefied_date := null;cheers

  • Copying master detail records in oracle forms

    Hi,
    Have a master details block , using a copy button i copy the existing contents
    in both the blocks , than primary key and foreign key value of the both blocks are changed and i want to save it as a new record.
    Problem is when i do the above it goes to record status as update
    it is not doing insert with the values.and throwing an error wrt referential integrity
    pls help
    with thanks

    This forum focuses on EBS. For Form specific questions, you can try Forms

  • Copy Purchasing Info Record from old client to new client

    HI SAP Expert,
    When viewing report through the transaction ME1P, there are PO price history.
    I want to copy this history to new client. Does anyone know how to copy it to new client?
    Regards,
    Jalal

    all info you see in ME1P is coming from purchasing documents, not just from info records.
    if you want the history in a new client, then you would need to migrate the old POs.
    for migration you can use LSMW

Maybe you are looking for

  • Bulk Load option doesn't work

    Hi Experts, I am trying to load data to HFM using Bulk load option but it doesnt work. When I Change the option to SQL insert, the loading is successful. The logs say that the temp file is missing. But when I go to the lspecified location , I see the

  • When I create a Planned order using PDS, the Setup time is coming as 0.

    We have been using PPMs for a long time, and now we are trying to migrate to PDS. We are currently in SCM 7.0. I successfully created the PDS in APO (using CIF from R/3). In the PDS (in APO), for a particular activity, I see the  activity type is "S"

  • Value date field BSEG-VALUT

    i want to populate BSEG-VALUT field at customer line item when i am using FB01.But i can populate only at GL account line item.Can some one tell me how can i populate Value date field at customer line item.I checked all the field status groups and it

  • Converting a docuemnt with a barcode.

    I have not been able to convert a Word document containing a barcode to a PDF.  The font is a 3 of 9 Extended True Type font.  Has anyone had any luck with this. 

  • VPN Connection Windows 8,1 Error

    Hello, I 'm trying to connect using VPN connection, but always return an error: "A request to send or receive data was disallowed because the socket is not connected and on a (when sending on a datagram socket using a send to call) no address was sup