06-07-2017
02:20 AM
- last edited on
06-16-2025
06:42 PM
by
Content Cleaner
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):
Un technicien de Yokogawa m'a également conseillé d'installer un plugin supplémentaire via le lien suivant:
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
06-07-2017 02:37 AM
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.
06-07-2017
04:28 AM
- last edited on
06-16-2025
06:42 PM
by
Content Cleaner
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):
A technician from Yokogawa advised me to install another plug in from the following link:
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
06-07-2017 05:07 AM
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
06-07-2017 05:28 AM
06-07-2017 05:47 AM
Hi,
Did you already tried one of the examples that are shipped with the driver ?
Kees
06-07-2017 06:32 AM
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.
06-07-2017 06:34 AM
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
06-07-2017 06:40 AM
Strange I used the DL-850 without any problems.
Which error do you get. The same as in the previous post ?
06-07-2017 07:03 AM