LabVIEW

cancel
Showing results for 
Search instead for 
Did you mean: 

dressler

Je suis en train d'utiliser la fonction VISA de LabVIEW pour la lecture de la puissance d'un générateur RF Dressler 1312 est ce que quelle qu'un peut m'aider
0 Kudos
Message 1 of 13
(6,151 Views)

Salut moimeme,

 

Il y a plusieurs exemples VISA dans l’Outil de recherche d’exemples (LabVIEW >> Aide >> Recherche d’exemples ...). Le manuel de votre appareil devrait vous fournir les commandes nécessaires pour communiquer avec en utilisant le pilote VISA.

 

Voici un lien vers une discussion concernant l'utilisation des commandes hexadécimales avec les fonctions VISA pour communiquer avec le générateur RF Dressler: http://forums.ni.com/t5/LabVIEW/Why-does-VISA-seem-to-only-get -Part-de-ma-data / td-p / 363855

Ce forum explique que l'option "Activer caractère de terminaison" entrée du VI VISA Configure Serial Port doit être VRAI.

 

Aussi, voici un lien vers notre forum francophone: http://forums.ni.com/t5/Le-forum-francophone/ct-p/FrenchForums
Vous pourriez recevoir des réponses plus rapides si vous publier votre question sur cette page.

Briana P.
Licensing
Sr SW Engineering Manager | NI R&D
ni.com/support
0 Kudos
Message 2 of 13
(6,101 Views)
Salut BriBear, j'ai utilisé les exemples de labview , mais je reçois la même valeur que j'envois. voici mon programme en labview (générateur RF Dressler 1312).
0 Kudos
Message 3 of 13
(5,990 Views)
There was no code attached.

Mike .

Certified Professional Instructor
Certified LabVIEW Architect
LabVIEW Champion

"... after all, He's not a tame lion..."

For help with grief and grieving.
0 Kudos
Message 4 of 13
(5,983 Views)

voici le code 

0 Kudos
Message 5 of 13
(5,963 Views)
I am trying to realize a serial communication program between a PC and a radio-frequency generator 13.56MHz kind dressler 1312 with serial number 61300056 it has two ports 15 pin user port and RS232. I do not communicate with the generator and do not receive anything after sending commands. activating the RS232 port could not malgér activated sends the command 14.
0 Kudos
Message 6 of 13
(5,914 Views)
If the device has a 15 pin serial connector, it is probably old. So first, are you sure the cable is wired correctly? The device's manual can tell you how to wire it.

Next, is the serial port configured correctly? Again, check the manual.

Finally, are the commands ASCII strings? If so try communicating using a simple terminal emulator program like hyperterminal. Does that work?

Mike...

Certified Professional Instructor
Certified LabVIEW Architect
LabVIEW Champion

"... after all, He's not a tame lion..."

For help with grief and grieving.
0 Kudos
Message 7 of 13
(5,908 Views)
The AE Bus Protocol uses hex and not ASCII. Do you have the manual for this? I can't look at your VI right now and even if I could, I don't remember enough of the protocol to know if your code is correct. Have you tried AE customer support? I know for a fact that AE uses LabVIEW.
0 Kudos
Message 8 of 13
(5,892 Views)

In the configuration of the generator I chose dressler protocol.
Here's manual generator cesar 1312, with the code.

Download All
0 Kudos
Message 9 of 13
(5,868 Views)
I'm posting from my phone and can't look at the VI right now. If you post an image of the block diagram, I'll see what I can remember about AE bus.
0 Kudos
Message 10 of 13
(5,861 Views)