Actuonix T16-SS-GG-VV-P Manual de configuración del usuario - Página 5

Navegue en línea o descargue pdf Manual de configuración del usuario para Controlador Actuonix T16-SS-GG-VV-P. Actuonix T16-SS-GG-VV-P 9 páginas. Usb control and configuration of the linear actuator control board

Advanced configuration settings can be saved and re-opened, through the File menu.
Brief descriptions for each value can be seen by moving the mouse over the
corresponding label ("Stall Time", "Accuracy", etc). More detailed descriptions are
given in the Custom Windows Programs section of this document.
Custom Control Programs:
The supplied .dll file can be used to interface with the Actuonix LAC using a variety of
Windows based programming languages, including Visual C++ and Labview. The
standard functions are described in the mpusbapi.h file, while the LAC specific details
are described below.
The MPUSBOpen function is used to retrieve INHandle and OUTHandle. Once a valid
connection is established, all LAC functions are accessed using MPUSBWrite(...) and
MPUSBRead(...). Be sure to close any openHandles with MPUSBClose before exiting
your program. Labview example code is available.
Format: 3-byte packet
Control, Data Low, Data High
Buffer[0]=Control
Buffer[1]=Data Low
Buffer[2]=Data High
Write: MPUSBWrite(OUTHandle, Buffer, 3, &ActualLength, 1000)
Read : MPUSBRead(INHandle, Buffer, 3, &ActualLength, 1000)
Control Values: