How to change z axis limits programmatically

Could you show how to change z-axis limits (min and max) programmatically in the attached VI?  It is a simple VI that uses the 3D plot.  Would it be the same on x and y axes as well?  Would really appreciate your insights.  Thanks.
Solved!
Go to Solution.
Attachments:
Untitled.vi ‏28 KB

Hello,
I don't have LV 7 installed so I can't post the VI sorry.. here's the short answer to your question, you have to use property and method nodes from the ActiveX palette (see screen shot), item 0 is scale X, item 1 is scale Y and item 2 is scale Z.
More generally there are loads of threads dedicated to 3D graph issues, just do a forum search .
Hope this helps
When my feet touch the ground each morning the devil thinks "bloody hell... He's up again!"

Similar Messages

  • How to Change Graph Axis

    hi all!
    Does somebody know how to change the Axis of a BIBeans Graph in a JavaApplication? i want to change the dimension which appears in the graph with one of the page dimensions. is that possible? how?
    greetz pm

    1. You could use waveform chart and use the Property Node for changing X0.
    2. You could use Waveform Grpah and actually wire in BOTH X & Y values.
    3. You could use the Offset Proprty Node of the waveform graph, as shown in the attached vi.
    Hope it helps!
    ~J5
    2006 Ultimate LabVIEW G-eek.
    Attachments:
    Offset.vi ‏23 KB

  • Dynamic changes on axis limits

    hi, for each charts, we can set the "Axis Limits" (under "Axis Scaling" property")
    by chosing "Specify manually", we can set "Minimum value" and "Maximum value" manually.
    but it is "hardcoded".
    is it possible to have:
    the minimum value or maximun value are dynamically changed by the exact minimum value and the exact maximum value from the column (data source) ??
    therefore , if the data changes, user dont need to set again
    (although "Zoom to data range" is an alternative but the result is not very good)

    I think it is impossible , so I close this thread, thanks

  • How to change script time limits in FlashBuilder 4/ error #1502

    Hy guys i have a seriusly problem, and i hope that any one to help me.
    I'm a developer GIS, and i develop a Web Mapping Application with FlexViewer ArcGIS. I have a widget that call a model that i published in REST. When i run the widget i have error #1502. I know that i change the timeout of my script, but i don't no what i do.
    In my flex compiler i have this:
    -locale en_US -source-path=locale/{locale} -keep-all-type-selectors=true
    How to change the default script time limits to 60s or higher.
    Please say me what i do
    help
    thanks

    Maybe try a binding to alter the value.
    <fx:script>
       public var nTab4OpenedX:int = 100;
       //Function to change the tab4 opened X value.
       public function ChangeX():void
          //Change the value to 500.
          this.nTab4OpenedX = 500;
    </fx:script>
    <s:SkinnableContainer id="tab4" x.tab4opened="" x="0"

  • How to change Brightness in Blackberry programmatically

    This Que belongs to Blackberry Application Development.
    can any tell me how to change brightness/contrast of an image in Blackberry?
    I tried something but It doesn't work for me.
    I have used a class and implement a interface called ImageTonalityControll.
    It has methods like getContrast(),setContrast(int val),getBrightness(),setBrightness(int val), and more.
    following is the code I use-
    LoginSuccessScreen is my class.  I have loaded one image in this class. But the there is no effect of changing Contrast on Image. Help me in this case..It will solve my other controls also. If U have your logic plz share....
    private void changeImageContrast()
    LoginSuccessScreen login=new LoginSuccessScreen(bp1);
    login.setContrast(50);//set contrast value 50
    contrast=login.getContrast();//reading contrast value to check the result
    String s1=Integer.toString(contrast);
    Dialog.inform(s1); //display the result on dialog

    Select Menu > Settings > Settings > General > Personalisation > Display > Brightness > Change and adjust the slider between Dark and Bright.
    If  i have helped at all a click on the white star below would be nice thanks.
    Now using the Lumia 1520

  • How to change the display limits of a dynamic table?

    Hi folks,
    I'm using DW CS4 and PHP. I've got a php page with a dynamic table and repeating region that I built for my client. This table lists our entire active member list. Initially I built the dynamic table to show only 50 records at a time because 300+ records made an overly long page. Now my client wants all the records on a single page, because he doesn't like clicking through the recordset paging of First - Next - Previous - Last list to find who he is looking for. I tried changing the Repeating Region behavior to All Records (rather than 50) but it still displays only 50. I'm sure this is because initially when I set up the dynamic table, I limited it to 50 there. Is there an easy way to change the dynamic table from 50 to All Records, without rebuilding the entire page? I've looked in several places and can't find a way to edit this. Thanks for your help,
    Gail

    Gunter,
    Thanks for your continued help on this forum. You have made people's
    work a lot easier and stuck with them through some thorny issues.
    If I may redirect you to an issue I had a few months back - the initial
    posting was here at:
    http://forums.adobe.com/thread/767154?tstart=300
    I couldn't turn the answers I received into a workable solution. Would
    you be willing to take a look at this?
    Thanks again for your help,
    Gail

  • How to change bottom axis SharePoint PerformancePoint analytic chart dynamic

    Hi,
    I have created SharePoint PerformancePoint analytic chart. By default I am showing the chart for last 4 weeks data. But data source would contains last 8 weeks data.
    My end users wants to select the week as per their required.
    Is it possible to change the bottom axis?
    Could anybody tell?
    Thanks & Regards
    Poomani Sankaran

    Hi Poomani,
    According to your description, my understanding is that you want to show the SharePoint PerformancePoint analytic chart for last 4 weeks data.
    For your issue, you need to consider use MDX expression.
    The following MDX expression displays the last 4 fiscal years from current fiscal year. When the fiscal year changes so does the filter data. Note that for this MDX expression to work, the date dimension must have
    current attributes defined.
    (EXISTS([Date].[Fiscal Year].Children,[Date].[Current Fiscal Year].&[Y]).Item(0).LAG(-4)
    : EXISTS([Date].[Fiscal Year].Children,[Date].[Current Fiscal Year].&[Y]).Item(0))
    Reference:
    https://bennyaustin.wordpress.com/2013/01/15/sharepoint-mdx-expressions-for-performancepoint-filters/
    Best Regards,
    Eric
    Eric Tao
    TechNet Community Support

  • ECU Toolkit - Change x-axis values of characteri​stic

    Hello all,
    I would like to ask for help with ECU toolkit. I establish communication with ECU (CCP), send in and out characteristics/measurements. Now I need to send special type of characteristic - Curve (1D). I use MC Characteristic Write.vi to change Z-values and MC Set Property.vi (Char X axis) to change X-axis values. As you can see on the picture, Z-values are changed, but X-axis values are not changed by this way (second column).
    Does anybody know what is the problem or how to change x-axis values?
    Thanks.

    Hello Petr,
    this depends strongly on what the ECU supports. The Characteristics (i.e. the Z axis) is always changeable, that's why it is a characteristics.
    The corresponding axis might be fixed (i.e. be a simple array of fixed values), then the axis is read-only and you can't change it. However there are cases where the axis values can be written on the ECU... then the SetProperty(X-Axis) should work. There are also cases where the axis is not settable as axis, but there exists a different characteristics which contains the axis values, and this one is changeable. It depends pretty much on what is implemented in the ECU.
    You might want to contact the supplier of the ECU to clarify this issue.
    Hope this helps,
    Christian

  • How can I change 3D graph Axis captions programmatically?

    Hi All,
              I'm using a 3D graph to display results of a particular set of tests. I wish to change the caption on an axis depending on which test I'm running, e.g. the x-axis to change its caption from Deg C to Time (nS), there doesn't seem to be a property node to facillitate this. Could someone please point me in the right direction?
            Thanks
               Rgds,
                ds1 
    Solved!
    Go to Solution.

    If you are using the CW 3d graph then see this thread where I illustrate how to change a property by using the CW 3d graph proprty screen as a guide.
    If you are not using the CW 3d graph .... I can not help you.
    Ben
    Ben Rayner
    I am currently active on.. MainStream Preppers
    Rayner's Ridge is under construction

  • How to change Enumerator programmatically in LabVIEW called in Teststand

    How to change Enumerator programmatically in LabVIEW called in Teststand ?
    I know that Enumerator cannot be changed programmatically since the data type itself different from other controls like Ring and Combo box. 
    My application  involves in Property loader which will load the list of names to Enumerator during Initialization. And the same shall be used by operator to select in further steps for testing. I tried with Ring and combo box but it doesn't works because its not giving dropdown option in TestStand Steps to select the name.
    I need a drop down and also programmatically changing the value of the same variable. I had gone through all forum solutions regarding Enum, but I couldn't get any work around for this.
    Please suggest me a solution or best work around to do this.
    Thanks,
    Vijay
    L&T Limited
    Certified LabVIEW Developer
    India.

    Can you provide an example of how a ring control/combo box does not work?  This should be the way to do what you want unless I am misunderstanding exactly what you want to do.  In theory you could have a dynamic enumerator type, but there are lots of hoops to jump through using VI server and scripting and it is not worth the effort.  Aesthetically, you can make the ring control and enumerated data type look exactly the same.  I would be using a ring control.
    Please post an example of how it does not work.

  • How to edit test limits programmatically

    Hi All!
    I would like to create a special tool to update sertain test limits in a sequence file from external file automatically.
    I have learnt TS API and I have found posibility only to build tree for sequence steps and to get a step type.
    And I have found only possibility to edit step limits in dialog window, interactively.
    But I want to change limits programmatically without interactive mode use.
    Is there such possibility in TestStand API architecture?
    Thanks in advance for information.
    Solved!
    Go to Solution.

    Thanks a lot Jigg for your replay.
    Not, I don'n try to write some editor. More simply.
    I try to provide for quality management stuff simply possibility to change some certain limits in the test sequence without sequence editor use.
    Changing test limits is the most typical task for test equipment on production line because changing some components under test.
    There is large risk to use sequence editor for such purposes because may be suddenly changed other important values.
    And navigate through large test sequence to find certain step is very difficult task for people who not deeply knows it.
    My idea is extract sertain steps IDs to test report file and then use them in case some limits change.
    I want to write some tool to update limits automatically from external data file without sequence editor.
    Dear Jigg
    When I use sequence editor I can see lookup chain "Step.Limits.Low..." in Variables tab.
    But it discover properties for certain selected step.
    When I open a sequence file in my programm I navigate through it using methods Sequence->GetStep()  to get some step object.
    But I can't see "Limits" in step property list for this object.
    I can't find a way to select some step programmatically in SequenceView component to use VariablesView programmatically.
    If I simply use LV function Get Property Value then I don't uderstand how to point certain step property for it.
    May be I have to get certain sequence context to do it?
    Still be waiting your advises

  • How to change axis values in Numbers

    In v1.7 I have tried to change the axis values on existing charts but can't find how to do it...
    So I tried to create bar charts from scratch in order to rebuild the old ones with the new axis data but I can't find out how to set any of the axis values on chart creation now!!
    Has something changed - or am I just thick/blind?!!

    Is it so difficult to read given answers ?
    Barry described the correct scheme.
    In the table "to_chart", the cell A1 contains :
    =ROUNDUP(ABS(MIN(Tableau 1 :: B:E))/10,0)*10
    The cell B2 embed the formula :
    =$A$1+Tableau 1 :: B2
    Apply fill down and fill to the right.
    On the left edge, the colored rectangle is a text block in which I inserted the label values.
    Of course if you dislike this scheme, you are perfectly free to use an other application.
    Yvan KOENIG (VALLAURIS, France) lundi 4 juillet 2011 14:37:56 iMac 21”5, i7, 2.8 GHz, 4 Gbytes, 1 Tbytes, mac OS X 10.6.8
    Please : Search for questions similar to your own before submitting them to the community
    To be the AW6 successor, iWork MUST integrate a TRUE DB, not a list organizer !

  • How to change the limitation of Table name's length?

    The length of table's name or field's name is limited to 30 characters.
    Can I change it? If I want to create a long name table,then how can I do?
    Thanks in advance!

    This is a duplicate of another question
    How to change Table name's length?
    The short answer is no, you cannot.
    Justin
    Distributed Database Consulting, Inc.
    http://www.ddbcinc.com/askDDBC

  • How to change focus in programmatic way?

    Hi,
    1. how to change focus in programmatic way?
    2. is there any way to define tab index?
    With Regards,
    Wai Phyo

    1). http://docs.oracle.com/cd/E16162_01/apirefs.1112/e17491/tagdoc/af_scrollComponentIntoViewBehavior.html
    2). no

  • How to change dynamically the number of lines to show in time chart

    Hello all,
    I need your help for the following scenario:
    In browser is an applet available that contains a tree. Each tree node have the id. The user can select  a tree node and open a crystal report with time chart. This time chart shows values for tree node id(y-axis). The values are measurement values from database. The database table contains:
    id_field = tree node id,
    value_field = measurement value,
    and time_field.
    So, my problem is that the user can select more than one tree node. The maximum selection count is 16.
    My idea is to do something in the following way:
      1) create function ("myFunction")
      2) set function as filter
      3) add my function  (or parameters)to y axis
    For example:
    filter:
    if {@time_field} in {@time_begin_param} to_ {@time_end_param} and {@myFunction}
    "myFunction"-function:
    if ( treenode_id1 != -1 )
    then "if {@id_field} = treenode_id1"
    else if ( treenode_id2 != -1 )
    then "if {@id_field} = treenode_id1 or {@id_field} = treenode_id2"
    When the user selection is changed:
    1) in my struts action u2013 create report programmatically
    2) set parameter treenode_id1 u2013 treenode_id16 equals user selection
    3) open report
    My question is what is the correctly way to solve my problem?
    And here some concrete questions:
    1) When I set 16 parameters for y axis how can I hide unused parameters?
    2) When I'm using filter with function is the function in db request or are all data requested and then filtered?
    3) Can I add data set to my chart programmatically from my struts action?
    4) When it is possible can I add parameters to y axis also programmatically?
    5) Is it possible to change data set of crystal report without recreating the report?
    Any help is appreciated!
    (and sorry for my bad english)
    Greetings,
    Nikolas

    Hello all,
    I need your help for the following scenario:
    In browser is an applet available that contains a tree. Each tree node have the id. The user can select  a tree node and open a crystal report with time chart. This time chart shows values for tree node id(y-axis). The values are measurement values from database. The database table contains:
    id_field = tree node id,
    value_field = measurement value,
    and time_field.
    So, my problem is that the user can select more than one tree node. The maximum selection count is 16.
    My idea is to do something in the following way:
      1) create function ("myFunction")
      2) set function as filter
      3) add my function  (or parameters)to y axis
    For example:
    filter:
    if {@time_field} in {@time_begin_param} to_ {@time_end_param} and {@myFunction}
    "myFunction"-function:
    if ( treenode_id1 != -1 )
    then "if {@id_field} = treenode_id1"
    else if ( treenode_id2 != -1 )
    then "if {@id_field} = treenode_id1 or {@id_field} = treenode_id2"
    When the user selection is changed:
    1) in my struts action u2013 create report programmatically
    2) set parameter treenode_id1 u2013 treenode_id16 equals user selection
    3) open report
    My question is what is the correctly way to solve my problem?
    And here some concrete questions:
    1) When I set 16 parameters for y axis how can I hide unused parameters?
    2) When I'm using filter with function is the function in db request or are all data requested and then filtered?
    3) Can I add data set to my chart programmatically from my struts action?
    4) When it is possible can I add parameters to y axis also programmatically?
    5) Is it possible to change data set of crystal report without recreating the report?
    Any help is appreciated!
    (and sorry for my bad english)
    Greetings,
    Nikolas

