shutterrelay1 1 // Define that RELAY1 is for ON/OFF and PWM1 drive position
shutterrelay2 2
shutterrelay3 3
Shuttermode 5 // enable Shutter mode for servo.
PWMfrequency 200 // this is a global variable for all Servos.
SetOption15 0 // to control the storage of values.
ShutterPwmRange1 100, 500 //this is a global variable for all Servos.
ShutterOpenDuration1 2.0 // define the open time, in seconds.
ShutterCloseDuration1 2.0 // define the close time, in seconds.
ShutterMotorDelay1 0.2 // servo does not like abrupt start / stop.
ShutterPwmRange2 100, 500 //this is a global variable for all Servos.
ShutterOpenDuration2 2.0 // define the open time, in seconds.
ShutterCloseDuration2 2.0 // define the close time, in seconds.
ShutterMotorDelay2 0.2 //
ShutterPwmRange3 100, 500 //this is a global variable for all Servos.
ShutterOpenDuration3 2.0 // define the open time, in seconds.
ShutterCloseDuration3 2.0 // define the close time, in seconds.
ShutterMotorDelay3 0.2 //
Restart 1```