PickRotateBehavior only on z axis

Hi!
I created a PickRotateBehavior and added to my BranchGraph so all my geometries would have this behavior. But I needed them to rotate only around the z axis.
Does anyone has an idea to share? Please...
Thanx!

Yeah, my bad - I was confusing the curved X vs Time with the acceleration - the curve is obviously a sineusoid which is what you would expect from a circle.
The Z is linear as you would also expect.  Switching the plots to Acceleration (which I thought I had set) shows the accelartion in X/Y and Z.
One follow on question though - how do you use the Motion Assistant VI's exactly?
I have the profiles that I want but not sure how to input them into the 73xx motion hardware, confused with what to do with the result of these VI's - how to get them into the motion hardware..
If you create an LabView VI from Motion Assitant it doesn't use the "MA" VI's from the Motion Assitant sub-menu, it appears to create everyting using traditional flexmotion subvi's.

Similar Messages

  • OBIEE 11G: Can I set limit on number of ticks only on horizontal axis and zoom in if I want to?

    Hello
    Is there a way I can restrict the total number of ticks on horizontal axis only? Say I want to set it to show only 24 ticks on horizontal axis. I am putting date and hour on the horizontal axis, if I take 3 dates of data, I will have 3X24 = 72 ticks on the chart, but I want the chart to show only 24 ticks. So it's pretty much ticks for 3 hours on the horizontal chart in this case.
    Can this be done?
    Second, if the first can be done, then can I then zoom in to any ticks on the horizontal axis, and it would show be the break down of this ticks, which is made up with 3 hour's performance separately?
    Thanks

    The zooming feature was ok, but what if I want to zoom in on just a specific area between the ticks when only 1 click?
    Any thoughts?

  • Cursor move only in x-axis

    hi,
    i' looking for a solution, because i have no idea …
    i want to move the cursor in an animation only left & right (in x-axis) on a fix y-axis level.
    thx for input
    regards w

    Hi Werner
    I am not sure If we can directly control mouse cursor with java script, since that has numerous security implications. But it is possible to disable the cursor, and simulate the movement of cursor.
    In that case, the following links may help you.
    Pointer Lock API - Web API Interfaces | MDN
    HTML5: Use the pointer lock API to restrict mouse movement to an element | Smartjava.org
    Thanks
    Manigandan

  • Line graph, How do graph month only on Horizontal axis?

    I'm trying to graph year trends by month on the horizontal axis. However, it keeps breaking up the months by adding the year, so I have three separate line trends. How do I fix this?

    Hi,
    You should move to the production version of JDeveloper 11g that was just released:
    http://www.oracle.com/technology/products/jdev/index.html
    However I have a answers for your questions:
    1. Setting time tick labels to hours: This should work by setting continuousTimeAxisInterval="CTAI_HOUR" on the advanced graph tag.
    Here's the tagdoc for that attribute.
    continuousTimeAxisInterval      
    Specifies the interval along a continuous time axis only if you want to override the value that the graph calculates automatically. Valid values are as follows:
    * CTAI_AUTOMATIC - (Default) Graph calculates the interval automatically.
    * CTAI_YEAR - Sets the interval to years.
    * CTAI_MONTH - Sets the interval to months.
    * CTAI_DAY - Sets the interval to days.
    * CTAI_HOUR - Sets the interval to hours.
    * CTAI_MINUTE - Sets the interval to minutes.
    * CTAI_SECOND - Sets the interval to seconds.
    2. Vertical gridlines can be set by using the o1Axis tag and setting the tickStyle. This should change all o1Axis ticks to gridlines. For different lineStyles, you can also use the lineStyle attribute.
    <dvt:graph>
    <dvt:o1MajorTick tickStyle="GS_GRID"/>
    </dvt:graph>
    Hope this helps
    Katia

  • Problem: Orbit Camera Tool Only Rotates One Axis

    Hey forum, please forgive the newbee question. I just upgraded to motion 4 and noticed that in a 3D project the orbit tool only swivels the view in one axis (I cannot tilt the view).
    I just opened a new project. Inserted an object. Created a camera. Switched to 3D. Choose the top view from the compass. Clicked and held on the 'orbit camera' in the top right... no 3D axis rotation (same protocol works perfectly in motion 3 with full 3D perspective rotation).
    Guessing I am missing something really simple... Any thoughts?

    That's how it works now. If you want to orbit on multiple axes, you need to be in an Active Camera or Perspective view.

  • How Do I Get Yt Chart To Display not Only on y-Axis?

    I am importing data from a simple ASCII file w/ no time information (simply displacement values) and I want this to display on a Yt chart. Currently the Chart displays a small dot on the Yaxis- that moves up and down, but will not diplay along the x-axis. How do I fix this so it will display along the whole chart?!
    I have included a file with this simple part of my program I am having problems with and the file I am trying to import from.
    Thanks! 
    Attachments:
    WP_Simple.DSB ‏88 KB
    S3.ASC ‏20 KB

    The X/Y chart is block based - you define the number of blocks that will be plotted, but each block is plotted as it is received.
    The Chart Recorder is one of the most flexible displays, allowing data of varying block size and sample rate to be plotted. It is time based, and plots each block as received. It does need at least two points to draw the line.
    The Y/t Chart and the X/Y chart are less flexible, and are optimized for speed, plotting a full block or blocks as received. The Y/t Chart has some additional features - Fast Recorder and 
    The Diagram module is time based and plots each block as received.
    - cj
    Measurement Computing (MCC) has free technical support. Visit www.mccdaq.com and click on the "Support" tab for all support options, including DASYLab.

  • Autoscale Y only over displayed range when zoom X axis

    When a graph is zoomed over only its X axis, the Y range retains its values for the entire data range.  I'd like the Y range to be adjusted and scaled for only those Y values now plotted on the zoomed graph.  Is it possible to have this happen automatically without resorting to code to accomplish it ?

    I asked NI about this then I had some problem and was using 7.0. The message was that this was not a bug. So then you use autoscale Y on a XY graph it uses the full range to calculate the scale settings. I some sort of fixed this way. This is perhaps fixed in later versions
    Besides which, my opinion is that Express VIs Carthage must be destroyed deleted
    (Sorry no Labview "brag list" so far)
    Attachments:
    Ysacle_fit.llb ‏78 KB

  • Drag annotation in one axis only

    I have some annotations that are created automatically on an XY plot.  The annotation is associated with a time point in the x-axis, but it might be created right on top of some data.  I would like the user to be able to drag the annotation (not just the label) along only the y-axis.  Is there an easy way to do this?
    One solution which won't be too difficult to add to my code is to track the drag and then reset the x while leaving the y alone.  But I was hoping there might be an easier way that I am missing.
    Thanks,
    Matt

    Hi mattkav,
    I am not aware of any easier way to accomplish this. The only other thought I had was to create an invisible cursor at the current location of the annotation, and then as the cursor is being dragged, move the corresponding annotation. I don't think this would really be any easier than the solution you proposed though.
    Nick R
    NI

  • We have a problem when we hitting instrumented axis services in weblogic 8.

    First we create a domain its only support for axis services.we need to set classpath according to my project.The classpath is going to set in my creating domian name like as "AxisDomain" in that "startweblogic.cmd" file set classpath like
    "%JAVA_HOME%\bin\java %JAVA_VM% %MEM_ARGS% %JAVA_OPTIONS% -Dweblogic.Name=%SERVER_NAME% -Div.home=c:/work/build/Java/ -Dweblogic.ProductionModeEnabled=%PRODUCTION_MODE% -Djava.security.policy="%WL_HOME%\server\lib\weblogic.policy" weblogic.Server"
    in this we add our classpath like " Div.home=c:/work/build/Java/ ".Then i start the server and deploy the sample axis service war file it contains " server-config.wsdd" file.In that file the following line shows.
    <service name="CalCService" provider="java:RPC">
    <parameter name="allowedMethods" value="*"/>
    <parameter name="className" value="test.chap.calc"/>
    </service>
    In this sample war works fine.After that used my project and configure the services to getting log file purpose.Then used my project Configure/Instrument the Sample War file.we have config.xml file in our project use that file we configure the sample war file.Configuration is used for added our expected jar like "Handle.jar" file into the deployed services lib folder.Our hadlers are also added into the server-config.wsdd file like
    <service name="CalCService" provider="java:RPC"><responseFlow><chain name="HANDLER_JAVA"><handler type="java:org.apache.axis.handlers.JAXRPCHandler"><parameter name="className" value="com.collectors.jt.WebServiceCollector"/><parameter name="endpointId" value="http://localhost:7001/calc1/services/CalCService"/></handler></chain></responseFlow><requestFlow><chain name="HANDLER_JAVA"><handler type="java:org.apache.axis.handlers.JAXRPCHandler"><parameter name="className" value="com.collectors.jt.WebServiceCollector"/><parameter name="endpointId" value="http://localhost:7001/calc1/services/CalCService"/></handler></chain></requestFlow>
    <parameter name="allowedMethods" value="*"/>
    <parameter name="className" value="test.chap.calc"/>
    </service>
    Configuration finished after that i want to restart my server that time only redeploy the configured services into the below location :
    "C:\bea\user_projects\domains\javadomain\myserver\.wlnotdelete\extract".
    Our nedded jar files also added into this location given below:
    "C:\bea\user_projects\domains\javadomain\myserver\.wlnotdelete\extract\myserver_calc1_calc1\jarfiles\WEB-INF\lib"
    Its not happening in weblogic 8.1.1 and weblogic 8.1.3.
    But its not added the needed jar files into the above location in weblogic 8.1.1 and 8.1.3.when i deploy the same configured services that time only its works fine.I don't need to redeploy the service whenever i restart the server that time only i want to added jar files into that location.
    This problem is only happening in weblogic 8.1.1 and 8.1.3 its not happening in weblogic 7.5 and 8.1.4 .
    In the weblogic 7.5 and 8.1.4 when finished my configuration and restart the server that time its added the jar files into the below location
    "C:\bea\user_projects\domains\javadomain\myserver\.wlnotdelete\extract\myserver_calc1_calc1\jarfiles\WEB-INF\lib"
    after that i hitted the services using vordel box its working fine and getting log files.
    can any one give me a solution to rectify this problem in Weblogic 8.1.1 and 8.1.3.?

    forgot to say that I can only use 1 core and it´s not possible/locked to change in preferences/memory and multiprocessing

  • Different manual y-axis in multiple systems

    Hallo,
    i "ve some problmes to generate a report in Diadem. I have measured values, 600.000 datapoints in 2 channels, current and pressure. The measured values are in a wide range, but i have to lock for the small signal behaviour, so i have to zoom in small x/y areas. The founded points of interest must documented, so i use the function "transfer to report". While i look the data in n-systems i get a report with lines in multiple systems. The problem is the Y-scaling, the scaling is automatically to the whole range of the data, but i want the Y-scalling of the small y area. If i want to rescale manually i found only 1 y-axis, but i see two different y-axis. After rescale manually the scaling is for both axis the same. If i go back to automatically scalling the scaling is different but the same porblem like before, scaling to whole datarange.
    How is it possible to have two different manual y-scallings in a multiple systems diagramm with two data-tracks.
    best regards
    Lutz

    Hi Lutz,
    I sort of understand what you're talking about, and this sounds like something we should be able to configure correctly in REPORT.  I won't fully know what you mean until you send me a data set and the TDR layout file that you're struggling with.
    Brad Turpin
    DIAdem Product Support Engineer
    National Instruments

  • Manual X axis scaling

    Hello,
    I would like to scale x axis manually. For example, the x axis data will be like this:
    70
    71
    72
    73
    74
    75
    110
    111
    112
    113
    160
    161
    162
    As a result, there will be a gap between 75 and 110 (also between 113 and 60). In order to diminish the gap, I have to config the x scaling like 70...75, 110...113, 160...162. Is it possible to solve this problem?
    Thanks
    kind regards,
    zhiyao

    Hi zhiyao,
    There is no configuration setting in DIAdem to do this with one axis system.  What you could do if you wanted to solve this without programming would be to place two axis systems side by side (one on the left, the other just to the right of it), then configure their x axes accordingly:
    [ 70, 71, 72, 73, 74, 75 ]  [ 110, 111, 112, 113 ]
    In the example you listed, you would need 3 axis systems.
    If you're willing to program the solution, then you can change only the x axis numbering with a user command that is placed in the format string of the x axis text, but this does not affect the way the values are graphed.  In that case you would need to plot the data vs. array index, so that the real x axis always ran [1, 2, 3, 4, ...], but you could change the display of the x axis to match the real x values, stored in the x channel [ 70, 71, 72, 73, 74, 75, 110, 111, 112, 113, 160, 161, 162 ].  Type "CFV" into the search field of the DIAdem Help to see more on the subject of changing the x axis display using the CFV variable in the x axis format string.
    Ask if you have further questions,
    Brad Turpin
    DIAdem Product Support Engineer
    National Instruments

  • Chart options: Y axis scale

    Hi,
    I created a bar chart for a report that simly displays the count for each distinct value of a field.  I would want the Y scale (which displays the count) to only present integer values (its a count, so it's obvious there can't be any non-integer values).  Currently it's set to auto select the range and the number of divisions, for which the range it's ok but the divisions don't always come out as all integers.  From what I can see, the only way to do this would be to set the min to 0, max to the max count on the report (which is normaly what the auto range does), and the number of divisions as the max count minus one.  I don't really see any other way.  Apparently there's no way to do this dynamically (like in a formula), and I don't think I can use static range values.  Is there any way to do this?  I just want to confirm what I know and see if there is any other way to do it.
    Also, this is probably not the forum to post this, but just in case, is there any way to do this programatically in code without needing extra libraries or extra tools?
    Thanks,
    Diego

    First of all, by static and dynamic data, do you mean the options for the chart?
    Also, I don't want to display the max count on the chart.  I would just like to use it on the options for the chart's Y axis as the max value, although I don't think I need to, since the auto scale already does that.  I think the only thing I should need is set the number of divisions to display on the Y axis.  For example, if the chart has two bars, one for lets say color red, and one for color yellow, and lets say on the data there were 4 red and 6 yellow.  So the chart will have two vertical bars, one for red going from 0 up to 4, and one for yellow, going from 0 up to 6.  The chart will automatically make the range on the Y scale go from 0 up to 6, but it might make the divisions at say 1.5, 3, and 4.5.  But I would like it to not use decimal values for those divisions, instead only divide the axis on integer values, like on 1, 2, 3, 4, 5.  To do that, from the options the chart gives me, I can do it by setting a specific number of divisions on the axis (in this case it would be 5 divisions).  I just want to know if there is any way I can set that in a formula or something, of if it just has to be the same value for every report (without having to change it directly on the Crystal Reports editor, because the reports get generated automatically with different sets of data).
    Thanks,
    Diego

  • Labview basic vis for controlling Newport ESP6000 controller and 3 axis stages

    I have looked in Ni.com's development zone and cannot find anybody who
    has created or developed Labview code for controlling a ESP6000
    Newport controller. Newport provides the basic level dll for use with
    Labview. Has anybody developed a good basic LabView VI implementing
    these dlls?
    Any advice and suggestions on how to proceed would be greatly
    appreciated.
    K Patel

    This is a library I just quickly put together from what I remember when I used to used the ESP6000 and Unidrive systems - All you need to do is call "Open and Initialise Axes" (note the Australian/UK spelling!) and then home each axis individually, and then call any of the other commands (Move Relative, Move Absolute, Stop, etc) - note: sue to an hardware limitation, you can only home one axis at a time, and that could take a while!
    *** The DeveloperZone is not letting me upload the library - email me (address below), and I'll email it directly to you.
    Like my answer? Give it a rating!
    Christopher G. Relf
    Certified LabVIEW Developer
    [email protected]
    Int'l Voicemail & Fax: +61 2 8080 8132
    Aust Voicemail & Fax: (02) 8080 8132
    E
    ULA
    1) This is a private email, and although the views expressed within it may not be purely my own, unless specifically referenced I do not suggest they are necessarily associated with anyone else including, but not limited to, my employer(s).
    2) This email has NOT been scanned for virii - attached file(s), if any, are provided as is. By copying, detaching and/or opening attached files, you agree to indemnify the sender of such responsibility.
    3) Because e-mail can be altered electronically, the integrity of this communication cannot be guaranteed.
    Copyright © 2004-2015 Christopher G. Relf. Some Rights Reserved. This posting is licensed under a Creative Commons Attribution 2.5 License.

  • Graph label in Drill down graph to display only the lowest level label

    Recently I have upgraded from OBIEE 10 to 11g.
    Some reports have a country -> region -> branch drilldown, for which hierarchy is created in business layer of RPD. The graph, drills down from Country -> Regions -> Branches and displays the measures accordingly. But the horizontal label displays the full hierarchy , like CountryName,RegionName and Branch Name. In 10g, I used to get the Branch name only in the axis label.
    I would like to display only the Region names when Country is drilled down and the branch name alone when the Region is drilled down.
    Kindly help.

    In 11g it is bug....
    For this u should create 3 individual reports (1 for country, 2. Region, 3. Branch) and give action link one to another.
    for filter make sure the required column "Is Prompted" for every detailed reports.
    Pls mark if it helps
    -Chinna

  • Webi Chart Dynamic X Axis lenght

    Dear experts,
    Is it possible to define an X axis as dynamic? I mean, is there a way that the chart size changes accordingly to the data show, i.e, if I choose to see only January (X axis) I would have a smaller chart (1 column only) but if I choose to see from Jan to Dec I would have a bigger chart since I would see 12 columns?
    Thanks in advance.
    Regards,
    Inê

    Hey Inês, You're correct, it is normal behavior of showing chart data if you have less object LOV's.
    Try these:
    Chart == >> properties ==>> Autofit Width & Autofit Height(if required).
    Hope it solves your prob.
    Gracias...!!

Maybe you are looking for