Multiplier to YScale programmatic change

I am trying to acquire data via a resistance divider and draw scalled values in a waveform.  I have two plots (voltage and current), but I want only one scale.  It didn't work, so I created a simple test VI.  It works the way it is supposed to.  Anyone know what I'm doing wrong?  It seems to work for the second plot in the criterion VI but not the first.

Before you set the numerator yscale, you must set the scale is active (property nodes executed from top to bottom).

Add two additional properties ("scale is active") to the node of property in the right places and wire a 0 for the first and a 1 in the second.

Tags: NI Software

Similar Questions

  • Can I programmatically change the default property to create for all elements of the front panel?

    Can I programmatically change the default property to create for all elements of the front panel?

    I need to make the logout button, when click on, takes care of all the default values of my fron Panel.

    There is no way to programmatically call the functionality of an editor 'Use default' or 'Load Default'. To do it yourself, you will need to write your default values for each control explicitly in the diagram, when the user press the logout button.

  • Name programmatically change a sequence in a sequence file

    Hi, I was wondering if there is a way to programmatically change the name of (rename) a sequence in a sequence file. Thanks in advance!

    You should be able to by this method: (assuming that the sequence you want to edit in the same file)

    ThisContext.SequenceFile.GetSequenceByName (Parameters.OldName). Name = Parameters.NewName

    It does not validate it works correctly but. You really need to check the new name does not already exist, and that the name is valid (only contain letters, numbers, and underscores. Name cannot contain spaces, begin with a digit or be empty. In addition, the name of t may not be 'Value')

  • programmatically change the date of modification to a folder

    Is it possible to programmatically change the date of last modification of a file?  The OpenG info VI file doesn't seem to work for a folder.

    I think you should be able to use .NET, as shown in the attached VI (although in my case, each file fails this and says that the file is being used by another process. If the same thing happens to you I suggest looking more far away).

  • How to programmatically change the width of a graph?

    How can I programmatically change the width of a form of wave or waveform graph? When I create an implicit property of a chart or a graph node, it is read-only. Change the boundaries of the parcel has worked in earlier versions of LabVIEW, but not anymore.

    It works for me in LV2013 but I use the plot area: Dimensions: width property.

  • Programmatically change the selected cell/line of control multi-column listbox

    I want to programmatically change the selected cell of a multicolumn list box whose selection Mode is set to highlight the whole line.  I would use this to highlight the line whatever the list box, I chose to.  It would work the same way if the user has clicked on a line to select and highlight that particular line.  Set Active cell does not fulfill this.

    Steve

    Try to use the property value; p

  • You can programmatically change a border/frame image control

    In a neutral way of the platform programmatically change a border/frame image control


  • programmatically change the def type

    I inherited program that I'm editing with the least amount of change.  One of the controls is used in all of the auxiliary of the screw, and it's a def type.  It's a cluster containing three groups.  I want to programmatically change the limits of data entry on one of the digital controls in one of the clusters of void.  I can't get to the point where I can create a node property to do this.

    The type of data you get from the [] Controls property is a generic control. You must cast to a cluster.

  • programmatically change the range structure case

    I think I already know the answer to that, but I'll ask anyway. In the attached picture, is it possible to programmatically change the range of numbers used by the case?

    Tay

    I probably would solve the problem by program, for example as follows.

    Start by Ravens idea above and use a picture of the limits of the range, for example as described here.

  • Programmatically change the taskflow transaction behavior

    Hi all


    Is it possible to programmatically change the transaction behavior taskflow "Always start a new transaction" to "reuse the existing Transaction? I have a taskflow which must be consumed by different teams and some teams want post me the transaction independent of their own, while others would like to indulge my changes with them once I returned from my taskflow control appellant taskflow.

    Any suggestions on this?

    Thank you
    Srini

    I think that my answer was based on the semantics of your question. You have asked to change transaction option behavior programmatically separate to change the flow of task transaction behavior. Indeed the messages of Jobinesh provide such a mechanism and of course be too aware of the scope of data control.

    Make one step back however, why don't the existing Transaction to use option if Possible do not work for you? If the appellant wants to that you have a remote, they just wrap your call in one always start new Transaction BTF. This way, you don't have to worry about the behavior of the transaction, it is the appellant as it should.

    DMI

  • programmatically change the tab in TabbedMobileApplication?

    I have a TabbedMobileApplication that has X number of tabs. In a view to 1 of the tabs, I want to programmatically change the tab selected to another tab, as if the user clicked the button on the tab at the top of the screen. Is this possible? I searched through the TabbedMobileApplication API and can't seem to find anything.

    Much appreciated!

    Hey,.

    Currently, the best way to change the tab selected by program would be to set the selectedIndex on browser of the application property.  You would do so this type:

    FlexGlobals.topLevelApplication.navigator.selectedIndex = x;

    Note that the navigator in the TabbedMobileApplication class property is not the same browser referenced in a view.  Doing so navigator.selectedIndex an inside view would not work.  I hope that makes sense.

    Let me know if you have any other questions.

    Chiedo

  • Graph of Mixed Signal: how programmatically change the name of the group in the legend?

    Hello LabVIEW community,

    Can someone tell me the property node that would allow me to change the name of 'Group 0' programmatically in the legend below?  I have searched through all mixed methods graphic Signal and nodes of property with no luck and should just be overlooking it.

    Thanks for your time.

    Steve

    Hello Electromecha,

    Unfortunately, there is not a property node associated with the name "Group" in the legend. Several others have made that suggestion over the years. I recommend kudoing the idea in the IdeaExchange.

  • How to programmatically change the limit values

    Hi all!

    I would like to create a special tool to automatically update the test sertain limits in a file of sequence of the external file.

    I learned TS API and I got Posibility to build trees for levels of sequence and to get a type of step.

    And I found only the possibility to change the limits of the stage in the dialogue window, interactively.

    But I want to change boundaries programmatically without using interactive mode.

    Is there this possibility in the architecture of the API, TestStand?

    Thank you for the information.

    Now I understand how to access the properties of the step of the TS API.

    I use the "AsPropertyObject" method to pass the search string in step and have asked the value of the property.

    I hope it will be enough to solve my task.

    Thank you very much for the support.

  • programmatically change the fonts in the application

    Is it possible to change the fonts of the Application/System-dialog box programmatically? (The method of the UI is: Tools > Options > environment > fonts.)

    I'm interested in doing this in the context of internationalization of an application: for English, Spanish, French, German, I can use, for example, Verdana. But once I have in Chinese that I will meet the problem of having to set the font dynamically. Write code to set the font for each UI element user individually is unmanageable, so I wonder if there is a way to define the fonts in the Application, system, and dialogue.

    Thank you

    Mark Zvilius

    To add to the comments of Grant, see Broken Arrow post here

    Ian

  • Programmatically change the name of the value axis on a second value axis

    Hello, I mixed graph signal on which I'm traced two signals.  I created a second value axis, while I have one left and right of the graph.  I am interested in the designation of the value on both axis and were able to appoint only the HR one by using the YScale.NameLbl.Text property.  How can I control the left side?

    Thank you!

    Hello

    You are in the right place, there is a property for this node, I think you should first set the scale is active, then set the property. Sorry I don't have the code I did it at hand for the moment.  It seemed that by using the node property of the top to the bottom, I have would be input to the axis, then change the properties, then another line of entry, change the properties and so on (I did x, but also two Y axis).

Maybe you are looking for

  • Error message when I try to create or reproduce a numbers document.

    When I try to create or reproduce a numbers document, I get the following error message: 'Untitled.numbers' could not be moved, because you don't have the permission to access the 'Documents '.  To view or change permissions, select the item in the F

  • How to manage the parameters of storage for my iPad?

    I get an error message that my iPad storage is almost full; Yet, I still have 177GB available in iCloudl What should do? Thank you, Kay

  • Cannot get sound or audio to work on my lap top

    I recently finished ALL my windows updates in windows 8 and downloaded windows 8.1 hoping my sound and audio would work. I know it works, because he did about a weekago, I HAD a VERY GOOD technical support spend an hour helping me get my Windows 8 re

  • Alleged virus - want to reformat.

    I have xpsp3.gor alureon and other viruses as well I tried tdss killer and others as well.i am sure I've been hijacked.i would like to reformat, but the system won't let me.how on a hammer.can someone help me? I have xpsp3.got alureon and other viyse

  • How do you change the color of the text in the control panel for W7 Pro?

    My control panel text is defined by a color forest green, and it does not change any theme I select.  Does anyone know how to change it for a decent black color?  I went to control panel > personalization > change the windows colors and settings, but