Hi,
The Input Device Control VIs are not supported on Mac OS as they make call to shared library (dll) only available on Windows. One option will be to develop a shared library on MAC (framework) to communicate with the input device and then call it in LabVIEW using the Call Library Function node.
Tunde