09-07-2012 04:24 AM
Bonjour, je souhaiterais programmer le NI5133 pour faire une acquisition.
Pourriez-vous me dire s'il y a une initialisation à faire et pouvez me donner un exemple de code.
Merci pour vos réponses.
Hi, I want to know how to programm the NI5133 to make a acquisition.
Can you tell me if I have to make a initialisation and can you give me a example.
Best regards,
09-07-2012 06:28 AM
I have a NI5102, I want to upgrade with the NI5133.
09-10-2012 07:43 AM
Hello,
If you need examples, once you have installed the driver you can find some in the LabVIEW Find Examples tool :
1) Open LabVIEW
2) In the menu "Help", click "Find Examples"
3) On the bottom left corner you'll find a list "Hardware", click it and select "Add device"
4) Find the NI 5133 in the list, add it and then press OK
5) Select the option "Limit results to hardware"
6) You'll find the examples in the directories that haven't disappeared
Regards,
Mathieu P. | Certified LabVIEW Associate Developer
National Instruments France
09-10-2012 10:31 AM
thanks
09-10-2012 10:46 AM
Hi,
I know how to program now but I want to know how I have to do to make a acquisition with a delay of 5s after the trigger detect the edge.
I use the fuction niScope_ConfigureTriggerEdge (...) and I modify the parameter delay but it doesn't work.
For example, I have a sinusoidal signal, I detect the edge of 1v and I want to begin the acquisition 5s after the detection of the edge.
It is possible to do that ?
09-10-2012 10:47 AM
I forgot to tell you, I don't use LABVIEW but LabWindows CVI.
09-11-2012 08:15 AM
Hello,
It is the right way to do it in LabWindows CVI. If you check the help of the parameter delay, you get :
delay | ViReal64 | How long the digitizer waits after receiving the trigger to start acquiring data. Refer to NISCOPE_ATTR_TRIGGER_DELAY_TIME for more information. |
How does it not work ? Is there no delay or is there no acquisition ? Some details would help.
Regards
Mathieu P. | Certified LabVIEW Associate Developer
National Instruments France