Change direction (swap axes) of graphic intensity

I used a graph of intensity to display frequency vs. time.

What I want to do is to change the direction of the updates. Frequency is currently on the y axis, time is on the x-axis, and new values are added on the right.

I would like to have the frequency on the x axis and the time on the y-axis. Not really picky about whether if the graphic flow down or up, but I would like to reverse the axes

Is this possible? It should be fairly simple to implement, but I was not able to find a way to do

Thanks for your response bob - fortunately I ended up implementing the solution me in any case.

Surprisingly, it isn't that painful - which actually makes me even more annoyed that it is not a standard feature of LabVIEW intant

I found this way in 2006 and used it as a starting point

http://www.NI.com/example/25994/en/

My code is attached.

It allows for the chart to be reset in real time and to change the length of the displayed story (currently, this also clears the chart but it would would we to change that and keep the data it)

I hope this helps someone!

Tags: NI Software

Similar Questions

  • Programmatically change the color graphic intensity c# scale

    I found this thread but does not compile the code in the last example in the last Measurement Studio

    http://forums.NI.com/T5/Measurement-Studio-for-net/change-the-color-map-of-the-intensity-graph-at-ru...

    • IntensityColorMap is unknown

    • don't know what intensityPlot1 is (I have only one IntensityGraph object)

    • intensityGraph.ColorScales [0] does not exist

    I have 2 questions:

    1. What is the best way to change the range of the color worksheet IntensityGraph?

    2. is there a setting to make it all automatic based on Max/Min?  I mean, just the value Max/Mix/number of steps, and she does it all for you?  Maybe there's a setting to set this automatically based on data?

    Thanks in advance

    This example is for the graphic intensity of Windows Forms. In WPF, you boot the Markers collection on the ColorScale assigned to the IntensityGraph with the collection of colors you want. To make the colour scale adjusts automatically to data, set the Adjuster as a value to the property FitExactly and the color scale will update the positions of the markers when data changes.

  • Graphic intensity - how to change the gray background

    Currently I use a node use-> Get Image to gain a picture of my graph of the intensity.

    I want to change the gray background to a flat white or black. Is this possible?

    Graphics intensity is not the usual 'export simplified image', I would say that you paint the transparent background image (foreground and background).  If you really like the Peek, you could add a 'Horizontal smooth box' decoration at the front who don't become not part of the image.

  • misfortunes of graphic intensity ramp 'Centre' of marker...

    Hi all!

    Like many people here, I am displaying the data on a graph of intensity. In my case, I use graphics cursors to move a XY stage and plot the data on the "Z".  I do this very well using TWO regular graphs; one for the movement and other data. Combinging both at intensity is my next step. I can display data very well on a gray scale (so my sliders are apparent and are visible). Now, the part that has banging me my head against the wall...

    The ramp attached example2 is directly from the examples. I just changed the color to a medium gray and I can drag the marker to marker Center up and down, effectively changing the 'contrast' If you want, to make the colors more visible lighter (lighter = a signal louder). I'm trying to do it programmatically in 3.

    3 has some real data that I saved as DEFAULT. Once I "touched" the marker of the ramp, I lost the ability to change the ramp like example2. The parameters are the same. Using some examples, I found, that I managed to find a way to move the cursor from the center using a control (note range, so I get 1E-7, 7-2, etc.). But the color will not change when I change it with another control.

    I want the exact configuration of the example 2, drag the marker and have the change of color range. The color of the center marker can / will be fixed, I tell myself that I can extract data Z MIN/MAX to set the initial position of the Center marker. I'll hide the ramp and just use a cursor to drag the Center marker up and down to move the "Central gray" up and down the ramp.

    How to affect 3? Even manually sliding the marker does nothing now

    Thank you!!

    Steve

    Hello Steven8R,

    I played a bit with your screws for a while, hitting my head also, trying to understand why the other reacts differently. It turns out that it is a very simple solution.

    In your 3 VI, while the VI is running, right-click on the graphic intensity 2 and then deselect the option "ignore the color Array. Then, you good to go.

    As far as coding is concerned, I advise you to replace your reference variables VI with just nodes of property on the graph of the intensity. It will clean up your code and avoid any possible race condition for local Variables.

  • What do you think is the best way to overlay a XY trace on graphic intensity?

    I have some thoughts, but it was not a bad idea to ask this question to the experts here.  The coordinates of the XY plot can be unconnected with the coordinates of the ranges coordinated axe X and Y of the intensity curve.  A few thoughts:

    (1) knowing the X, Y coordinates of the plot, somehow use the draw capabilities to duplicate the XY trace - draw capabilities allow almost anything to be drawn on the charts with a smart programming.

    (2) similar to above, but in fact do, first display graphic intensity of the data in the picture in the image control control (the default container that I use is the graph of the intensity, but for this application, I can switch back).  Mask of image control capabilities can be used?

    Any thoughts are appreciated...

    Ah, I see. You'll really have to do something special. Just your graph XY to be transparent by using the color brush tool, remove the axes X and Y and just place it on top of the intensity card.

  • How to change the color of a graphic texture base?

    The basic graphic texture model is black by default. I am looking for a way to change the color of the black lines that create the texture.

    I read How can I change the color of the graphic baselines? However, I am unable to choose the black line with the direct Selection tool and therefore not able to change the color of the lines.

    Thanks in advance.

    If you want to give basic graphic patterns, a color, simply fill out an object with the model that you want to change and use "redefine". This will add a new pattern of (color) of your color chart,

    Recolor art | Adobe Illustrator CC tutorials

  • Cursor changes direction to another language

    I have Hebrew support on my computer.

    When I type an expression of TS instruction, the cursor suddenly changes direction and the rest of the text is displayed in Hebrew (see attachment for example).

    Can someone help me solve this annoying problem?

    Thanks in advance.


  • Graphic intensity in CVI?

    Hey guys,.

    Our laboratory is moving away from Labview and heading for CVI.  We do a ton of imagery and use the 2D graphics intensity in Labview to display all the data.  I can't, for the life of me, find the equivalent feature in CVI 2010.  Can we help pleaes?

    Thank you

    Austin

    In CVI, you use a regular chart control with the functions PlotIntensity or PlotScaledIntensity.

    Luis

  • How to change direction to leftToRight topToBottom presentation, if the screen orientation changes from portrait mode to landscape

    Hi, I want to change direction in container of topToBottom to leftToRight so change your screen from portrait to landscape orientation.

    How to do this?

    I'm already using this

    on QML

    attachedObjects:]
    {OrientationHandler}
    onOrientationAboutToChange: {}
    If (direction == UIOrientation.Landscape) {}
    myContainer.layout =... / / to leftToRight
    } else {}
    myContainer.layout =... / / to topToBottom
    }
    }
    }
    ]

    I do not know how to set the new value

    Thank you

    Hello

    Use this code below:

    attachedObjects:]
    {OrientationHandler}
    onOrientationAboutToChange: {}
    If (direction == UIOrientation.Landscape) {}
             myContainer.layout.orientation = LayoutOrientation.LeftToRight / / landscape
    } else {}
             myContainer.layout.orientation = LayoutOrientation.TopToBottom / / portrait
    }
    }
    }
    ]

    Thank you

  • I can´t see more save it button to overwrite the changes directly on an open pdf file. Is there a solution to this?

    Hi, I m a free user update to Acrobat Reader DC, but I can´t more see the Save button to overwrite the changes directly on an open pdf file. I mean, I give myself the option "Save as", but then I have to find the right place to save. In my older version of Acrobat Reader when I pressed the button 'save' the program automatically looked for the folder the document I was working on had been, but now it seems that I have to search the folder manually whenever I want to save a file on my computer. Is there a solution to this?

    If not, I would like to install my old version of Acrobat Reader (I m in doubt between X and XI: I think it was the last one). How can I install my old version without losing changes (comments, for example) I did on my pdf files? Thank you very much.

    Best regards

    The "Save" button becomes available when you make changes to the file. If you come to open a file and make any changes to it (and this isn't a temporary file) then this button is disabled. This is how applications work.

    You can get older versions of the player here: Adobe - Adobe Acrobat Reader DC Distribution

  • I subscribe to ICloud Creative pour a team of 2 people.  I was paying $ 114.95, taxes included. For two months, I pay $ 160,94 USD.  How to find l, subscription I had? can I make the change directly from my account?... .o

    I subscribe to ICloud Creative pour a team of 2 people.  I was paying $ 114.95, taxes included. For two months, I pay $ 160,94 USD.  How to find l, subscription I had? can I make the change directly from my account?... General do I contact Adobe?

    It's probably the passage of the special offer that lasts a full pot of for the price of one.

  • hitTestPoint to change direction of moving object

    I'm having a problem of changing the direction of a clip using hitTestPoint. I've got some balls on the screen who doesn't move left, right, up and down. and waiting for the way they move they must change direction. If they move right they have to change to a maximum.  left to the bottom right and left. I tried the following code to get a mobile ball right to change to a maximum of travel.

    Note: movingDir is just a string that I use to keep track of how the ball is moving and is initially set to another class.

    Here is an excerpt of the ball class:

    this._movingDir = "right";
    this._speedR = 5;
    this.x += this._speedR; 
    
    

    public function hittingRebounder(e:Event):void {
                for(var c:uint = 0; c < Ball.ballsArray.length; c++){
                    if(Ball.ballsArray[c].hitTestPoint(this.x, this.y)){
                        if(Ball.ballsArray[c]._movingDir == "right"){
                            trace("right");
                            upMoving.push(Ball.ballsArray[c]);
                            Ball.ballsArray[c].addEventListener(Event.ENTER_FRAME, greenPo****U);
                        }
                        else if(Ball.ballsArray[c]._movingDir == "left"){
                            trace("left");
                        }
                        else if(Ball.ballsArray[c]._movingDir == "up"){
                            trace("up");
                        }
                        else if(Ball.ballsArray[c]._movingDir == "down"){
                            trace("down");
                        }
                    }
                }
            }
    
    public function greenPo****U(e:Event):void {
                for(var g:uint = 0; g < upMoving.length; g++){
                    
                    upMoving[g]._movingDir = "up"
                    upMoving[g]._speedR = 0;
                    upMoving[g]._speedU = 5;
                    upMoving[g].y -= upMoving[g]._speedU;
                }
                
            }
    

    Help would be very appreciated. Thank you.

    What I mean is that your ball class will be on each moving balls.  He would boil up to something like the following...

    package {}
        
    import flash.display.MovieClip;
    import flash.events.Event;
        
        
    SerializableAttribute public class ball extends MovieClip {}
             
    public var _startX:uint;
    public var _startY:uint;
    public var _movingDir:String;
    public var _speedU:uint;
    public var _speedR:uint;
             
    public void Ball() {}
    the constructor code
    this.addEventListener (Event.ENTER_FRAME, ballMove);
    This ._startX = this.x;
    This ._startY = this.y;
    }
             
    public void ballMove(e:Event):void {}
    {if (Start.isStartPressed)}
    This.y += this ._speedU;
    This.x += this ._speedR;
    } else {}
    This.x = _startX;
    This.y = _startY;
    }
    }
    }
    }

    The ball class doesn't have a table... it's just a balloon.  The range of balls would be something that is managed by a different process, something which oversees all the balls.  It could be your other package (since it deals with all the balls), or it could be another package.  But here's what I intended as far as the other class goes...

    package {}

    import flash.events.Event;
    import flash.display.MovieClip;
        
    SerializableAttribute public class PosRebounder extends MovieClip {}
             
    public static var isRebounderHit:Boolean = false;
    public static var ballsArray:Array = []; you need to fill in this table
             
    public void PosRebounder() {}
    the constructor code
    this.addEventListener (Event.ENTER_FRAME, hittingRebounderElect);
    }
             
    public void hittingRebounderElect(e:Event):void {}
               
    for (var i: uint = 0; i
    If (ballsArray [i] .hitTestPoint (this.x, this.y)) {}
    If (ballsArray [i] ._movingDir == "right") {}
    ._movingDir ballsArray [i] = "rise."
    ._speedU ballsArray [i] = - 5;
    ._speedR ballsArray [i] = 0;
    } ElseIf (._movingDir Ball.ballsArray [i] == "left") {}
    ._movingDir ballsArray [i] = "down".
    ._speedU ballsArray [i] = 5;
    ._speedR ballsArray [i] = 0;
    } ElseIf (._movingDir Ball.ballsArray [i] == "up") {}
    ballsArray [i] ._movingDir = 'left ';
    ._speedU ballsArray [i] = 0;
    ._speedR ballsArray [i] = - 5;
    } ElseIf (._movingDir Ball.ballsArray [i] == "down") {}
    ._movingDir ballsArray [i] = 'right ';
    ._speedU ballsArray [i] = 0;
    ._speedR ballsArray [i] = 5;
    }
    }
    }
    }
    }
    }

    The code above is not intended to be plugged in and tested since the balls themselves are not defined in it and the initial positions of them aren't, nor their initial sense.  But that again is something that could be handled by a function of oversees who treats all the balls... maybe another function in the second class, shown above.

  • Graphic intensity scale and the Transformation of coordinates

    Hi all. First post ever so please bear with me. I'm trying to plot the data that I am buying a load cell in coordination with the X - Y position, I get my motion control system. The news of load cell must be the z axis. I'm receiving the order of movement data, then acquire the load cell signal on average and store them in a table. I would like to plot these data for each movement of x and there axis so that I can see a real-time mapping of the data that I have gained. I joined a program that computes XY positioning required with load cell data simulated by a random number. Drawing the x - y graph coordinates XY is the standard path measurement I use. I wish that the graph of the intensity to draw the same way with the correct details used on the axes. If I could put the xy graph and the graph of the intensity, it would be a major bonus. I can't wait to hear any response that helps me on this one. Thank you in advance for your time and effort. Only, I'm stumped on this one!

    Keith

    I'm sorry. Realized that I do not understand a Subvi. Deleted so the program should work if download you it directly. Just a few notes: Spray size in inches and normally between 2 and 20 inches, degrees lateral spray angle is normally between 10 to 45 degrees. Angle of transverse jet is normally between 2 to 10 degrees. Pin diameter is in inches and usually falls 0, 020-0, 080 range.

  • How to change the color of the graphics in InDesign?

    I have a frame with an image in grayscale on the inside (preparation of a brochure, two colors: black and other color of my choice).

    Rather than having the photo in black (gray scale), I want her to be in shades of other color I have available. I can do this since in InDesign?

    Every month we change the color of the brochure, so ideally that I just need to double click on the respective color in shades and all the elements of text, graphics etc. in color will change.

    Thanks for your help!

    You can colorize images in opaque grayscale or bitmap images mode either by selectiing with the direct select tool and chhosing, a shade of the color of thread, or by dragging the nuance it on the image.

  • Change direction 'Point At' and 'Snap alignment to the Motion?

    I use the dot to the and also the Alighment Snap application behaviors and this work with the Green axis as the "forward" direction arrow, but this isn't the 'front' of my work. You can turn the anchor? How to change the default direction for these behaviors?

    Thank you!
    Scot

    Maybe you should try to change the setting of the axis in the behavior?

