LabVIEW

cancel
Showing results for 
Search instead for 
Did you mean: 

Yokogawa DL850 Scope

Bonjour à tous, 

 

Nous venons de recevoir une centrale d'acquisition Yokogawa DL850 et je souhaiterai la piloter via LabView.

J'ai pour cela, dans un premier temps téléchargé les drivers associés via le lien suivant (sachant que je travaille avec LabView 2016):

https://sine.ni.com/apps/utf8/niid_web_display.download_page?p_id_guid=97D0868FF181418FE04400144F1EF...

 

Un technicien de Yokogawa m'a également conseillé d'installer un plugin supplémentaire via le lien suivant:

https://www.ni.com/en/support/downloads/dataplugins/download.yokogawa-dataplugin-for-yokogawa-wdf.ht...

 

Après plusieurs essais, j'arrive à communiquer avec l'oscilloscope via USB et je suis dans la capacité de configurer mes différentes échelles, activer ou désactiver plusieurs channel. Mon problème survient au moment où je veux récupérer ma courbe, j'ai un message d'erreur qui apparaît:

Code erreur : -1073807339

<ERR> YKDL850 Wait for Acquisition Complete.
Timeout expired before operation completed.

 

Avez-vous une idée de comment je peux régler ce problème ?

Je vous joins le VI avec lequel je travaille

 

Merci par avance

0 Kudos
Message 1 of 13
(6,172 Views)

http://forums.ni.com/t5/Discussions-au-sujet-de-NI/bd-p/4171

You are in the wrong board, i notified an admin to move your post to the French one.

0 Kudos
Message 2 of 13
(6,168 Views)

Sorry, I tried to explain my problem in english.

 

We have just bought a new acquisition centrale Yokogawa DL850 and I would like to manage it by LabView.

So, first of all, I download the scope’s drivers from the following link (I am working with LabView 2016):

https://sine.ni.com/apps/utf8/niid_web_display.download_page?p_id_guid=97D0868FF181418FE04400144F1EF...

 

A technician from Yokogawa advised me to install another plug in from the following link:

https://www.ni.com/en/support/downloads/dataplugins/download.yokogawa-dataplugin-for-yokogawa-wdf.ht...

 

After several tests, I’m able to communicate with the scope via USB and I’m able to configurate different parameters as for example the scales (volt/div, time/div) and enable or disable the channel. The problem happened when I would watch the waveform on LabView, and the following error message appears:

Error : -1073807339

<ERR> YKDL850 Wait for Acquisition Complete.
Timeout expired before operation completed

 

Do you have any idea to solve this problem?

You can find the VI in the french message

 

Thanks

0 Kudos
Message 3 of 13
(6,141 Views)

i guess the frame where you have the wait is the one, where the error message originates.

try to insert a frame before and move the "wait" in this new frame.

 

with parallel execution, you never know what is running in which order.

 

this would at least make sure, you are waiting before reading.

 

then try to increase the wait time, perhaps that will solve your timeout error


If Tetris has taught me anything, it's errors pile up and accomplishments disappear.
0 Kudos
Message 4 of 13
(6,132 Views)

Does the waveform appear on the scope screen? My first guess would be that you haven't configured a trigger, and you didn't use the autoset, so perhaps it is waiting for some trigger which never arrives - hence the timeout.


GCentral
0 Kudos
Message 5 of 13
(6,125 Views)

Hi,

 

Did you already tried one of the examples that are shipped with the driver ?

 

Kees

0 Kudos
Message 6 of 13
(6,119 Views)

The waveform appears on the scope screen and about the trigger I configured it as automatic

So I thought that it didn't need a trigger to start the acquisition.

0 Kudos
Message 7 of 13
(6,107 Views)

Hi,

I tried different examples but every time I receive the same error message.

 

I misunderstand because I can see the waveform on the scope screen but not on Labview

0 Kudos
Message 8 of 13
(6,106 Views)

Strange I used the DL-850 without any problems.

Which error do you get. The same as in the previous post ?

0 Kudos
Message 9 of 13
(6,101 Views)

When you configure the timebase, what value do you set? Is it possible that the timeout (10s by default) is shorter than the total time (probably 10x the timebase) for a waveform, and so the acquisition times out before finishing reading?

 

If so, try setting a longer timeout.


GCentral
0 Kudos
Message 10 of 13
(6,097 Views)