Fan
![]() | ![]() |
Fan Motor Module
- Overview
- Drivers
- Samples
- Projects
Fan Motor Module
Key features • On-board motor | Resources |
Function | Description |
---|---|
Fan(speed) | speed: -100 to 100 |
The Code!
Modules ship with this script preloaded. Use Console to reload or modify the drivers. Additionally, some languages, such as Python, include DUELink.Engine.Record()
for recording scripts directly from the host.
########## Fan Driver ###########
fn Fan(s)
if s >100
s=100
end
if s <-100
s=-100
end
if s<0
s=s*-1
pwrite(3,s/100)
dwrite(4,0)
else
pwrite(4,s/100)
dwrite(3,0)
end
fend
##### User Code Starts Here #####
- Script
- Python
- JavaScript
Use Console to modify the default driver by adding this sample.
# Append this code at the bottom of the script, right after the driver.
# You MUST keep the driver code!!
from DUELink.DUELinkController import DUELinkController
import time
availablePort = DUELinkController.GetConnectionPort()
duelink = DUELinkController(availablePort)
//code
Ordering Info
Description | Part Number | Price |
---|---|---|
Fan Motor | GDL-ACFAN-A | $00.00 |