11-28-2011 09:14 AM
Mon but est de développer un instrument pilotable par le bus GPIB.
Cet instrument est un simple PC sous Windows XP muni d'un convertisseur USB-GPIB.
En 2006, nous utilisions une carte PIC-GPIB avec une version NI-Device qui offrait certaines fonctionnalités pour développer un instrument.
Cette version n'étant plus disponible et surtout non compabitble avec notre convertisseur USB, quelle est l'API chez NI doit-on utiliser?
Merci pour votre aide.
11-29-2011
11:36 AM
- last edited on
01-31-2025
09:05 AM
by
Content Cleaner
Salut Jean_Mi50!
S'il vous plaît note que ce "discution forum" est assisté uniquement en Anglais. Pour obtenir une assistance en Français s'il vous plaît envoyer ici.
Pour cet appareil particulier (GPIB-USB-HS), vous devez télécharger et installer le driver NI 488.2. Par ailleurs, J'imagine que l'ordinateur avec XP, qui fonctionne comme l'instrument possède déjà un programme pour la contrôler, mais ce qui vous recherchez est une API pour l'ordinateur de contrôle. Pour cela, j'essayais à utiliser LabVIEW, qui est un moyen fiable et facile pour créer ce programme. Vous pouvez trouver quelques exemples de code ici.
S'il vous plaît laissez-moi savoir s'il ya quelque chose additionnel que je peux clarifier.
Cordialement
Charlie O'Farrill
Applications Engineer
National Instruments
What API used to develop an instrument that is a PC running Windows XP? [New]
My goal is to develop an instrument controlled via the GPIB bus.
This instrument is a simple PC running Windows XP with a USB-GPIB.
In 2006, we used a card with PIC-GPIB and some NI-Device version, which offered some features to develop an instrument.
This version is no longer available and especially non compabitble with our USB converter, what is the API in NI should I use?
Thank you for your help.
Jean_Mi50 hello!
Please note that this "discution forum" is supported only in English. For assistance in French please post here.
For this particular device (GPIB-USB-HS), you must download and install the NI 488.2 driver. Also, I guess the computer with XP, which functions as the instrument already has a program to control it, but what you are looking for is an API for the control computer. For this, I would try to use LabVIEW, which is a reliable and easy way to create this program. You can find some code examples here.
Please let me know if there is anything additional that I can clarify.
Best Regards
Charlie O'Farrill
Applications Engineer
National Instruments
11-29-2011 02:01 PM
Thank you to your response.
My problem is not on controller side, it's to develop GPIB instrument in C++.
The last version of my system works using NI-Device which help us to design GPIB instrument.
What API replaces NI_Device?
11-30-2011
02:04 PM
- last edited on
01-31-2025
09:07 AM
by
Content Cleaner
Hi Jean-Mi50
Please take a look to this KB. It talks about VISA and GPIB Application Development Using C# or VB.NET. Additonaly, I believe it will be useful to take a look at this GPIB tutorial, , especially the Architectural Stability part.
Best Regards
Charlie O'Farrill
Applications Engineer
National Instruments