Read out the position of 3D cursors

I would like to read out the position (x,y,z) of defined cursors of a 3D plot. How to create the right property node?
Best regards
Daniel H.

reply # 10 of this thread
http://forums.ni.com/ni/board/message?board.id=170​&message.id=143663&jump=true
I show you how to manipulate a cursor.
I hope that helps,
Ben
Ben Rayner
I am currently active on.. MainStream Preppers
Rayner's Ridge is under construction

Similar Messages

  • How to find out the position in which an application hangs

    Hi,
    is there any possibility to find out the position in a source, in which a deployed application hangs?
    For example, there is an endless loop in an application, which is already deployed. In runtime the application hangs in this loop. How can I findout in which line the application hangs?
    In other words, how can I see the stack of a certain process,for example, http_workerx?
    Regards,
    Ali
    Message was edited by:
            Ali Maraschi-Schouschtari

    Hi Ali,
    With <b>SAP NetWeaver Composition Environment (CE) 7.1 SP3</b> it is very easy.
    <i>1.) Open the SAP Management Console
    2.) Go to AS Java Threads tree node - you will see all the threads that are currently started on the system
    3.) Check for threads that are colored in red - it takes about 30 sec the system to detect that an HTTP thread (http_workerx), as it is in your case, is hanging/executing endless loop.
    4.) Right click on the hanging thread (colored in red) and pick 'Callstack' from the pop-up menu
    5.) In the new window you will see the stack-trace showing what exactly this hanging thread is doing at the moment.</i>
    With the <b>previous versions (or SPs)</b> you need to apply a little bit more technical skills for the same result. <i>(1) you need to do produce thread dump of the server that is suspected to have hanging thread</i> and (<i>2) to analyze this thread dump (check what the threads in Running state are doing).</i> As it is in your case with the HTTP worker threads, their names are also printed in the thread dump, so you can focus only on them.

  • How can I read out the IP of an client

    I want that an trusted applet can read out the IP of its user and can send ist to a server, but I can't find how I can do this (maybee I'll find it, but I need this soon)
    Please help!

    Hi!
    I want that an trusted applet can read out the IP of
    its user and can send ist to a server, but I can't
    find how I can do this (maybee I'll find it, but I
    need this soon)Well, I don't know if there is a method for this but you can do this with a little trick - and you don't need a trusted applet for this:
    - you need a program running on your server which accepts connections and stores the ip-address (socket.getInetAddress()) or whatever you want to do with it.
    - your applet just connects to this program and then disconnects.
    bye, Simon

  • IPhone/iPodTouch Question: How can I read out the actual Wifi/Hotspots?

    Is it possible to read out the actual WiFi/Hotspots? Which hotspots are now available? Over which Objects/Classes i have to do this? (i need the data as input for a game and a music program)
    thanks for any help
    t00cg@la1n

    I'm also looking for a way to read the available WiFi networks. There must be a solution for this since the application WiFinder does exactly what I seek to do. And it's available through the app store (i.e. it's not a solution that requires a jail-broken phone).

  • To find out the POSITION OF Nth OCCURANCE OF A PARTICULAR CHARACTER

    Hi,
    Is it possible to find out the POSITION OF Nth OCCURANCE OF A PARTICULAR CHARACTER IN A STRING in crystal reports?
    Eg:
    I have a string abcdabcdabcd
    Now I want to know the position of the 2nd occurance of u2018au2019 in the string u2018abcdabcdabcdu2019

    hi,
    dim MainStr as String=u2018abcdabcdabcdu2019
    dim SubStr as String='a' 'Give which alphabet do you want.
    dim Num as integer=2 'Give which 'a' do you want. i gave for second a.
    dim ResultStr as string
    dim ResultNum as integer=1
    dim Position as integer=0
    for i as integer=0 to MainStr.length-1
    ResultStr=MainStr.SubString(i,1)
    if ResultStr=SubStr then
    ResultNum+=1
    if ResultNum=Num then
    position=i+1
    exitfor
    endif
    endif
    next
    hope this solves your problem
    regards,
    varma

  • How to print out the position of 2 dimension arrays?

    there are 2 dimension arrays, how can print out the position of value than 4?
    for example
    0 2 3 2 2 2
    0 1 1 2 5 3
    1 2 3 3 2 1
    print out:
    The pos is ( 5,2).

    Hello
    If I understand your question correctly, you are trying to print out the indexes where the value in your matrix is greater than 4
    If this is the case, then what you need to use is nested for loops e.g.
    for (int i = 0; i< array[0].length; i++)
    for (int j = 0; j< array[].length; j++)
    int value = array[i][j];
    if (value > 4)
    System.out.println("The pos is (" + i + "," + j + ")" );
    Regarding the syntax I have used to get the size of the array, I am not sure if this is correct, but you should have an idea of what I am doing.
    Sajid

  • How to read out the scale values of an intensity graph?

    My aim is to read OUT the scale ranges (Max and min values DISPLAYED) of an intensity graph.
    I want to do a scan of an area, display the result in the graph, graphically zoom in on something interesting and then use the zoom coordinates to define the area for the next scan.
    Is that possible, and how?
    If impossible, is there a work-around?
    Solved!
    Go to Solution.

    Use the "XScale.Range" and "YScale.Range" property nodes. 
    www.movimed.com - Custom Imaging Solutions
    Attachments:
    Scale Ranges.vi ‏13 KB

  • My Mac reads out the current time (every hour) TWICE!! Any ideas how to fix it??, My Mac reads out the current time (every hour) TWICE!! Any ideas how to fix it??

    Hello everyone!
    Some months ago, I enabled the feature to read out the current time every full hour. Since yesterday, my mac reads it out twice, completely interleaved.
    What can I do to fix it, so it reads out the time each hour only once?

    I've run into the issue and it seems to be related to an app not fully supporting the iOS you're on, the reboot doesn't usually solve it.
    I've solved it in the following manner(s):
    1) Backup the device to iCloud, then erase the iPad (Content and Network Settings).
    2) Setup the iPad and choose to restore from iTunes/iCloud Backup (wherever you backed it up)
    3) Perform any software updates
    I have not tried simply performing the software updates (which may fix it, but if it doesn't you won't be able to perform the above steps).
    Enjoy.

  • Reading out the project-path

    Hello, I want to read out the path my Java-Prog's running in. How does this work ?
    Regards,
    Findus

    String path = System.getProperty("user.dir");
    bye
    Baro

  • How to retrieve the position of 2 cursors in the same plot?

    Hi, I have actually 3 different questions.
    1. I would like to know if there is a way to get the cursor positions of two cursors? I want to use these values in another part of the program. I have via the property node of the plot gotten the x-value of one of the cursors, now I need the x-value of the other cursor.
    2. I would like to be able use a control to switch between the x scale of a plot to be logarithmic or normal. Is this possible?
    3. How can build an executable that is not executed when I start the VI? I didn't have problem doing this when I was using version 7.1, but now I don't find the option not to run the VI on startup.
    Any help on any of these problems would be highly appreciated!

    (1) See image for two possible solutions. The bottom solution is useful if you have many cursors and want to get all positions:
    (2) see answer above.
    (3) There is a bug in LabVIEW 8.20 that does not allow to turn off "run when opened" for built applications.
    Message Edited by altenbach on 04-18-2007 11:24 AM
    LabVIEW Champion . Do more with less code and in less time .
    Attachments:
    GetCursorPositions.png ‏4 KB

  • To find out the position on a string..

    Hi,
    I want to write a oracle query where i will pass the string and it will give me the position of 'a' on that string.
    I dont want to write the procedure, only the select statement. Could we do this..
    Like if i will pass Haraprasad, it should give me 2,4,7,9
    if i will pass Gopala, it should give me 4,6
    Thanks,
    Haraprasad..

    Like if i will pass Haraprasad, it should give me 2,4,7,9
    if i will pass Gopala, it should give me 4,6nice homework assignment.
    How are YOU going to solve this?

  • Can I read out the Line-in connector of my PC and process datas in Labview??

    I would like to read an analog signal from the line-in connector. Furthermore I would like to process theses data. Are there any VI's or examples concerning this problem?

    In LabVIEW the Sound Input VIs will read from whatever device is configured for recording in Windows. If you have the line-in set as the recording device then the Sound Input functions will allow you to read in from line-in. There are some examples that do this that ship with LabVIEW titled:
    Sound Card AutoPower Spectrum.vi
    Sound Card Simple SpectrumAnalyzer.vi
    Hope this helps.
    Kevin R
    Applications Engineer
    National Instruments

  • How do i read out the actual voltage range of the daq board as calculated by labview based on my input voltage range

    I am somewhat new to DAQ so I hope I describe this well enough, but I have encountered a requirement for my VI that I am not sure how to obtain from LabVIEW. It is my understanding that when using a DAQ board (I'm using a PCI-6034 E) you can specify the voltage range you expect from your measurements, and then the software calculates the actual voltage range it will be measuring to ensure that you get the best resolution in your range that you can given the voltage step size, etc. of the equipment. I know how to extract the voltage input that I enter into the virtual channel, but I was wondering how I can extract the actual voltage range that the hardwar
    e/software is using based on its own calculations from my input. Can anyone help me with this?

    If I understand correctly, you want to retrieve the actual gain value (and, therefore, usable input range) used by your DAQ card for a particular measurement.
    I think there's a good KnowledgeBase entry with your solution entitled "Programmatically Determining the Gain Used by a DAQ Device". Here's the URL:
    http://digital.ni.com/public.nsf/3efedde4322fef19862567740067f3cc/c93d3954ec02393c86256afe00057bb0?OpenDocument
    Regards,
    John Lum
    National Instruments

  • CIC0 - REad out the org unit of actual user

    Hi there,
    I have the problem that I code in a BAdI while saving a ticket and now I have to check in which org unit the actual user is. The problem is that one user can be in different org units and so he gets a popup (after start CIC0) with which he can chose which org unit he want to use for this session in CIC0.
    And now I'm looking for a function module or a class that gives me the information which org unit he selected at start.
    Is this possible?
    Thanks a lot
    Kind regards
    Markus

    Hi,
    It sure is possible. Look for function module RHACTORGET* , (I cant remember the exact name and I dont have system right now)
    If you user ID you will get details user details in the orgranisation structure.
    -Anand

  • Find out the peak position from graph

    Hello All,,
    Actually i want to run this algorithm real time,, to find out the peak position from graph ,, i need to generate the position automatically,,, firstly i try to use image processing by  apply threshold followed by edge detection and the find out the center of each  detected part. the drawpack of this procedure is that the obtained images are different and that lead to different threshold values,, so how can i directly find the position from the graph,,, here i attach the image and the graph of the image,,
    thank you,,
    Attachments:
    11.png ‏15 KB
    13.PNG ‏85 KB

    Hello Klemen: 
    here i will explain in more details: the main objective of my work is to calculate velocity of small particle,, i perform my experiments by exposing the particle to 2 light pulses,, and i know the time between the two pulses,, so i need to know the distance to calculate the velocity,,, for that i apply correlation,,, the spot that appear in the correlation image is an indication of symmetry,,,so i should know the location of maximum intensity of each peak. The central peak (highest intensity) will be the reference (zero point) and the other peaks locations should be subtracted from the reference peak to determine the shift,,,
    Here is the sequence of the process:
    Acquiring raw image, correlation, position of central peak, shift calculation, velocity determination,,,,,
    applying image processing is good idea in case of post processing condition,,, but in my case i need it real time, that mean if i need to apply image processing for calculation, i have to find out a universal criteria for threshold value that can be applied for all raw images,, from my experiments i didn't find specific criteria & i have to manually change the threshold value,,
    If I choose the intensity (grey level) to be the criteria, then the small peaks (symmetry) will not take place,, because their intensity is very low compare to the central peak,,,
    So the most reliable procedure is to directly find out the position of the two small peaks beside the central peak and save this values into an array and use it for calculation,,, I hope I am clearly explain my problem..
    Thanks 
    Attachments:
    7-2.png ‏36 KB
    7-1.png ‏3 KB
    7-700.PNG ‏123 KB

Maybe you are looking for

  • Help! I'm running out of options

    I was having a lot of problems with my phone last week so on Saturday I decided to Factory Reset it. It seemed to help with the battery dieing so quickly. However when I did go to charge the phone all 3 of the chargers i had for the phone did not wor

  • Doubt about installation SAP NETWEAVER AS ABAP 7.03 TRIAL VERSION

    Hey guys,   I need a help about installation SAP NETWEAVER AS ABAP 7.03 64 TRIAL. During installation I got the question informed on the image below. What do I have to do in this part?

  • Query taking longer to execute the second time.

    Hello, I have a query joing few tables and views and when i execute it the first them, it executes within a seconds, immediately if i execute it the second time it takes about 40 seconds to execute. I am using Oracle 11g [11.2.0.1.0]. Please find the

  • Purchase order referencing released purchase requisition change

    Hello everybody When we create a purchase order making reference to a released purchase requisition, I can still make changes on the item such as changes on the quantity, value, etc. We would like to know how to restrict changes of purchase orders wh

  • MIAW with a border or shadow

    I have a border or shadow around my MIAW. I need to get rid of it. I have attached the code used to launch the MIAW. I shouldn't have a shadow since I am on Windows.