LabVIEW

cancel
Showing results for 
Search instead for 
Did you mean: 

How to program Aardvark i2c/spi to control fan speed?

Hi,

i just have Aardvark from total phase and I would like to program in labview to control PWM of 25kHz fan; would you like to help me to have some idea. I am so new to this project.

 

thanks

0 Kudos
Message 1 of 4
(2,488 Views)

Hi nhanthann,

 

did you read the UserManual for your Aardvark interface?

See chapter 3.6 and 5!

Best regards,
GerdW


using LV2016/2019/2021 on Win10/11+cRIO, TestStand2016/2019
0 Kudos
Message 2 of 4
(2,447 Views)

hi GerdW,

 

thank for your help, but i have no idea how to use, i am very new to program i2c device to make it work as PWM controller.

if you have any experience, please share or help me for some very first steps.

 

Best regards,

Nhan

0 Kudos
Message 3 of 4
(2,429 Views)

Hi nhanthanh,

 

i have no idea how to use,

When you don't know how to handle DLL calls: go through the beginner courses for LabVIEW. Learn that topic, examine the example VIs coming with LabVIEW.

Then create VIs to call the needed DLL functions.

 

i am very new to program i2c device to make it work as PWM controller.

This would be the last step.

First you need to call DLL functions, in the right way and in the right order.

Then you need to setup a correct communication with your device.

When those two steps are successful, then you can control your PWM generator…

Best regards,
GerdW


using LV2016/2019/2021 on Win10/11+cRIO, TestStand2016/2019
0 Kudos
Message 4 of 4
(2,424 Views)