Replace table 1 d at a specific point in the 2D array

Hello

I have a chart 2D with a lot of information and the only want to replace data at a specific point, see image:

When I use the subassembly to replace I can replace only a specific line and column item...

Best regards

Thijs Boeree

I think I already had... Without a loop!

I use the table of indexes on the 2D table then I use the subset of the table insert table 1 d, here you can give a hint and replace the 2D array again with the newly formed 1 d array!

Tags: NI Software

Similar Questions

  • How to insert table 1 d elements in specific place in the 2D array

    Hello

    I have a 2D color boxes [10 x 10] table, and I would replace elements with the elements of the array 1 d [4 items] at the precise place.

    When I try to use, subset table replace "I can only specify the INDEX ROW or COLUMN INDEX where to start to put new items. But I need to select the two column/row index.

    Any ideas?

    Hi kamill,.

    When replacing a 1 d table in a table 2D LabVIEW can only replace line - or columnwise.

    When you want to replace specific, but independent, elements that you must use an autoindexing FOR loop to iterate through items of your1D or the berries!

  • can I put a specific point on the page to go with a button?

    I got a page of 1024 x 3072 and I put a button to go to a specific point on the page, for example, to 650px to 724px just using a button.

    So my question is can I do it?, how?... Thank you

    Not supported.

    Bob

  • A specific point in the video gives first element crash

    Hey

    I have a problem that is PISSING ME OFF!

    I have a video file recorded with Dxtory, minecraft, and most of the video is very good. Does with errors or crashes in Windows media player.

    BUT then I took the video and play, at one point in the video, it blocks first elements, no error message, no point of freezing, just "Adobe premiere has stopped working".

    This bug or what ever it is, is a deal with the video file, because I can through the video what ever I want to first elements, and if he doesn't have a Xvid codec, its fine. (Yes I checked if the video file is Xvid and it's not)

    I tried to convert the file to mp4 = new show = just audio

    I tried to compress the file = problem = elements like Xvid

    I tried to run a booster mode, reduce half of the edited video, make the first part without problem = always crashing to the point of 'crash' (if this isn't a memory issue)

    Y at - it no great beautiful man with the answer to everything, who can help me please?

    Thank you

    Yes the links didn't directly help me with my problem, but they helped with something that could prevent this problem.

    The codec-links gave some good information about the weird codec using the Dxtory and also some alternative codecs. I for example will use codecs without loss as an alternative clean "Lagarith lossless codec" or Dxtory´s, called "PackBit codec" and hopfully not having this problem again.

    Now, what I did, was like John T Smith said, using another program to change. But what I have, I found the drop point which was in my video, is 00:13:41:26 gone 11sec back up 00:13:30:00 and make a cut, went from 19 sec before the drop point and makes another cut. I then removed the video clip that I did, so I was left with a g 30 sec.

    Then I went to Windows Live Moviemaker and made an exact replica of the clip I just removed, rendered the clip moviemaker and placed in the ATM in my project to create items.

    It worked fine with no crash! The only down side is these 30 seconds, there is a small decline in quality and a little switch in the sound, but who better than nothing

    Thank you both very much for helping me! With the new codec I got of hunts to the links, I will hopefully not encounter this problem again, and if I do, John T Smith helped me with the solution of movie maker.

    Thank you!

  • Can I assign some SSID for some specific points in the mesh network?

    Hi all

    We put a mesh in the site network. But a wireless client operate only at specific areas and that they are not on the move. So, I want to limit this ssid only at this place. So I wonder if I can attribute this ssid for 1 or 2 access points in this region. Other access points do not have this configured ssid. I can do this in WLC?

    Thank you very much!

    Lou

    He called the AP groups.  (Wireless > advanced > groups AP)

    Please do not forget to messages useful rate.  Thank you.

  • You can define wiggle at specific points in the timeline?

    Hi people,

    I made this cool tutorial on the creation of light streaks:

    https://www.YouTube.com/watch?v=w-JG1n_Yeo8

    In it, he used the wiggle expression to create random movements.  I'm trying to get a trail to follow a specific path and then move within a limited and then travel on a specific path and move within the confines of another deadline.  Imagine the light having to travel through a small tube that opens in an area where there is room to move and then through a tube again to the next area, etc..

    Someone can give me advice on how to achieve this kind of effect or do not hesitate to tell me the name of what I'm trying to achieve so that I can google it.  Thank you!

    Thanks to you two.  I'll look at both of these responses.

    Is it possible to have the AE to consider the field of composition, so that if we use the example above, the boxes and tubes, then some areas of the composition have boxes and some regions have tubes and then let the light streak move randomly within the composition and react accordingly depending on where it is in the composition?  In other words, the conditional we are talking about can be based position and not timeline based?

  • Can I Zoom in on a specific point on the timeline

    There must be a way for me to zoom in on the timeline without losing my place every time by.

    Is there a button I can press while zooming will keep scouring the point in my vision of the timeline.

    I really hope that makes sense...

    Patrick

    The timeline zooms of ICT (except when playing), so I don't know what you're asking for here.

  • Can a button to jump to a specific point on the timeline? (without going to another slide)

    I have a project on a slide, with a synchronized video multiple sliders in one minute. I have two buttons that appear after 10 seconds and pause the slide/video. If the user clicks A button, the action is set to 'continue' and the slide/video starts playing where it left off. HOWEVER, if the B button is clicked, I want the action to skip the user on the timeline to 45 second mark. Is there a a way to do this using advanced actions?

    Screen Shot 2016-02-18 at 3.39.46 PM.png

    Yes, with micro-navigation, which means that you use the cpCmndGotoFrameAndResume system variable and you will need to calculate the number of frame, which can be done with the same tip action. Chassis numbers start with 0. More information on Micro-navigation:

    Micro-Navigation in Adobe Captivate - Captivate blog

  • Turn around a specific point

    I have a script that creates the symbols on the geological maps, positions and turns them in their correct orientation.  However, I don't know how to rotate around a specific point (not the center of the Group). The part of the script in question is:

    If {(dlg.symbol.bedding.value)

    myLine = var stGroup.pathItems.add ();

    myLine.stroked = true;

    myLine.setEntirePath([[posx,posy],[posx+3,posy]]);

    myLine.strokeWidth =. 75;

    myLine = var stGroup.pathItems.add ();

    myLine.setEntirePath ([[posx, posy - 6.75], [posx, posy + 6.75]]);

    myLine.stroked = true;

    myLine.strokeWidth =. 75;

    stGroup.rotate(-azi);

    }

    and I want to rotate around the point [posx, posy].  How to achieve this?

    Have you tried resetting your original document temporarily to the posx, posy. Use the transformation of source document as the point of rotation matrix and reset the origin of the document to its original position?

  • Adding clip at a specific time on the timeline

    This seems to be a very simple task, but I'm pulling my hair out trying to understand this.

    When you put the clips in the timeline, imovie, they automatically move at the end of the previous element, all the way to the left of the timeline. Is it possible that you can move a clip at a specific point in the timeline, say, 01:30, but a gap of no content between 0 and 01:30? I have an audio track at the moment and I try to sync the audio clips, but I take pieces out one at a time and don't want any film from start to finish crafts. There MUST be a way to put videos where I want, at the top of the audio without having to move and attach it to the previous item. I want to just place them where I want to, at some point, and they have to stay there.

    I updated my software and iMovie version (I'm on a macbook pro).

    No, you can only leave spaces between clips in the main FCP timeline.  However if you put a (probably black) background in the iMovie timeline and extend to the duration of the video, then you can put top clips whenever you like and it will display when you play the movie (picture in picture).

    Geoff.

  • How to determine a specific line in the table clicked on

    Hello-

    I need to determine the specific line of a table control that is right-mouse-clicking.  I think that this is possible by using the context Menu Activation? event for the control of the table and get the vertical coordinate in the Coords filter options.

    He is performing experiments to determine the vertical amplitude of each row in the table, or maybe in determining the width of a line and using a linear relationship to determine the possible range of the following lines.  Do you feel it is the best strategy or is it maybe an another easier way to get this information?

    Thank you

    Don

    You can use the CtlRef with the Point in the array to the method line for the information.

    Ben64

    I was too slow to respond...

  • How zoom up to a specific point on a page

    My first question ever to support:
    WIndows 7 - Firefox 32.0.2 - laptop without touching the screen or press the button (mouse and keyboard only)
    I found plenty of ways to Zoom on a page. However, zoom always anchor upwards to the left. I would definitely make a zoom on the position of the mouse pointer. Usually I focused on a specific part of the content and not the whole page.
    Is this possible? Thank you all.

    Bug 1070639 - Feature Request: Zoom on the location of the mouse (specific zoom focus)

  • I want to draw a line between 2 specific points on an image inserted in a Panel? Help, please!

    I am a beginner in working with LabWindows/CVI and I want to draw a line between 2 specific points on an image inserted in a Panel? Please help or examples of code.

    As evidenced by the Wolfgang there is a problem in the definition of recall. InstallCtrlCallback wants a reminder of the standard of review as a parameter: apparently you have structured your reminder callbackName on the prototype of a recall of Panel, which obviously missing the setting "control".

    In addition, the recall of control should be said somewhere before it can be used. In other words, you must add his statement before your function {main}, either in one of your include files, or directly in the code. This is the reason for the error 'found int, whereas CtrlCallbackPtr. '

    Third point: you create a new picture control in the callback assigned to the image control. And you reuse variable 'Test', which already holds a valid control ID...

    Finally: what you expect to make from '1' in callbackData parameter, given that you do not use anyway? Unless you want to adapt the behavior of recall some past in callbackData conditions, you must pass NULL as the parameter.

  • How to store data points in the table

    I'm new to labview and I am trying to store the output of the frequency of 'measures pulsed VI' in a table, add everything together and divide by the length of the array. I don't want a table of numbers to be shown on the indicator. Just average 25 numbers.

    Basically, I want to do, but in labview.

    arrayIndex = 0;

    for (int i = 0; i)<=25;>

    {

    NewData = somedata;

    MyArray [arrayIndex] = newdata;

    dataAvg = dataAvg + myArray [arrayIndex];

    arrayIndex ++;

    }

    dataAvg = dataAvg / 25;

    I have attached my attempt, but its probably a very poor attempt. (The N on my first loop for was 25 when I tried to run the VI)

    Thanks in advance

    You need n number of bed DAQmx to take the average of the number n of steps of the pulse. Silly to take 500 what whatsoever when you have a single DAQmx reading which returns a single measure. As I said, you can use a registry to offset or point-by-point inside the loop. Or, run a number n of the acquisition of times with a loop and moves the pulse measurement in the table for automatic indexing and calculate an average, when all acquisitions are made.

  • Specifications required for the replacement of a hard drive

    Hello

    I have a Presario CQ60 laptop 212em. If I had to replace my hard drive and could not get a replacement of original HP for my computer, what are the elements of the specification would I need to know when looking for a new from another manufacturer to ensure a smooth transition?  Does anyone know the full spec of this hard drive in mine, or how I can find it? I live in England and the originals of HP are not sold here... no positive result from Google anyway.

    Also using HD another manufacturer would affect my use of the HP Recovery discs?

    Thank you

    You need a laptop SATA hard drive. They are generic and interchangeable and much, much less expensive purchased retail rather than buying directly from HP. I think that well less than 50 pounds will buy a 250 GB or 320 GB. We isolated reported problems with 500 gig and any size of 7200 rpm disks. I have never had these problems, but they are there so to be 100% sure get anything larger than 320 gig and stick with rotational speed of 5400 RPM.

    You, the recovery disks to recover on any hard drive, which you put in there.

    Here is an example of a good reader on newegg.com and I think they ship to Europe or I don't know that you can find a similar site in the United Kingdom:

    320 GB 5400 RPM drive

    Let us know if you need specific help with the installation or migration of data.

Maybe you are looking for