High-Speed Digitizers

cancel
Showing results for 
Search instead for 
Did you mean: 

Comment programmer le NI5133 ?

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,

0 Kudos
Message 1 of 7
(6,429 Views)

I have a NI5102, I want to upgrade with the NI5133.

0 Kudos
Message 2 of 7
(6,426 Views)

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


Journées techniques : des fondamentaux aux dernières technologies pour la mesure et le contrôle/comm...

0 Kudos
Message 3 of 7
(6,419 Views)

thanks

0 Kudos
Message 4 of 7
(6,414 Views)

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 ?

 

0 Kudos
Message 5 of 7
(6,412 Views)

I forgot to tell you, I don't use LABVIEW but LabWindows CVI.

0 Kudos
Message 6 of 7
(6,411 Views)

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


Journées techniques : des fondamentaux aux dernières technologies pour la mesure et le contrôle/comm...

0 Kudos
Message 7 of 7
(6,404 Views)