Echantillonner l'acquisition d'un signal analogique [Windev15]

Bonjour à toute la communauté !
J'aimerai refaire appel à votre expérience en se qui concerne l'acquisition d'un signal analogique avec une carte National Instrument 6009 USB. Je code sur Windev 15 et 16.
Mon problème :
Je peux relever un ensemble de point, mais pas suivant un échantillonnage.
Mon code :
Nbr_point est un entier
Nbr_point=20
TabValeur est un tableau de 20 réels
eNbrEchLu est un entier
Résultat est un réel
eErreur=AppelDLL32("nicaiu.dll","DAQmxCfgSampClkTiming",eTaskhandle1,Null,200,10280,10178,300)
Trace("rate : ",eErreur)
eErreur=AppelDLL32("nicaiu.dll","DAQmxStartTask",eTaskhandle1)
eErreur = AppelDLL32("nicaiu.dll","DAQmxReadAnalogF64",eTaskhandle1,Nbr_point,10.0,0,&TabValeur,Nbr_moy,&eNbrEchLu,Null)
eErreur=AppelDLL32("nicaiu.dll","DAQmxStopTask",eTaskhandle1)
Le code d'erreur renvoyé, dit que le nombre de paramètres de la fonction "DAQmxCfgSampClkTiming" est mauvais. Ce problème est déjà arrivé à un autre utilisateur :
[URL="http://forums.ni.com/t5/Discussions-de-produit-de-NI/Lire-une-tension-toutes-les-3ms-avec-Windev-8-s..."]http://forums.ni.com/t5/Discussions-de-produit-de-NI/Lire-une-tension-toutes-les-3ms-avec-Windev-8-s...
Si il y a une autre possibilité d’échantillonner je suis tout ouïe .
Merci d'avance.

C'est corrigé, en rajoutant le paramètre "null" l'acquisition fonctionne presque.
Il reste tout de même une erreur. Peut-on déclarer plusieurs "clock" internes au boitier NI-6009 ? En effet lorsque je fais 2 échantillonnages de signaux, l'acquisition est partagée en deux, et je perd un signal sur deux .
Nbr_moy est un entier
Nbr_moy=10
TabValeur est un tableau de Nbr_moy réels
TabValeur2 est un tableau de Nbr_moy réels
TabValeur3 est un tableau de 100 réels
eNbrEchLu est un entier
eNbrEchLu2 est un entier
Résultat est un réel
Résultat2 est un réel
Itération est un entier
Itération = 1
i est un entier
grCrée("GR_tension",grCourbe,Faux)
grDestinationChamp("GR_tension",IMG_Graph)
grDessine("GR_tension")
eErreur=AppelDLL32("nicaiu.dll","DAQmxCfgSampClkTiming",eTaskhandle1,"",400.0,10280,10178,500,Null)
eErreur=AppelDLL32("nicaiu.dll","DAQmxCfgSampClkTiming",eTaskhandle3,"",400.0,10280,10178,500,Null)
BOUCLE
eErreur = AppelDLL32("nicaiu.dll","DAQmxReadAnalogF64",eTaskhandle1,Nbr_moy,10.0,0,&TabValeur,Nbr_moy,&eNbrEchLu,Null)
eErreur = AppelDLL32("nicaiu.dll","DAQmxReadAnalogF64",eTaskhandle3,Nbr_moy,10.0,0,&TabValeur2,Nbr_moy,&eNbrEchLu2,Null)
POUR i = 1 A Nbr_moy
Résultat=Résultat+TabValeur[i]
FIN
POUR i = 1 A Nbr_moy
Résultat2=Résultat2+TabValeur2[i]
FIN
Résultat=Résultat/Nbr_moy
Résultat2=Résultat2/Nbr_moy
TabValeur3[Itération]=Résultat
LIB_U_lue=Arrondi(Résultat,3)
grAjouteDonnée("GR_tension",1,Itération,Résultat)
grAjouteDonnée("GR_tension",2,Itération,Résultat2)
grDessine("GR_tension")
Itération=Itération+1
A FAIRE TANTQUE Itération<=100

