|
Cuando intento ejecutar múltiples tareas en mi 9403 u otro módulo serial, recibo el error -201105:
Error -201105 occurred at an unidentified location
Possible reason(s):
Resource requested by this task has already been reserved by a different task with conflicting settings.
Unreserve any other tasks using this device, or change their settings to be compatible with this task.
Este es un comportamiento esperado y está documentado bajo Digital I/O Considerations for C Series Devices en la ayuda de DAQmx.
El 9403 está estado como un módulo serial con las siguientes restricciones:
Asegúrese que su código no incluya al mismo tiempo tareas temporizadas por hardware y software. Al seguir esta tercera convención, se puede eliminar el error. También siga las otras tres convenciones para evitar errores adicionales.
KnowledgeBase 5LBF2D62: Why Do I Receive Error -201399 When Using Multiple C Series Digital Modules?
KnowledgeBase 563D5K3A: How Do I Find NI-DAQmx Help?
|