U3 buzzer from DAQFactory Express?


jfiddler

Recommended Posts

The DAQFactory U3 / UE9 driver pretty much just exposes the LabJack UD, so you can call their functions almost verbatum. You just have to put quotes around the codes. So to sound the buzzer as it shows in the U3 manual you would put, in sequence script:

Device.LabJack.eGet(1, "LJ_ioBUZZER",0,70,4000)

Change the 1 to the assigned D# of your labjack, or use 0 for first found. The other parameters match that described in the LJ manual.

Link to comment
Share on other sites

Archived

This topic is now archived and is closed to further replies.