EasyManua.ls Logo

Delta VFD-C2000 - Page 32

Delta VFD-C2000
51 pages
To Next Page IconTo Next Page
To Next Page IconTo Next Page
To Previous Page IconTo Previous Page
To Previous Page IconTo Previous Page
Loading...
VFD-C2000 PROFINET Communication Card CMC-PN01
CMC-PN01 Operation Manual
32
Below is the STEP 7 program-editing screen and an example of writing a program by using 20xx
message format.
1. PIW282 means 2103H (output frequency).
2. PQW276 means 2000H (control word).
3. The writing of the program explains as follows.
OB1 Program (Main Loop) is explained as follows:
a. Judging if PIW282 (2103H) equals to 6000. If YES, PQW276 (2000H) equals to 1, which
means the drive stops running; if NO, go to RES label;
b. Judging if PIW282 (2103H) equals to 0. If YES, PQW276 (2000H) equals to 2, which
means the drive starts running; if NO, go to END label;
Therefore, the drive performs continuous actions of running until stop, and then starts
running again.