Maybe you are looking for

  • Keyboard/mouse

    Hi, I have a HP S3541 [UK model number] and mouse and the wireless keyboard provided the two "Act to the top". Intermittently, the ladies of the keyboard off letters completely / is slow to respond and the mouse is the same, lapse nervousness and alm

  • There will be a fix for Firefox 8 crash at startup, even in safe mode?

    I always use Win XP. Yesterday, when I was invited in FF7 to upgrade to FF8, I did. Now I can not access FF at all, because it crashes at the start even in safe mode (when I click on the logo of FF & hold down the SHIFT key). There will be a solution

  • SAMSUNG SSD Pro 840 died after two days of Thinkpad Yoga

    I replaced my new Thinkpad Yoga with Samsung 840 Pro SSD and he died two days after I see the core in something Page error, and I couldn't start later. I am connected later this SSD to USB port on my other laptop and he was dead. Lenovo Diagnostics f

  • I think that my hotmail account has been hacked, I can not connect

    urgent please respond right im gettina p * d off I'm stuck on my email how f * k I'm destined to recover my account, I think that it's been hacked as well as another site that has my card details on it has been 2 days now, microsoft do nothing im try

  • Problem WMP

    Initially asked to Try * 3. All of a sudden I can't open WMP. When I click on the icon on my desktop, I get the following message: "The wmplayer.exe file has a version number of 12.0.7601.17514 where 12.0.7601.18150 was expected. Windows Media Player