Vertaling van "DAQmx" in Engels
We konden deze vermelding niet vinden. Er worden benaderende resultaten weergegeven. Controleer je spelling of stel voor deze term aan het woordenboek toe te voegen.
DAQmx se ha ralentizado después de actualizar o reinstalar.
DAQmx has slowed down either after updating or reinstalling.
Las lecturas de mi sensor DAQmx son incorrectas, inesperadas o estoy experimentando compensaciones.
My DAQmx sensor readings are incorrect, unexpected, or I am experiencing offsets.
Generar estas formas de onda en dos tasks DAQmx separados utilizando algún tipo de sincronización temporizada por hardware.
Output these waveforms in two separate DAQmx tasks using some form of hardware-timed synchronization
Esto se puede hacer creando una tarea de DAQmx para su tipo de medición y luego calibrando el canal dentro de la tarea.
This can be done by creating a DAQmx task for your type of measurement and then calibrating the channel within the task.
Para crear una tarea de DAQmx para medir y calibrar un canal, consulte los siguientes pasos
To create a DAQmx task to measure and calibrate a channel, refer to the following steps
Nota: DAQmx Read esperará automáticamente hasta que la cantidad solicitada de muestras esté disponible, por lo que generalmente solo es necesario controlar uno de estos factores en una aplicación en particular.
Note: DAQmx Read will automatically wait until the requested number of samples are available, so it is usually only necessary to control one of these factors in a particular application.
Estos fragmentos solo funcionarán con dispositivos NI DAQmx.
These snippets will only only work with NI DAQmx devices.
Cuando se utilizan todos los demás mecanismos de transferencia, que son cronometrados por hardware, se recomienda que la cantidad de muestras sea 1/10 de la frecuencia especificada en la función Timing de DAQmx.
When using all other transfer mechanisms, which are hardware timed, it is recommended that the number of samples be 1/10th the rate specified on the DAQmx Timing function.
Compruebe si aparecen errores en un VI que no usa DAQmx.
Check if errors appear in a VI which does not use DAQmx.
Disminuya las muestras por velocidad de canal con la función de sincronización de DAQmx.
Decrease the samples per channel rate with the DAQmx Timing function.
Para estos dispositivos, puede elegir el modo DAQmx o FPGA módulo por módulo.
For these devices, you can choose DAQmx or FPGA mode on a module-by-module basis.
¿Cómo DAQmx asigna buffers?
How does DAQmx allocate buffers?
Por esta razón, a menudo es deseable utilizar mecanismos de E/ S no programados, que imponen el uso del búfer de la PC, para que se puedan conservar múltiples muestras a tiempo para que lea la función de lectura de DAQmx.
For this reason, it is often desirable to use non-Programmed I/O mechanisms, which enforces the use of the PC buffer, so that multiple samples can be preserved in time for the DAQmx Read function to read.