12.14.2    Rotate Fans on Start-Stop - JScript

 

// BAFANdisp.js - a JScript

if (GETVAL("FAN_START101") == 1) {

 SETVAL("rotatefan101=%ROTATEPLUS 16");

}

if (GETVAL("FAN_START102") == 1) {

 SETVAL("rotatefan102=%LOOPPLUS 36");

}

if (GETVAL("FAN_START103") == 1) {

 SETVAL("rotatefan103=%LOOPMINUS 12");

}