Easy PLC and Embedded PLC
EasyPLC Instructions Set Help
Return to Main Page
Features:
Built
in 2 line HMI (LCD Display + 16 key Keypad)
Text
Programming Language CLARITY
HMI
program in PLC program, separate editor not required
8
Push Button keys can be used in PLC program
1 Digital Input, 7 Digital / Analog Inputs (0-10VDC)
8 Transistor Digital Outputs 24VDC / 2.5A for Solenoid Valves/Relays
64
ON-Delay Timers / Counters
Arithmatic Functions - Addition, Subtraction, Multiplication, Division
2 Special Functions for Scaling of Analog Inputs and A*B/C
4
256 bit shift registers for position tracking applications like filling stations, capping stations, sorting, filtering,
rejection and automatic inspection lines
2
PTO outputs for Stepper Motor Control OR 2 PWM Outputs for Propertional Valve Control
2
High Speed Quadrature Encoder Inputs
EasyPLC Introduction Video
EasyPLC Slide Wiring Tutorial
Click here to download EasyPLC Compiler, Downloader and Monitoring Software
Download the software.
Select the COM port.
Select baud rate 38400.
Select F2 to load a program file.
Select F3 to compile the program.
Select F4 to download the compiled program to EasyPLC.
Select F5 to monitor the status of EasyPLC as it executes the program.
Click here to download EasyPLC Template File for writing program
Template File helps writing programs easier
It has predefined names for Inputs, Outputs, Timers, Flags, Datawords, Messages, Subroutines
It has a main program place holder, where the logic program must be written
It has subroutine program place holders, where subroutines can be added
Only the desired names need to be changed, the others can be left as they are
It pre-defines names for the system flags, which can be used in the logic program
Ensure the END PROGRAM statement and END FILE statement are used as shown in this file