LabVIEW

cancel
Showing results for 
Search instead for 
Did you mean: 

esp300

I am trying to set on/off joystick of Newport ESP300 in the program. Does anybody know if it has an Ascii command which can perform such action? Right now, I have to press a few buttons from the panel of esp300 to get it done when I turn on the power.
If you happen to have experience in this issue, please let me know.
 
     Thanks 
0 Kudos
Message 1 of 7
(4,171 Views)
Have you looked in the programmers manual of the 300 for such a command?
~~~~~~~~~~~~~~~~~~~~~~~~~~
"It’s the questions that drive us.”
~~~~~~~~~~~~~~~~~~~~~~~~~~
0 Kudos
Message 2 of 7
(4,160 Views)
yes, I did, the document doesn't have detail information about how to active /deactive joystick.
0 Kudos
Message 3 of 7
(4,157 Views)
Bummer. You may want to contact Newport to see if such a feature is 'undocumented' and can be implemented.
 
~~~~~~~~~~~~~~~~~~~~~~~~~~
"It’s the questions that drive us.”
~~~~~~~~~~~~~~~~~~~~~~~~~~
0 Kudos
Message 4 of 7
(4,151 Views)
Hi,
 
Are you programming in LabVIEW? Instrument drivers for third-party devices can be found at ni.com/idnet. Happy programming!
Amanda Howard
Americas Services and Support Recruiting Manager
National Instruments
0 Kudos
Message 5 of 7
(4,137 Views)
Yes, I am using Labview. Either labview driver(from NI) or Newport's document doesn't have information for this action. Fortunately, Newport support just sent the the script for active/deactive. I haven't tried yet, I guess it will work.
 
   
0 Kudos
Message 6 of 7
(4,133 Views)

If you can call programs that have been stored within the 300 to execute via remote GPIB or RS232 commands, this method may work for you. It may be worth looking into.

See:

http://www.newport.com/servicesupport/document.aspx?doc=1308&searchfor=joystick

If you can also look at the code in the 2 joystick programs, it may give you clues how to write up the command set to do so via remote.

If all else fails, try contacting Newport Tech Support.

Good Luck

-AK2DM



Message Edited by AnalogKid2DigitalMan on 12-20-2007 02:20 PM
~~~~~~~~~~~~~~~~~~~~~~~~~~
"It’s the questions that drive us.”
~~~~~~~~~~~~~~~~~~~~~~~~~~
0 Kudos
Message 7 of 7
(4,126 Views)