Has anyone created or can create a quick program to change the PWM values of the dimming module on the fly to check to see what the flicker point of the LED/controller's are? Just the minimum value before the controller light up the LED's is what I'm chasing.
I was thinking of something that would change every 2 seconds or so maybe?
PWM Value Checker
Re: PWM Value Checker
You can overwrite the channels manually and find the point without a program.
http://www.xxx.yyy.zzz:2000/poX,Y
Where x is the id of the channel and y is the value you want. Set to 255 to reset to default.
0 is actinic and 1 is daylight i believe. Higher than that are the ports on the dimming channel
http://www.xxx.yyy.zzz:2000/poX,Y
Where x is the id of the channel and y is the value you want. Set to 255 to reset to default.
0 is actinic and 1 is daylight i believe. Higher than that are the ports on the dimming channel
-
- Posts: 74
- Joined: Mon Aug 05, 2013 3:16 am
Re: PWM Value Checker
Can this be done with the 16 channel dimming expansion? If so what would "X" be? Could you do 12-bit (up to 4095)?
Re: PWM Value Checker
not sure off hand, but you can look at the libraries and find out.
RA_Wifi.cpp is the file that contains all the wifi commands that are available. it's inside the libraries folder.
Sent from my XT1585 using Tapatalk
RA_Wifi.cpp is the file that contains all the wifi commands that are available. it's inside the libraries folder.
Sent from my XT1585 using Tapatalk