Sample Speed Control Program Application of C2000 :-
The programming of C2000 can be done by WPLSoft software , we will here see the simple multi speed application of C2000 and its programming. We will design a logic for 5 multi speed for C2000 and the speed will change periodically depending upon the time defined in the timer.
To make this logic just open the WPLSoft software and make a new project and select the PLC Model as VFD-C. M1040 is for Power on and M1025 is for RUN issuing command , so we have to set these two bits before giving the Frequency.
In this Program we are taking three multi speed and the each speed will change after the time defined in respective D Word. And after the third speed the first speed will resume and the process will go on.
Download