02-20-2007 07:33 PM
02-21-2007 12:16 PM
02-22-2007 08:51 AM
03-06-2007 08:47 AM
03-10-2007 11:03 AM
Ebele O.
Thank you very much by your support, it was really nice of you and it help me to understand more the use of the plot function.
Michal
Also thank you very much by your help, like Jeff your vi help me a lot, maybe where not as specific like he’s by the use of different instrument’s but also help me to understand Lab View and the way it works, thank you very much it was really nice of you.
Jeff
I truly appreciate your helpful example, until now I’ll prove it and it work perfectly, and seeing it help me a lot in order to understand better the use of the download traces vi and the other vi´s and the way of the OSA works. I kind believe you are a genius, lol thank you very mucho, I hope don’t butter you if I continue asking you questions of your example and the driver or OSA.
Let me try to explain better about my project, and sorry about my English, I have a GPIB/LAN Gateway directly connected to de OSA, so using LabView VISA tcp/ip port to have connection with the OSA using the LAN, the main object of my project is to represent the principal functions of the OSA in LabView, in order that someone can control it and make simple measurements in other room or area, so until now I can send some basic functions, but I need to make a button that when I push it retrieves the plot of the measured trace, also I will like to download to the computer the array in .xls or .txt or something like that in order to analyse the trace or see the main points of it. This is the vi that I’m trying to do.
Jeff I copied your plot in order to gave you a mayor idea of what I´am trying to do, when I press the button that says “ Plot trace” the vi plot the trace that is in that moment appearing in the OSA, also with the button that says “ download trace” the points of the array will appear in a specific path and name of the computer. You could see that I’m just begging with this, and also I’m new in the use of the Lab View.
03-10-2007 11:47 AM
04-21-2007 01:32 PM
Hi everyone}
I have a big question referent to the Driver for the OSA 86143B, someone know how to put a marker in a specific place using this driver, I can only put it in highesth peak , next highesth peak, lowest pit... only in peak or pit an so on. could anybody know how ?
04-21-2007 01:38 PM - edited 04-21-2007 01:38 PM
Message Edited by jrpe on 04-21-2007 01:48 PM
04-23-2007 06:21 PM
Hi jrpe, yes I already had searched in the help file, and seem theres not a VI that can do it, only a VI named "ag8614x_markerPosition" , The description of this VI its down, I also tried to send a query using other VI, but in the programing guide of the instrument also only let put the marker in a peak or in a pit, but not in a specific place eventhough where not be a peak or pit , or in the center of the Wavelenght, the only thing I can do, is to start te WL in the specific place less one, stop the WL plus one, and then put the marker in the center of the WL and then return the WL start and stop to its original sites, but this acomplish a lot of time and instrument procesor, for a simple task.
_________________________________________________________________________________________________________________
ag8614x_markerPosition
Syntax:
ViStatus _VI_FUNC ag8614x_markerPosition(ViSession instrumentHandle, ViInt16 marker, ViInt16 marksetting);
Places the marker under one of the following conditions: On the highest point of the trace. On the next peak located at a shorter wavelength than the current marker wavelength position. On the next highest peak from the current marker amplitude. On the next peak located at a longer wavelength than the current marker wavelength position. On the lowest point of the trace. On the next pit located at a shorter wavelength than the current marker wavelength position. On the next lowest pit from the current marker amplitude. On the next pit located at a longer wavelength than the current marker wavelength position.
Agilent Technologies AG8614xB Instrument Driver Help
_________________________________________________________________________________________________________________
ag8614x_markerToCenterWavelength
Syntax:
ViStatus _VI_FUNC ag8614x_markerToCenterWavelength(ViSession instrumentHandle, ViInt16 marker);
________________________________________________________________________________________________________________
04-23-2007 07:26 PM