Similar Messages

  • Synchronisation de l'acquisition de signaux analogique par un codeur incrémental

    Bonjour,
    Pour mon stage, je dois réaliser un VI par le biais de LabVIEW. Ce VI sera utilisé dans de le cadre de la caractérisation de moteur électrique.
    J'ai à ma disposition un cDAQ-9174 avec 2 modules qui sont : 9215 pour les signaux analogiques et 9411 pour les signaux numériques.
    On me demande de faire l'acquisition de signaux analogique comme un capteur de couple, une sonde à effet hall, ... en fonction de la position angulaire du moteur. Pour déterminer cette dernière, j'ai un codeur incrémental avec une résolution de 5000 point sachant qu'il possède une voie A, B et un index de position.
    Pour le moment, je suis parvenu à réaliser un projet permettant de mettre la position angulaire et la valeur de la tension du capteur dans un tableau pour chaque position différente. Je rencontre un problème qui est que je n'ai aucun contrôle sur l'échantillonnage. En effet, je n'ai pas un pas angulaire constant. Si l'utilisateur fait tourner le moteur très lentement, on arrive à avoir un échantillon tous les 0.018°, mais s'il tourne à une vitesse d'environ 15s/tour, il se peut que l'on ait des échantillons tous les degrés.
    J'aimerai faire une acquisition de mes signaux analogiques à chaque nouveaux angles avec une résolution angulaire choisit par l'utilisateur.
    J'ai mis une pièce jointe montant mon VI réalisé.
    En vous remerciant par avance
    Cordialement
    Pièces jointes :
    VI.jpg ‏135 KB

    Je n'ai pas beaucoup de temps en ce moment pour entrer dans tous les détails mais le principe consiste à utiliser le codeur pour déclencher les acquisitions de manière matérielle.
    Cela revient à dire qu'un échantillon de chaque signal AI et un échantillon de position est lu à chaque changement d'état de ce signal de déclenchement.
    Dans les exemples s'installant avec LabVIEW, vous trouverez des VIs montrant comment procéder pour une acquisition déclenchée par un signal externe.
    Si la résolution de 5000 impulsions/tour du codeur est suffisante, il vous suffit d'utiliser le signal A (ou B) du codeur en l'adaptant si nécessaire pour les niveaux TTL de la NI-9215. En utilisant un LS7184 configuré en mode X4, cette résolution pourrait être facilement multipliée par 4 en ajoutant de plus un filtrage hardware pour éliminer les éventuels parasites sur les signaux.
    C'est un principe que j'applique fréquemment avec les cartes DAQ multifonctions PCI. Il faudrait toutefois encore vérifier que le déclenchement externe est supporté par les deux modules que vous utilisez; vérification que je n'ai pas le temps de faire.

  • Acquisitions de données analog et digital sur le même front montant TTL

    Bonjour, j'ai une question assez urgente à vous poser. 
    Est'il possible de faire une acquisition des données d'un signal digital et d'un signal analogique simultanées triggées par le même top TTL?
    Je cherche un Daqpad capable de faire cela, et je n'ai pas trouvé plus d'informations sur ce site. 
    Merci d'avance!

    Bonjour Valaphone,
    Il est effectivement possible de le faire.
    Voici deux exemples de VI permettant de synchroniser une AI et DI et de faire un trigger numérique:
    Synchronize AI & DI
    Digital Trigger
    Concernant le DAQPad, je vous laisse prendre contact avec l'un de nos ingénieurs commerciaux au 01 57 66 24 24.
    Bonne journée
    Cindy
    Cindy

  • Envoi de signal analogique continu avec Labview

    Bonjour,
    Je voudrais savoir comment envoyer un signal analogique continue avec le DAQ assistant de Labview.
    En effet je possède une carte d'acquisiton NI 6008 et lorsque je veux envoyer un message analogique de 5V en tension ( ce qui est normalement possible avec ma carte ) il me met un message d'erreur. Je ne peux que envoyer un échantillon sur commande...
    Merci d'avance pour la réponse.
    Cordialement.

    What error message do you get??
    Plus, I suggest you to use appropriate example VI's shipped with LabVIEW for Analog generation.
    You will find it at Find Examples>>Hardware input output>> DAQmx>> Analog generation>> Voltage>> i suggest 'Generate Multiple Volt Updates-Int clock.vi,  to start with

  • How to use a multiple boards (6321/6323) analogical acquisition task with simultaneous analogical generation task using the same boards (Labwindows CVI10)

    Subject : it seems impossible to run a multiple boards analogical acquisition task with one or several analogical generation task using the same boards.
    NI Configuration : Dev1 = Dev2 = 6321 boards
    Development environnement : LabWindows CVI 10
    Source code for analogical acquisitino task :
           DAQmxCreateTask("",&AIRecordingtaskHandle);
           DAQmxCreateAIVoltageChan(AIRecordingtaskHandle,chan,"",DAQmx_Val_NRSE,min,max,DAQmx_Val_Volts,NULL);
           DAQmxCfgSampClkTiming (AIRecordingtaskHandle, "", rate, DAQmx_Val_Rising, DAQmx_Val_FiniteSamps, sampsPerChan);
           DAQmxGetTaskAttribute(AIRecordingtaskHandle,DAQmx_Task_NumChans,&gNumChannels);
    Chan = "Dev1/ai0, Dev1/ai1, Dev1/ai2, Dev2/ai1"
    Source code for analogical generation taskS :
           DAQmxErrChk (DAQmxCreateTask("",&AOtaskHandle_C1_DAC0));
           DAQmxErrChk (DAQmxCreateAOVoltageChan (AOtaskHandle_C1_DAC0, chan, "", min, max,DAQmx_Val_Volts, ""));  // chan vaut Dev1/ao0
           DAQmxErrChk (DAQmxCreateTask("",&AOtaskHandle_C1_DAC1));
           DAQmxErrChk (DAQmxCreateAOVoltageChan (AOtaskHandle_C1_DAC1, chan, "", min, max,DAQmx_Val_Volts, "")); // chan vaut Dev1/ao1
           DAQmxErrChk (DAQmxCreateTask("",&AOtaskHandle_C2_DAC0));
           DAQmxErrChk (DAQmxCreateAOVoltageChan (AOtaskHandle_C2_DAC0, chan, "", min, max,DAQmx_Val_Volts, "")); // chan vaut Dev2/ao0
    At the first DAQmxReadBinary call attempt, the system shows an error (see attached document) 
    What we understand about that error : it is impossible to run the two set of tasks (ai and ao) using ressources from both Dev1 and Dev2 in the set of tasks because it is not allowed to use the same Reference Clock for that.
    The question is : is there a way to to that without having that kind of message?
    We tried different combinations :
    - Using only one ao task (on Dev1/Dac0) : same error
    - Not using any ao task (only the ai task) : no error
    - configuring the ai task with only channel from Dev1 : no error 
    - Using "/Dev1/ai/SampleClock" as internal clock for the ai task and "/Devk/ao/SampleClock" for each ao task (k standing for "1" or "2" depending of the ao task we consider) : error
    Thanks a lot.
    Pièces jointes :
    MsgErreur NIDAQmx.JPG ‏38 KB

    doublon
    Valentin
    Certified TestStand Architect
    Certified LabVIEW Developer
    National Instruments France
    #adMrkt{text-align: center;font-size:11px; font-weight: bold;} #adMrkt a {text-decoration: none;} #adMrkt a:hover{font-size: 9px;} #adMrkt a span{display: none;} #adMrkt a:hover span{display: block;}
    Travaux Pratiques d'initiation à LabVIEW et à la mesure
    Du 2 au 23 octobre, partout en France

  • Scope acquisition returning zero signal level 80% of the time

    Hi. I am acquiring a 2 channel signal from an Agilent DSO7104A (1GHz) scope. Whether I use the single shot run or the continuous loop in the Labview front end, I only obtain a good signal once out of every 7-8 shots. The other signals are flat lined at zero. This is causing me to have to acquire thousands of shots so I can filter out the zero level signals and average the others. My company will not allow me to post any attachments so I cannot show you the code - but I have taken the BASIC labview example for agilent oscilloscope multichannel acquisition - there is nothing new or funny in there, in fact I copied and pasted it and just added a write to file and edge trigger. Can anyone help?

    Unfortunately I cannot upload ANY document from my computer here, Aramco is recovering from an internet virus attack and has restricted ALL uploads and downloads of any nature. If you have an email address I can email you a pdf of the screen shot. My driver is ag6000. I got the example after I installed the driver from LabView from Getting Started Screen / Find Instrument drivers / Connected Instruments / then double clicking on ag6000 and it has several examples including acquiring multi channel waveforms. I literally copied and pasted the code then just added an edge trigger and write to file. I have tried adjusting trigger times - doesnt seem to make a difference. Can you let me email you?

  • How to Invert "Acquisition in Progress" - Signal (Pike F421B)

    Hello everybody,
    I am currently workin on a camshaft inspection machine using the Pike F421B. Before I was using the software AVT Smartview. Now my company wants to change to LabVIEW since we developed our own analysis program. During the process of image acquisition the camera outputs a "busy"-signal. My question is: Is it possible to somehow invert this signal. I was able to invert it in AVT Smartview but I can't seem to find the settings in LabVIEW. This signal is used to sequentially trigger LEDs so that the lighting and image acquisition is synchronized. The problem is the LED controller reacts to the falling edge of a trigger. That's why I need to somehow invert this signal without external wiring. I am currently using the "vision acquisition" VI. I would appreciate any solution. (Please also see picture).
    Thank you.
    Solved!
    Go to Solution.
    Attachments:
    Camera settings.png ‏351 KB

    I assume you mean the camera is outputting this signal via an I/O line, correct? You would likely need to use some register accesses to configure this. If you check the manual for your device it should list the registers you would need to configure and then you could use the IMAQdx Read/Write register VIs to access them.
    Another option would be to use AVT's software and save the default settings of that I/O signal to be inverted into the camera's power-on defaults. Since this is an extended setting not touched by IMAQdx by default, it should retain this setting loaded even after IMAQdx overrides the settings with what you have saved from the express VI or MAX software.
    Eric

  • Générer un train de signal analogique

    Bonjour,
    j'ai un travail de fin d'étude qui consiste à créer un simulateur sur labview . pour éviter désormais d'utiliser le stimulateur mannuel.
    c'est un nouveau logiciel pour moi et je n'arrive pas à choisir les modules adaptés représentant ceux du stimulateur actuel. ma carte 'acquisition est PCIe-6341.
    1-je voudrai générer un signal de durée 0.2s, avec un temps de répétition de 10ms,largeur du pic 500microsecondes,à une tension 5v.
    2-choisir une ou plusieurs impusions.
    Pièces jointes :
    Gensignal6_03_2014..vi ‏97 KB

    bj  et merci ecore pour ta proposition,
    dsl pour tout ce silence cause de maladie.
    je ne l'ai pas trouvé, mais cela ma aider' à trouver  une solution à un de mes problèmes : l'analyse en temps réel.
    cependant j'aimerai avoir de l'aide concernant "le déclenchement d'un enregistrement avec un délai de 200ms".
    ci-dessous joint mon programme.
    Pièces jointes :
    testTReel_T_L10_04_2014_.vi ‏317 KB

  • Digitaliser un signal analogique CVI

    Bonjour,
    Je possède une PCIe 6323 sur un banc de test multiproduit. Ce banc devant accueillir plusieurs interfaces, chacune d'elle est détrompée électriquement grâce à 4 bits (tension 0V-5v).
    Au départ l'acquisition de ce codage était faite sur 4 entrées PFI (plus 2 pour d'autre capteur tout ou rien) de la 6323 mais ayant besoin de les récupérer je souhaite faire cette acquisition sur des entrées analogique. J'ai donc créé une tache dans laquelle j'utilise la fonction suivante pour configurer mes entrées:
     DAQmxCreateAIVoltageChan (gmxPosageTask, "Dev1/ai10:15", "Codage Posage", DAQmx_Val_Cfg_Default, 0.0, 5.0, DAQmx_Val_Volts,"")
    Je cherche maintenant à récupérer les valeurs de ces entrées de façon à avoir un 1 pour un niveau supérieur à 2,5V (par exemple) ou un 0 pour une valeur inférieure à 2,5V. J'ai tenté avec un
    DAQmxReadBinaryU32 (gmxPosageTask, 1, 1.0, DAQmx_Val_GroupByChannel, puiVal, 6, &written, 0)
    Mais j'ai une eurreur sur puiVaL qui serait trop petit!!!! Pourtant il est déclaré comme unsigned int *puiVal.
    Quelqu'un pourrait il m'aider sur ce pb ou me dire si j'utilise la bonne fonction ou pas SVP.
    Merci d'avance.
    Résolu !
    Accéder à la solution.

    N'ayant pas de réponse, j'ai finalement trouvée une solution a mon pb. Si cela peut aider quelqu'un, voici ce que j'ai fait:
    J'ai réalisé une acqisition des entrées grâce à un
    DAQmxReadAnalogF64(gmxPosageTask, 1, 1.0, DAQmx_Val_GroupByChannel, puiVal2, 6, &written, 0)
    Puis j'ai créé un mot de 6 bits en comparant mes valeurs à 2,5V
    for ( i=0; i<6; i++)
       if ( puiVal2[i]<2,5 )
           (*puiVal) = ((*puiVal) |(0<<i));
        else
            (*puiVal) = ((*puiVal) |(1<<i));
    Voila, je ne sais pas si c'était le plus simple à faire (bien que n'étant pas compliqué) mais si ça peut aider...

  • Acquisition de deux voies analogiques en RSE (débutante), erreur 50103

    Bonjour,
    Tout d'abord, je suis une débutante en Labview, une vraie de vraie... Je ne comprend pas toujours les explications proposées sur ce forum, alors excusez moi d'avance.
    Je souhaite acquérir deux voies analogiques branchées en RSE. Je met en pièce joint une copie du vi.
    Bien évidemment, comme beaucoup, j'ai l'erreur 50103 qui apparait. Après avoir écumé le forum, je ne suis toujours pas arriver à résoudre mon problème.
    Je ne sais pas trop quoi vous donnez comme autres détails, même pour moi ça reste flou, mais n'hésitez pas à m'en demander plus, j'essaierai d'y répondre de mon mieux.
    Cordialement,
    Laetitia M.
    Résolu !
    Accéder à la solution.
    Pièces jointes :
    acquisition_deux_voies.JPG ‏152 KB

    Re,
    Alors, en pièce jointe nous avons essayer de faire ce vous nous proposiez pour Nvoies, vous trouverez ci-joint notre VI.
    Le problème étant que nous voudrions récupérer nos deux signaux pour les traiter ensuite, mais lorsque nous mettons un déssasembleur il nous propose 8 "voies"... 8 "voies" dite-vous??? Mais c'est quoi ça? Nous pensions que cela nous donnerai les données de nos 2 voies !!!!
    Comment faire sinon pour récupérer les données séparement de nos deux voies pour les traiter ensuite??
    Encore merci de prendre du temps pour "essayer" de nous répondre, car nous sommes conscientes que nos explications ne sont pas très claires!!
    Cordialement,
    Laetitia M.
    Pièces jointes :
    acquisition_2_voies_bis.JPG ‏146 KB

  • Acquisition de 2 signaux PWM avec un seul compteur ?

    Bonjour,
    Je souhaiterais acquérir 2 signaux PWM afin d'en mesurer le rapport cyclique avec un seul compteur de la carte d'acquisition de données. Cela est-il possible?
    Si oui, comment faire?
    Je travaille sous Labwindows/CVI 2012 avec la DAQ NI6351. Les signaux PWM à acquérir ont une fréquence proche de 500Hz et un rapport cyclique de 10 à 90%
    Merci d'avance
    Cordialement,
    Hervé

    Bonjour,
    Merci tout d'abord d'avoir posté vos questions sur le forum.
    Je vous invite à lire les conseils présents ci-dessous :
    1) Using the DAQ Assistant in LabWindows/CVI
    http://www.ni.com/white-paper/4650/en/
    Vous pouvez utiliser le DAQ assistant pour venir mesurer le pulse width de votre signal par exemple.
    2) Je vous propose de regarder les exemples CVI qui devraient se trouver dans le répertoire suivant :
    C:\Program Files (x86)\National Instruments\CVI2012\samples
    C:\Users\Public\Documents\National Instruments\CVI\Samples\DAQmx\Counter
    Enfin, voici un exemple réalisé en LabVIEW mais toutes les étapes sont clairement identifiées. Ainsi il vous faudra appeler les fonctions dans CVI au lieu de LabVIEW.
    Measure Duty Cycle - Buffered - Finite
    https://decibel.ni.com/content/docs/DOC-12396
    Cordialement,
    Matthieu RICORD
    National Instruments France
    #adMrkt{text-align: center;font-size:11px; font-weight: bold;} #adMrkt a {text-decoration: none;} #adMrkt a:hover{font-size: 9px;} #adMrkt a span{display: none;} #adMrkt a:hover span{display: block;}
    Été de LabVIEW 2014
    12 présentations en ligne, du 30 juin au 18 juillet

  • NI-DAQMX Problème d'acquisition d'un signal courant

    Bonjour,
    J'utilise une carte PCI XXX,
    Je crée une nouvelle tâches NI-DAQMX,
    en entrée j'ai un courant 4 ... 20 mA, en sortie je veux visualiser 0 ... 1 bar.
    Lorsque je créer une nouvelle échelle, et que je visualise le signal, celui-ci sature à 10 mA. 
    Lorsque je sélection " pas d'échelle " le signal ne sature plus, pourquoi ? et que doi je faire pour remedier a ceci ?? 

    Bonjour,
    Je vous invite en premier lieu à consulter ces KB forts utiles :
    Custom Scale Only Returns My Prescaled Values
    How do I Configure Custom Scales for Analog Outputs in Measurement & Automation Explorer (MAX)
    Changing the Values of a Custom Scale Programmatically
    Cordialement,
    Steve M.
    National Instruments France
    #adMrkt{text-align: center;font-size:11px; font-weight: bold;} #adMrkt a {text-decoration: none;} #adMrkt a:hover{font-size: 9px;} #adMrkt a span{display: none;} #adMrkt a:hover span{display: block;}
    >> Vidéo-t'chats de l'été : présentations techniques et ingénieurs pour répondre à vos questions

  • Event Acquisition in LabView Signal Express

    I have the USB-6009 data logger and LabView Express. I am trying to record certain events as they happen in the process. The signal I am recording is a 0 or 10 V DC signal and each time that signal goes to 10V DC I want to record that as a event. I am not worried about the actual voltage just the event. I am not sure what the best way would be to set this up in LabView signal express. Any advice on how to achieve this.

    Hi CoryB,
    In SignalExpress you can create events by in the Recording Options tab clicking Events. Then, in the Category list select Add. From here, you can change the options for the event. Here is a link to the help on the events page.
    Also, Dennis is absolutely correct. You will get better assistance with your questions if you post in the correct board.
    Bill E. | Applications Engineer | National Instruments

  • Wireless signal acquisition and saving signal in text format simultaneously for 5 mins

    Hi,
    I am acquiring ECG signal wirelessly and displaying it in in waveform chart. And simultaneously i need to save it in Text format for 5 mins. The problem i am facing is that for saving the signal i am using Write to Measurement File which saves the file in text format..... but while saving the plotting speed decreases.
    i am very new to labview.. so plz can any one tell me whether i am missing any thing in it... plz help.....
     

    Why do people always post pictures of their VIs rather than the VIs themselves or at least Snippets?  We can't tell from the picture what Version of LabVIEW you are using (so if we post code, you might not be able to open it), and we can't "play with" your code and try it out without, ourselves, by hand, trying to recreate it from your (sometimes very tiny) diagram.  Please Help Us to Help You!
    Here's help anyway to get you started with the Producer/Consumer Design Pattern.
    Open LabVIEW.
    Click "File", choose "New ..." (not New VI), and choose (from the templates) Producer/Consumer Design Pattern (Data).
    Study the Template and adapt it to your problem.
    The Producer would be anything that Generates data.  Once you have the data, you put it on the Queue and send it to the Consumer for all the rest of the processing.  The idea is that the Producer has an inherent timing that it has to meet, otherwise you lose data points.  The Consumer, on the other hand, just needs to "more or less" keep up (actually, the Queue can/will expand, so if the amount of data isn't megabytes, the Consumer can really be quite slow, though you usually want the Consumer, on average, to be at least as fast as the Producer).
    Bob Schor

  • FFT pour un signal analogique en temps réel

    Bonjour,
    Je souhaite calculer la FFT d'un signal sortant d'un générateur de fonctions?
    Comment je dois le faire sur Labview? J'arrive pas à trouver les bonnes fonctions qui transforment ce signal qui est en temps réel en un signal manipulable par la fonction FFT disponible. sur la palette de fonctions de Labview.
    Merci d'avance pour toute remarque, aide ou suggestion.

    Greetings Sir,
    You can find many examples of the correct use FFT functions inside the LabVIEW Example files. The FFT functions come in two version,the 'default' and the 'point by point'
    The links above show the wiring options of each of these functions.
    Be aware that these vi's do not come with the LabVIEW Base version, they are available in the LabVIEW Full and onwards.
    Kind Regards,
    Wouter
    Applications Engineering
    National Instruments Belgium

Maybe you are looking for

  • Is there a way to disable the Thunderbolt Display?

    Hey Guys, I recently got a Thunderbolt Display and connected it up to my iMac (i bought the iMac in Jan 2013) and everything is working just as perfect as i thought it would apart from one thing. I have had a search around to see if there is any way

  • Spry Menu Bar Show Highlighting currently selected

    Is there a way to get a vertical Spry menu to leave the lights on while we're on a given page? I'd like to affect the menu behavior to cue it to leave the highlighting turned on for the currently selected page. I'm hoping there's a short script I cou

  • Connecting ipod to non-macintosh pc

    When I connect my ipod to my PC I am getting the following message: iTunes has detected a Macintosh formatted ipod. You must restore this ipod before you can use it on Windows. My ipod has never been connected to a Macintosh pc and I do not want to l

  • Problems with query on a DB using NetBeans Tomcat and MySql

    hi, I've wrote a servlet that receive uername and password from a jsp. By quering to the db the servlet verify if that user is present on the db. I've notice no errors, hovever the page displayed is the same even if the user is present on db or isn't

  • Web Service Deployment error on WLS6.1

    Hi All, I'm trying to deploy a dummy SOAP service on WLS6.1, build on a plain Java class. All the procedure works well on tomcat 3.2, and my SOAP client invokes all the methods and gets expected response successfully. When I even try to deploy it on