Next time, post a response to the original question instead of starting a new thread. I was a little confused about your original question. If you want to read the position of a marker that your instrument is displaying, then you'll have to get out your instrument programming manual and see if there's a command to do that. If you gave us the name of the instrument, someone here might have experience with it and provide more help. If you have a marker position from an instrument and want to display it on your LabVIEW graph, you can use a cursor. Create a property node for the graph and you can set cursor position either by specifying either the array index (when cursor is locked to the plot) or an x and y position.