03-21-2011 11:30 PM
I want to acquire 16 bit digital data with Tektronix TLA7016 using Labview7.1 on Windows 7 OS. I am unable to get driver for TLA7016 on ni.com/LABVIEW. So please help me regarding driver for TLA7016 using Labview with some Examples. I tried NI VISA but its not connecting to TLA7016
Regards
SAMEER KAWTHALE
03-22-2011
12:07 AM
- last edited on
12-17-2024
02:58 PM
by
Content Cleaner
When you say "not connecting", please be specific. Which protocol are you trying to use? GPIB, or TCP/IP? If it's GPIB do you see the analyzer in MAX? If it's TCP/IP have you verified that you can ping it?
As for instrument drivers, you can download an instrument driver for a similar model and modify if for the command set that's applicable to your instrument. For instance, there's instrument drivers for the TLA5201. Don't know how similar it would be to the 7016. You could also build one from scratch. You are using an old version of LabVIEW (which, by the way, is not officially compatible with Windows 7), and I don't believe it has the instrument driver template. You can peruse the NI KnowledgeBase on tips on creating instrument drivers. E.g.:
03-22-2011 12:24 AM
I am using LAN(TCP/IP) interfce also getting Reply from TLA7016 when pinged.I tried MAX TCP/IP interface in devices and interface section but also unable to connect..If there is no ready instrument driver for TLA7016 or any other TLA series driver can be used for TLA 7016 with LabVIEW? Which version of LABVIEW is compatible with windows 7 ?
03-22-2011 12:37 AM - edited 03-22-2011 12:38 AM
In Labview 7.1 block diagram function pallate has instument driver template
03-22-2011
09:09 AM
- last edited on
11-12-2024
08:38 AM
by
Content Cleaner
@Mihir_s wrote:
I am using LAN(TCP/IP) interfce also getting Reply from TLA7016 when pinged.I tried MAX TCP/IP interface in devices and interface section but also unable to connect..
"unable to connect" is too vague. What did you try? In MAX TCP/IP instruments don't show up automatically. You have to create a TCP/IP instrument connection. What were your steps? Did it perform a search of the subnet? Did the instrument show up?
If there is no ready instrument driver for TLA7016 or any other TLA series driver can be used for TLA 7016 with LabVIEW?
As noted, there is no ready-made instrument driver for that specific model. As I said, this means you have to modify an existing one, or create your own. Do you have the programming manual for the instrument? If not, get it, as you'll need it. Check to see how you're supposed to communicate with this instrument. Check its programming syntax. Is it message-based. I.e., do you send human-readable strings to it to tell it to do something?
Which version of LABVIEW is compatible with windows 7 ?
Did you try a search? Windows Version Compatibility with LabVIEW