swings Posted October 8, 2006 Report Share Posted October 8, 2006 Right now,I want to use Labview to control the Specturm analyzer through the ethernet interface..... Does anyone know how to do this? resourse in hand: labview 8.2 Advantest specturm analyzer U3700 series Quote Link to comment
crelf Posted October 8, 2006 Report Share Posted October 8, 2006 Advantest specturm analyzer U3700 series A good place to start is the National Instruments Instrument Device Driver Network. Your device isn't listed there, but there are a few with model numbers close to yours, and with a little adjustment to the VISA drivers you should be able to get something up and running. Another possible resource is the manyfacturer's website: http://www.advantest.com Quote Link to comment
swings Posted October 11, 2006 Author Report Share Posted October 11, 2006 hi crelf,thanks for your reply. now,i have configed it in the MAX. the advantest specturm analyzer is not supported by the VXI-11 bus. for i have configed it in the max,i want to communicated it by using the VISA VIs i programed a simple VI for the communication,but it can't work when i run it,it showed err -1073807343 can you help me again. Quote Link to comment
Ton Plomp Posted October 11, 2006 Report Share Posted October 11, 2006 when i run it,it showed err -1073807343can you help me again. Hi swings, what is your code? Ton Quote Link to comment
Mellroth Posted October 11, 2006 Report Share Posted October 11, 2006 I guess it is a VISA error, just open Help->Explain error... and paste your code into the error code field. Error -1073807343 occurred at an unidentified location Possible reason(s): VISA: (Hex 0xBFFF0011) Insufficient location information or the device or resource is not present in the system. Seems like you are using a bad address? /J Quote Link to comment
swings Posted October 12, 2006 Author Report Share Posted October 12, 2006 I guess it is a VISA error, just open Help->Explain error... and paste your code into the error code field.Error -1073807343 occurred at an unidentified location Possible reason(s): VISA: (Hex 0xBFFF0011) Insufficient location information or the device or resource is not present in the system. Seems like you are using a bad address? /J HI JFM,thanks for your reply. just like this. what can i do to solve this problem? my instrument is Advantest specturm analyzer U3700 Series U3751 my software is labview professional 7.1 visa 4.0 full version i set my instrument ip 192.168.0.1 socket number:5025 (referenced by the instrument manual) my pc ip:192.168.0.2 connected by a cable with RJ45 my instrument is not supported by the VXI-11 bus so in the MAX i selected the RAW network socket when i configed it. Quote Link to comment
Albert Geven Posted October 12, 2006 Report Share Posted October 12, 2006 Are you using an ethernet hub or a crosscable? otherwise your computer and spectrum analyzer are talking on the same wire and both listening on the other wires. and that means no communication HI JFM,thanks for your reply.just like this. what can i do to solve this problem? my instrument is Advantest specturm analyzer U3700 Series U3751 my software is labview professional 7.1 visa 4.0 full version i set my instrument ip 192.168.0.1 socket number:5025 (referenced by the instrument manual) my pc ip:192.168.0.2 connected by a cable with RJ45 Quote Link to comment
swings Posted October 13, 2006 Author Report Share Posted October 13, 2006 Are you using an ethernet hub or a crosscable?otherwise your computer and spectrum analyzer are talking on the same wire and both listening on the other wires. and that means no communication i am using a crosscable...... what can i do ? Quote Link to comment
Recommended Posts
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.