Maybe you are looking for

  • Issuer of sso ticket is not authorized SAP gui logon

    Hello, Would you please brief me how to enable SSO between two ABAP systems for NWBC. We are not able to browse from source system to target system in NWBC, a logon prompt of second system is displayed for each browser session. What I did. Certified

  • Connect Apple TV to ad hoc network

    I want to use AirParrot to mirror my Windows 7 to my Apple TV, but it doesn't connect a lot and is slow when I do it normally. So I decided to create an ad hoc network on my Windows 7 Machine in hopes that I could have my TV connect to it.  But it is

  • Using e-mail with parental controls

    Is there a way to get the parental controls to allow my daughter to access her college e-mail and still have the adult website filtered? My daughter is starting college classes (at 14 yrs. old). The classes are set up for kids are above average achie

  • Missing class in weblogic-tags.jar for 6.1 beta

    I am using the weblogic-tags.jar and am getting an error when           pre-compiling my jsps:           [java] [jspc] parsing /ami/drugsearchtestresult.jsp:           [java] [jspc] resolved taglib uri 'weblogic-tags.tld' to           taglib-location

  • SA_USER_ADMIN.SET_USER_LABELS and roles

    (9i Release 2) SA_USER_ADMIN.SET_USER_LABELS has user_name as a parameter. Is there a way to specifiy levels, compartments and groups for a role? Using SET_USER_LABELS with large numbers of users could be very tedious. Enterprise users could be diffi