SANDWEL Innovation Through Success
Following are the Imp points to be noted before start PLC Programming
Number system:
Plc uses bit, byte, octal & hexadecimal no system for addressing.
Delta plc uses octal/hexadecimal number system.
Input is denoted by x & output is denoted by y
Above shown plc has x0, x1, x2, x3, x4, x5, x6, x7 inputs
Outputs are y0, y1, y2, y3…… (Octal based)
Sensors, Pushbuttons, limit switches are inputs & lamps, motors, fan,
blowers etc are outputs.
POWER SUPPLY 24VDC,230 VAC
PROGRAMMING SOFTWARE:WPLSOFT
To input program into PLC is Downloading.
To Input program from PLC into computer is Uploading.
NO & NC:
NO means Normally Open……means 0= OFF
NC means normally close means 1=ON
SANDWEL Innovation Through Success
1.NC switch after pressing it become NO. .(status change) NC SWITCH
If we take (NO) symbol in programming for NC switch initailly it will be ON.But after
pressing NC switch it will become off.
After pressing NC switch
2. NO switch after Pressing becomes NC.(status change) NO SWITCH
NO switch……If in programming we take NO symbol for NO switch initailly
it will be OFF ,After pressing switch it will become ON.
After Pressing NO switch