Programmation oscilloscope

Bonsoir, Je souhaite effectuer des mesures avec un oscilloscope tektronix 2424L similaire au 2430. Mon problème est le suivant: je dois mesure un delai entre une consigne 28V et une réponse d'un régulateur.
Dans l'ancien programme développé sous TEKTMS il y a une ligne de commande
settings ***BINARY***
measurement DELAY
Le problème c'est que dans la documentation de l'oscilloscope il n'y a rien se rapportant à settings***BINARY***.
La mesure de Delay doit se faire en utilisant la fonction trigger, lorsque la consigne atteint un seuil précis, la mesure s'effectue.
Est-ce-que quelqu'un pourrait me donner des renseignements quand à la marche à suivre.
Merci
Gaëtan

duplicate post:
http://forums.ni.com/ni/board/message?board.id=4170&thread.id=31863
Jean-Marc
LV2009 and LV2013
Free PDF Report with iTextSharp

Similar Messages

  • Oscilloscope programme-Device communication

    Hi all. I want to implement Java code for an oscilloscope that interacts with a device and changes its state accordingly. Could you help me out? Ta in advance.

    prometheuzz wrote:
    jwenting wrote:
    JFreeChart however is not optimised for realtime systems like an osciloscope.
    Unless your refresh rate is lower than once every few seconds (at most) you're better off writing a customs library for creating your graphs, plotting directly onto a canvas.Didn't know that.
    Thanks.it works well enough when the volume of data is small, but when the volume becomes large (and with an osciloscope you'd quickly get to tens of thousands of data points if you have any realistic sampling rate) it slows right down.
    It's mainly an issue with the memory structures being employed (quite a bit of copying and iterating going on in there which is less than efficient with high volume data).

  • LabVIEW Programmer Position in Salt Lake City, UT - Urgent Need

    Be a Programmer for a large national healthcare company that has a reputation unlike any other in the medical industry.
    This is your chance to be partnered with a reputable, global organization—and have the earning and benefits potential as a top contributor in your market and industry!
    Project Description:
    Project #1:  Convert test fixture T-228 Visual Basic Version 5 code to National Instruments Lab View code. 
    Our current problem is that our original Visual Basic 5 test program code only runs on older computer hardware, which is now obsolete and difficult to maintain.  We would like to upgrade our test fixture(s) to current PC hardware and a current platform such as Windows 7.  This will necessitate re-writing or converting all of the test programs (about 15) to test the individual production boards into National Instruments Lab View software.   The project scope would include re-writing the software code and performing preliminary testing with our test system and then a complete formal verification and/or validation of the test code to make sure that it meets our requirements.
    Project #2:  Same as Project #1 except for T-208 test fixture.  The number of test programs is less; perhaps 5-8 test programs.
    Candidate Requirements:
    This will require a technical person with proven capabilities, skills, and a thorough knowledge of both Visual Basic Version 5 and National Instruments Lab View (current version 2010 or 2011).  It would also be very beneficial if the candidate also has knowledge and experience with National Instruments hardware such as their data acquisition modules and associated drivers and configuration.  Experience with automated test systems and associated components such as multiplexers, data acquisition switches, GPIB, programmable ac and dc power supplies, oscilloscopes, and other test instruments would be very beneficial. 
    Additional Requirements:
    Bachelors Degree and 3+ years of experience in a similar role.  Must be willing to work contract for a period of up to 1 year.
    If you are interested in this opportunity or know someone who would be interested and qualified, contact Devon by sending a Word formatted resume to [email protected] you can also call me at 916.773.2041 X212.   Kelly Services does not sponsor prospective employees for employment.
    Kelly Services, Inc. is a Fortune 500 company headquartered in Troy, Mich., providing employment to more than 700,000 employees annually, with skills including office services, accounting, engineering, information technology, law, science, marketing, light industrial, education, and health care. Kelly Services is an Equal Opportunity Employer supporting diversity in the workplace. Never an applicant fee.

    Due to the nature of our work this position requires the ability to obtain and maintain a Department of Defense security clearance.
    US Security Clearance Required
    :  None
    Anil Punnam
    CLD
    LV 2012, TestStand 4.2..........

  • Configurer un vi pour oscilloscope DPO2014 afin qu'il attende le trigger

    Bonjour.
    Je réalise actuellement un banc de test intégrant un oscilloscope DPO2014. J'ai besoin de le faire déclencher sur un front montant. J'ai installé les drivers, je le visualise sur MAX, j'ai lancé l'exemple concernant cette série d'oscilloscope, le scope est en ethernet. Mon problème est le suivant : lorsque le scope ne réceptionne aucun signal, je lance l'acquisition via Labview et l'exemple "Tektronix DPO MSO 2000 4000 Series Edge Triggered Acquisition Waveform Example.vi", le vi se termine sans attendre et me renvoie un signal alors que le scope n'a pas été déclenché puisqu'il ne réceptionne aucun signal (aucune voie branchée) et il ne génère aucune erreur. Lorsque le scope réceptionne un signal récurrent, le vi me renvoie bien l'acquisition demandé et le bon signal triggé sur la pente que j'ai demandé. Mais j'ai cependant besoin pour mon banc de test que le signal soit attendu au moins quelques dizaines de seconde. J'ai  modifié les valeurs de "Maximum time" mais cela n'a aucun effet, le vi se déroule toujours sans attendre un déclenchement.
    Y'aurait-il une solution pour que le programme attende bien un signal pendant plusieurs secondes et puisse déclencher sur un front de signal réel?
    Merci d'avance pour vos suggestions.
    Pièces jointes :
    Tektronix DPO MSO 2000 4000 Series Edge Triggered Acquisition Waveform Example.vi ‏28 KB

    Merci pour votre réponse.
    Oui j'ai joué sur tous les paramètres accessibles de l'oscilloscope pour le mettre "en attente" d'un trigger, et j'ai effectivement augmenté la valeur du trigger (10V) au dela de du bruit (rien de branché aux entrées du scope) il n'y a donc pas de solution à ce niveau la. Remarquez que j'ai également vérifié que les commandes envoyées par le vi étaient bien receptionnées et appliquées par le scope (interval de capture, niveau trigger, etc...)
    Après investigation, j'ai néanmoins trouvé que la détection du trigger dans le vi se réalisait en regardant le bit d'état via la commande "*STB?" dans la sous fonction "Wait for Operation Complete.vi". J'ai instrumenté ce bit d'état pour vérifier son évolution avant, pendant et après un trig, il s'avère qu'il ne bouge pas et qu'il est toujours à "1". Le vi  mis à disposition pour illustrer l'acquisition de signal d'un scope avec un trigger ne fonctionne donc pas car il n'attend pas le trig. Je pense que cela vient d'une fonction non implémentée dans le scope ou d'un bug de ce modele de scope. Toujours est-il que l'exemple ne fonctionne pas avec ce modele de scope. Je suppose qu'il doit fonctionner avec d'autre modèle.
    Comme solution : J'ai modifié cette sous fonction "Wait for Operation Complete.vi" pour mon application en remplacant la commande "*STB?" par la commande "TRIGger: STATE?", moins versatile, mais correspondant à mon besoin. Cette commande marche et renvoie bien l'état du trigger du scope (READY, TRIG, SAV). Il suffit alors de comparer le retourd du scope afin de connaître son état et de lancer la récupération de la courbe après que l'état du trigger soit passé de READY à SAV.
    En espérant que mon expérience puisse servir à d'autres programmeurs.
    Cordialement.

  • Décoder un signal à partir d'un oscilloscope

    Bonjour à tous,
    Je travaille actuellement sur un Oscilloscope DPO 7254 de Tektronix que je pilote à partir du driver disponible sur le site de NI (http://sine.ni.com/apps/utf8/niid_web_display.model_page?p_model_id=8903). Ce que je souhaiterais faire ce serait de pouvoir traduire le signal provenant de l'I/O en héxadécimal, directement à partir du fichier en .wfm.
    J'aimerais savoir s'il existe déjà un VI permettant de faire ça?
    Merci d'avance,
    Bonne journée
    Tristan

    Une possibilité : Sur le site de Tetro, il y a un utilitaire pour convertir les wfm en csv. Le csv est de l’ASCII avec pour tabulation le séparateur ","
    Si quelqu'un à une autre solution directe?
    Luc Desruelle | Voir mon profil | LabVIEW Code & blog
    Co-auteur livre LabVIEW : Programmation et applications
    CLA : Certified LabVIEW Architect / Certifié Architecte LabVIEW
    CLD : Certified LabVIEW Developer / Certifié Développeur LabVIEW

  • Bug de répétition de mesure avec un oscilloscope Tektronix MSO 2024

    Bonjour,
    Je dois acquérir un grand nombre de mesures avec un oscilloscope Tektronix MSO 2024, mais lorsque je répète mes mesures (par une boucle for dans mon programme de base) mon programme plante au bout d'un certain nombre de mesures qui varie aléatoirement.
    J'ai donc rendu mon programme minimaliste afin d'en trouver la cause mais sans succès.
    Code d'erreur:
    -1073807339
    Message d'erreur:
    VISA Read dans Tektronix DPO MSO 2000 4000 Series.lvlib:Error Query.vi->Tektronix DPO MSO 2000 4000 Series.lvlib:Fetch Waveform Measurement.vi->Tektronix DPO MSO 2000 4000 Series.lvlib:Read Waveform Measurement.vi->TEST BUG.vi
    Pièces jointes :
    Test Bug.JPG ‏88 KB

    j'ai "trouvé" ceci ... peut-être un début de piste.
    http://forums.ni.com/t5/LabVIEW/ERROR-gt-1073807339-occured-at-VISA-read-in-Labview-gt-Serial-vi/td-...
    http://digital.ni.com/public.nsf/allkb/874B379E24C0A0D686256FCF007A6EA0

  • Windows reboot while oscilloscope simulation

    Bonjour
    J'ai créé un petit programme de simulation d'un oscilloscope par LabView en passant par une carte NI PCI-6251
    via les outils DAQmx.
    Malheureusement lorsque le programme tourne pendant un court instant (environ 1 minute ) le PC redémarre.
    Je pense que mon problème serait lié au remplissage d'une mémoire cache du genre mémoire de la carte ou RAM
    mais je n'en suis vraiment pas sûr... Enfin bref j'aimerais savoir s'il est posible de faire un vidage du cache mémoire
    ou si vous avez quelques remarques diverses sur mon programme enfin de le corriger.
    Le programme acquiert 4 entrées analogiques, dont une est également branchée en PFI0 et sert de trigger au scope.
    si vous voyez une raison potentielle de ce bug n'hésitez pas à poster.
    Par avance merci
    Message Edité par Illuyanka le 05-03-2010 07:47 AM
    Attachments:
    Oscillo Beta.vi ‏40 KB

    Translation 
    Hello
    I created a small program simulating an oscilloscope LabView via a NI PCI-6251
    via tools DAQmx.
    Unfortunately when the program runs for a short time (about 1 minute) the PC restarts.
    I think my problem is related to filling a cache type memory card or RAM
    but I'm really not sure ... Anyway I wonder if it is posible to make a dump of the cache memory
    or if you have any comments on my various program finally fix it.
    The program takes four analog inputs, one of which is also connected in PFI0 and serves as the trigger scope.
    if you see a potential reason for this bug please post it.
    Thank you in advance
    You can try the french board in future

  • Acquiring Agilent 54642D Oscilloscope Waveform AND Settings

    Hi,
    I would like to use LabVIEW to capture the waveform already displayed on the screen of my Agilent Oscilloscope (model 54642D). With this waveform, I would like to obtain the current settings of the oscilloscope-channel as well (volts/div, time/div, probe atten., delay, offset, cursors with freq/period, etc.). In other words, I acquire a signal with the scope (not LabVIEW), adjust the scope settings to my liking on the front panel of the oscilloscope, and then I would like to capture the exact waveform displayed on the scope screen WITH the settings of the oscilloscope.
    I have been using the project-style driver, found here: http://sine.ni.com/apps/utf8/niid_web_display.model_page?p_model_id=724
    This works for controlling the oscilloscope settings and acquiring a waveform, but it's not what I want. I simply want LabVIEW to capture the current state of the oscilloscope display and settings used.
    Thanks much,
    Brad
    Solved!
    Go to Solution.

    I couldn't find any of the commands in that manual.  There's should be a programmer's manual somewhere.  In it will be SCPI commands that you can send via VISA.
    There are only two ways to tell somebody thanks: Kudos and Marked Solutions
    Unofficial Forum Rules and Guidelines

  • While updating a programme,it shows installing but it is not doing.

    While updating a programme,it shows installing but it is not doing.

    Try rebooting the ipad by pressing and holding the home and sleep/wake buttons at the same time until the apple logo appears on the screen, then let go.
    May work for you

  • I have a packardbell laptop with photoshop elements 8 installed from new. I have used it on several occasions but I cannot get it to run now.  When I open a photo using elements the Adobe box pops up saying that the programme has unexpectedley quit? can a

    I have a packardbell laptop with photoshop elements 8 installed from new. I have used it on several occasions but I cannot get it to run now.  When I open a photo using elements the Adobe box pops up saying that the programme has unexpectedley quit? can anyone help me please as I have several photos to edit before the end of this month. Many thanks for any help

    The "restore disk" is built into the Mac. See About Recovery.
    Need more specifics about what error messages you got while installing Adobe Flash.
    However, you can almost avoid Flash altogether by setting YouTube to play the HTML5 version instead.
    Click the Try something new! link at the bottom of the YouTube page.
    I don't know about the sound issue. Might be hardware as you think. Try other headphones to check.

  • Adobe creative cloud has stopped working, all my individual programmes from adobe open and work fine, but when I try to open adobe cloud it starts to open then says adobe cloud has stopped working, looking for a solution then shuts down, I can not open it

    Adobe creative cloud has stopped working, all my individual programmes from adobe open and work fine, but when I try to open adobe cloud it starts to open then says adobe cloud has stopped working, looking for a solution then shuts down, I can not open it at all.

    Without proper system information and the application logs nobody can tell you much.
    Troubleshoot Creative Cloud download and install issues
    Mylenium

  • Calling Shell commands in C programme

    How would i call shell command using C programme.

    #include <unistd.h>
    #include <sys/types.h>
    #include <stdlib.h>
    #include <sys/types.h>
    #include <wait.h>
    int main(void) {
    pid_t pid;
    pid = fork();
    if (pid == 0) {
    execl("/bin/sh", "sh", "-c", "/bin/ls -l > /tmp/ls", NULL);
    exit(1);
    else if (pid > 0) {
    wait(NULL);
    else {
    return -1;
    return 0;
    }

  • Kann keine Programme mehr installieren. (Creative Cloud)

    Hallo zusammen,
    seit geraumer Zeit ist es mir nicht mehr möglich Programme über den Adobe Application Manager zu installieren.
    Ich bekomme jedesmal diese Fehlermeldung "Nicht genügend Speicherplatz. Geben Sie speicherplatz auf untitled frei und versuchen Sie es erneut"
    Habe schon probiert unter Voreinstellungen den Installationsort zu ändern, bekomme aber auf jeder Festplatte den gleichen Fehler, Platz ist definitiv genug.
    Das ist echt nervig.
    Ich meine das Problem habe ich seitdem ich meine SSD eingebaut habe. Habe damals das System über den Migrationsassistenten überspielt. Das System ist Mac OS X 10.8.2
    Mfg

    Habe damals das System über den Migrationsassistenten überspielt.
    Eben. Das war wohl eher nicht so'ne gute Idee. Schon aus rein technischen Gründen haben SSDs ein ganz anderes physikalisches Mapping... Auch wenn's wehtun mag: Alles richtig von Null installieren und die SSD richtig initialisieren/ formatieren.
    Mylenium

  • Sehr geehrte Damen und Herren  Seit rund einem Jahr bin ich Abonnent der Creative Cloud. Ich stelle nun folgendes fest:  1.Das Programm Creative Cloude Desktop lässt sich nicht installieren. Die Installation bricht mit einem Fehler ab. 2.Ich kann Creative

    Sehr geehrte Damen und Herren
    Seit rund einem Jahr bin ich Abonnent der Creative Cloud. Ich stelle nun folgendes fest:
    1. Das Programm Creative Cloude Desktop lässt sich nicht installieren. Die Installation bricht mit einem Fehler ab.
    2. Ich kann Creative Cloude Desktop nicht mehr aus meinem System deinstallieren. Abbruch mit Fehlermeldung.
    3. Ihr System verweigert mein Login in mein Adobe Konto. Auch eine Neueröffnung eines Adobe Kontos bricht mit Fehlermeldung ab.
    Ich verstehe nicht, was ich falsch mache und bitte um Erläuterung. Ihre umfangreichen Hilfeseiten helfen mir hier nicht weiter.
    Danke und Gruss
    Lukas Marbacher
    Lukas Marbacher
    Hammerstrasse 7, 6312 Steinhausen
    041 741 86 92
    [email protected]

    Hallo Lukas,
    als Erstes vielleicht dieses: Wir hier im Forum sind Anwender wie Du und ich. Nur hin und wieder taucht hier jemand der Adobe Mannschaft auf.
    Zum Thema:
    So seltsam es erscheinen mag, aber das ist wohl wieder eine Sache für das Cleaner Tool.
    Manchmal - aus welchen Gründen auch immer - will" CC (auch bei mir) nicht richtig arbeiten. In diesem Fall solltest Du CC komplett löschen (nicht nur mit PC-Bordmitteln) und neu installieren und zwar mit Hilfe des "Adobe Creative Cloud Cleaner Tool".
    Ich zitiere: Mit dem Cleaner Tool für Adobe Creative Cloud (CC) können Installationsprobleme bei Adobe Creative Cloud- und Adobe Creative Suite (CS3-CS6)-Anwendungen behoben werden. Das Tool kann Installationsdaten von Prerelease-Installationen von Creative Cloud- und Creative Suite-Anwendungen bereinigen. Es entfernt keine Installationsdaten aus früheren Versionen von Adobe Creative Cloud- oder Creative Suite-Produkten.
    Hier der Link: http://helpx.adobe.com/de/creative-suite/kb/cs5-cleaner-tool-installation-problems.html . Bitte beachte unbedingt die dort vorgeschriebenen Folge der Operationen.
    Dann wäre da noch dieser Tipp: Manchmal ist aber auch die (zu löschende) Datei "opm.db" im Adobe OOBE Verzeichnis der Übeltäter.
    Falls erforderlich und Du weitere Fragen hast benutze den Chat, wenn er "offen" ist, ich hatte damit gute Erfahrungen. Siehe Contact Customer Care = http://helpx.adobe.com/contact.html
    Hans-Günter

  • Creative cloud abo programme laden nicht

    Hallo!
    Sitze schon seit Tagen vorm MAC und versuche das Problem zu beheben, leider erfolglos!
    Hab mir fürs Studium Creative Cloud Student Version abonniert, jedoch kann ich keine Programme runterladen!
    Weder Photoshop noch Illustrator noch sonst ein Programm!
    Adobe Reader & Adobe Flash Player hab ich aktualisiert, hilft aber auch nichts.
    Sobald ich zur Downloadseite gelange, tritt eine Fehlermeldung auf: "Es wurde kein Programm zum Öffnen der URL "........" festgelegt.
    Wenn ich auf "App Store durchsuchen" gehe, finde ich auch nichts brauchbares!
    BITTE UM EURE HILFE!!!
    Liebe Grüße
    Birgit

    Ich habe auch so eine art problem undzwar wollte ich die creative cloud herunterladen mit dem abo aber es kommt immer dieser Fehler:
    Es wurde kein Programm zum Öffnen der URL „aam://SAPCode=AEFT?productVersion=13.0?passPhrase=OQY3u/wPOJhtyDtBwMQE+yU5RWjnsPHDnroacF ld2UcB5PtgqfGg9QuZmSvtRyQ9ELknD6JKfeiTbmc7xoVgWFfXofOulKAEAvUo/ONxLfTHN3SNcy7fUF7yH9N9P9Zf j2AAUxXyrFV5QXBxoC/8O4yXSgL4tb5g6Iw4zGVExvI=“ festgelegt.
    Es wäre Super wenn es eine Lösung gibt und ich denke mal das du auch genau dieses Problem hast.
    LG NitroLP

Maybe you are looking for

  • How can i get apple to call me in uk

    i have tried to get apple support to call me (free because i have an ios6.1 issue) but they keep saying they tried but cant contact me? i know they are calling from the states, do i have to put +44 in front of my phone number? as it wont allow me to

  • Launching WinWord as editor from Form 11g text field.

    In Forms 6i FORMS60_EDITOR registry entry allowed users to launch MS Word from the application. This enabled them to have an editor with spell checks and other advance editing features. Upon exit from MS Word, the content of the file was saved in the

  • Arabic Text in Forms not proper

    Hi Gurus, I have an requirement to print standard forms for Sale order confirmation and Delivery note in Arabic. The Print preview i am getting shows the arabic text as alphabet by alphabet translation in forms for the arabic texts and whereas when i

  • Oem 12.1.0.3 installer fails with ora-01017

    Greetings, I am attempting to upgrade my OEM 12.1.0.1 installation to 12.1.0.3. I am following the instructions in the Oracle Enterprise Manager Cloud Control Upgrade Guide and Oracle Support Note 1568143.1. I have verified that all prerequisites are

  • Ordering in a non-database datablock

    Hi all, What is the best way to handle this. I have a non-database datablock which I populate the contents manually. I want to sort the the contents of this data block. What do you suggest ? If I cant find a good solution from oracle I need to handle