Logic, Truth, and Fact
A fact is that which “is”; that which exists in reality
HE HAS trade marks in the year 1999 for only web PLC and OPLC WITHOUT GSM MOBILE PHONE
THAT MEANS AT THAT TIME HE HAS NO IDEA ABOUT MY INVENTION
TESS was last
updated on Sat Oct 13
|
1
Word Mark
|
WEBPLC
|
Goods and Services
|
(ABANDONED) IC 009. US 021
023 026 036 038. G & S: ELECTRONIC CONTROLLER
DEVICES EMBEDDED WITH TCP/IP CAPABILITIES
|
Mark Drawing Code
|
(5) WORDS, LETTERS, AND/OR
NUMBERS IN STYLIZED FORM
|
Serial
Number
|
75689796
|
Filing Date
|
April 21, 1999
|
Current Basis
|
1B
|
Original Filing Basis
|
1B
|
Owner
|
(APPLICANT)
Unitronics (1989) (R"G) Ltd CORPORATION
|
Attorney of
Record
|
Avital (Tally) Eitan
|
Type of Mark
|
TRADEMARK
|
Register
|
PRINCIPAL
|
Live/Dead Indicator
|
DEAD
|
Abandonment
Date
|
July 31, 2000
|
Table of Contents
PREFACE VII
CHAPTER 1: OVERVIEW 11
Introducing the M90 Micro OPLC WITHOUT ANY GSM MOBILE PHONE
11
Technical Description 12
The M90 12
I/Os 12
Operating Panel 12
Communications 12
Programming 13
PLC Program
Properties 13
HMI Program 13
Safety Guidelines 14
CHAPTER 2: MOUNTING THE M90 15
Before You Begin 15
Safety and Environmental Guidelines 16
Mounting 17
Panel Mounting 17
DIN Rail Mounting 18
CHAPTER 3: I/OS 21
Wiring Considerations 21
Connectors 21
I/O Connections 21
Wire Size and Specifications 22
Power Supply 22
Digital Inputs 23
High-Speed Counter/Shaft-encoder 23
Analog Inputs 23
Digital Outputs 24
Analog Outputs 24
CHAPTER 4: COMMUNICATIONS 25
RS232 25
Downloading Your Program 26
M90 User Guide
IV
Connecting the M90 to
the PC 26
CANbus 28
CHAPTER 5:
INFORMATION MODE 31
Using Information Mode 32
The Main Menu 32
Inputs/Outputs 34
Analog /
Counter 35
MB / MI / SB /
SI 36
Timers 38
System 39
Time & Date 40
M90 ID Number 41
U90 Baud 41
CAN Baud 42
Model 43
Version Numbers 43
Reset 43
Clear MB and MI 43
Scan Time 44
Sys Info 44
APPENDIX A: SYSTEM BITS AND INTEGERS 45
APPENDIX B TECHNICAL SPECIFICATIONS 49
Power Supply 49
Onboard I/Os 49
Display 50
Keypad 50
Program 50
Communication Ports
51
I/O Expansion (except
M90-19-B1A) 51
Dimensions 51
Mounting 51
Environment 51
Accessories 51
M90-19-B1A 53
M90-R1 54
M90-R1-CAN 55
M90-R2-CAN 56
M90-T1 57
M90-T1-CAN 58
M90-TA2-CAN 59
Table of Contents
V
APPENDIX C: NEW PLC USERS 61
Parts of a PLC 61
Operating Panel 61
Inputs 61
Outputs 61
CPU 61
How PLCs Work 62
TABLE OF FIGURES 65
INDEX 67
VII
Preface
About this Manual
This manual contains
information relevant to the M90 micro controller series.
The M90
Chapter 1. Overview
Contains a general
description of the M90’s form and function.
Chapter 2. Mounting the M90
Describes how to
mount the M90 on either panel or DIN rail.
Chapter 3. I/Os
Contains information
for the M90 I/Os.
Chapter 4. Communications
Explains
communications connections.
Chapter 5. Using Information Mode
Explains how to use
the M90 Information Mode via the M90 keypad.
Appendices
Appendix A. System Bits and Integers
Contains tables
showing internal system elements.
Appendix B. Technical Specifications
Contains detailed M90
specifications and wiring diagrams.
Appendix C. New PLC Users
Provides information
for new PLC users.
M90 User Guide
VIII
Guidelines for user safety and
equipment protection
This manual is
intended to aid trained and competent personnel in the installation of
this equipment as
defined by the European directives for machinery, low voltage and
EMC. Only a
technician or engineer trained in the local and national electrical
standards should
perform tasks associated with the electrical wiring of M90 controllers.
Symbols are used to
highlight information relating to the user’s personal safety and
protection of the
equipment throughout this manual.
When any of the
following symbols appear, the associated information must be read
carefully and
understood fully.
Symbols:
Symbol Meaning
Description
Danger- The
identified danger causes
physical and property
damage.
Warning- The
identified danger could cause
physical and property
damage.
Caution Caution- Use
caution.
11
Chapter 1: Overview
Introducing the M90 Micro
OPLC
The M90 is a micro
OPLC1; a compact
controller that contains a fully integrated
operating panel. It
is a fine device for simple control tasks, both household and
industrial. The M90
comes in different models offering a variety of capabilities,
including analog
control, CANbus and expansion ports. These M90 features give it the
flexibility to
control both time and ambient condition based processes.
Figure 1. The M90
The operating panel
shown in Figure 1 provides the operator interface. The M90
operating panel
contains an LCD text display screen and a keypad. The LCD screen
can be used to
display operating instructions, a feature that makes the M90 very easy to
use. The operator
uses the keypad to communicate information to the M90 or to
modify existing data.
This communication interface between the M90 and operator is
referred to as the
HMI, or Human Machine Interface, throughout this manual.
The M90 operating
panel offers an additional feature called Information Mode.
Information Mode
allows the operator to view certain types of system data such as
input status or timer
values.
The M90 web site can
be found at www.unitronic.com/m90/index.htm. Check this site
frequently for
product updates, new M90 applications and programming tips.
1
Acronym
for Operating panel + Programmable Logic Controller.
62
How PLCs Work
Figure 18 shows the PLC cycle. This
cycle is called a scan. The scan cycle is
performed continuously.
1
Reads data from inputs
2
Processes data according to
program
3
Sends data to outputs
Figure 18. PLC Scan
First, the input data is read at
the beginning of each scan. The data has two sources: the
M90’s physical inputs, and data
that are entered via the M90’s keypad.
Next, the program is executed. The
user creates the M90 control program. The program
is composed of instructions that
are written in the Ladder language, and is written using
the M90’s proprietary software.
All program instructions are executed in each scan
cycle.
Last, the outputs are updated
with the new data.
Appendix C: New PLC Users
63
The sample program below causes
an alarm, connected to output #1, to actuate
whenever a gate, connected to
input #1, opens.
The command means that the status
of the gate is checked at the beginning of each
scan. When the gate is open, the
value in the operand is 1 or on. When the gate is
closed, the value in the operand
is 0 or off.
The command controls the alarm. When
the value in contact 1 is found to be 1,
the alarm is switched on. When
the value is 0, the alarm switches off.
65
Table of Figures
FIGURE 1. THE M90 11
FIGURE 2 . M90 STANDARD KIT 15
FIGURE 3. PANEL MOUNTING THE M90
17
FIGURE 4. M90 PANEL MOUNTED 18
FIGURE 5. SNAPPING THE M90 TO THE
DIN RAIL 18
FIGURE 6. PROPER M90 DIN RAIL
POSITION 19
FIGURE 7. INCREASE THE CONTACT
LIFE SPAN 24
FIGURE 8. M90 SIDE VIEW – RS232
PORT 25
FIGURE 9. M90 – PC COMMUNICATION
27
FIGURE 10. M90 SIDE VIEW – CANBUS
& EXPANSION PORT 28
FIGURE 11. WIRING DIAGRAM 29
FIGURE 12. CANBUS CONNECTOR 30
FIGURE 13. MAIN MENU 33
FIGURE 14. NPUTS AND OUTPUTS 34
FIGURE 15. ANALOG INPUTS AND
COUNTER VALUES 35
FIGURE 16. MB, MI AND SB, SI 37
FIGURE 17. TIMERS 38
FIGURE 18. SYSTEM MENU 39
FIGURE 19. EDITING TIME AND DATE
40
FIGURE 20. ASSIGNING AN ID NUMBER
41
FIGURE 21. U90 BAUD 42
FIGURE 22. CAN BAUD 42
FIGURE 23. RESET 43
FIGURE 24. M90-19-B1A TOP VIEW –
INPUTS 52
FIGURE 25. M90-19-B1A BOTTOM VIEW
– OUTPUTS 52
67
Index
A
About this Manual, 7
Analog,
35
Analog
input, 23
Analog/counter,
35
Appendix A
System bits and integers, 45
Appendix B
Technical Specifications, 49
B
Baud, 41
Bits and integers, 45
Bottom connector, 21
C
CANbus, 28
wiring specifications, 29
CANbus &
Expansion port, 28
Cautions
safety, 8
Clear MB and MI, 43
Communications, 12, 25
Communications connections, 25
Connecting to a PC, 26
Connectors, 21
bottom, 21
top, 21
Contacts
life span, 24
maintenance, 24
Counter, 35
D
Date, 40
Digital inputs, 23
DIN rail
mounting, 15
Downloading your program, 26
E
Encoder, 23
G
Getting started, 61
Guidelines
safety, 8
H
Hardware reset, 43
High-speed counter/shaft-encoder,
23
HMI
general functions, 13
uses, 13
HMI (Human Machine Interface), 11
HMI Program, 13
How PLCs work, 62
I
I/Os, 21
ID number, 41
Information
categories,
31
Information
Mode, 31
analog, 35
analog/counter, 35
baud, 41
clear MB and MI, 43
counter, 35
date, 40
hardware reset, 43
ID number, 41
inputs, 34
inputs/outputs, 34
M90 ID number, 41
main menu, 32
MB, 36
memory bits, 36
MI, 36
MI/MI/SB/SI,
36
model, 43
outputs, 34
SB, 36
scan time, 44
sequential groups, 36
SI, 36
sys info, 44
system, 39
time & date, 40
M90 User Guide
68
timers, 38
U90 baud, 41
using, 32
version
numbers, 43
Input
analog,
23
digital,
23
Inputs, 34
Inputs/outputs, 34
Introduction, 11
Introduction to PLC, 61
K
Keypad system bit functions, 46
M
M90
connecting to PC, 26
diagram, 11
external view, 11
ID number, 41
introduction, 11
mounting, 15
operating panel, 12
software, 13
technical description, 12
technical specifications, 12
M90 web site, 11
M90-R1
wiring, 54
M90-R1-CAN
wiring, 55
M90-R2-CAN
wiring, 56
M90-T1
wiring, 57
M90-T1-CAN
wiring, 58
M90-TA2-CAN
wiring, 59
Main menu, 32
Manual
about, 7
MB, 36
Memory bits, 36
MI, 36
Model, 43
Mounting the M90, 15
N
New PLC Users, 61
O
Operating panel, 11, 12
OPLC
definition, 11
Output, 24
Outputs, 34
P
Parts of PLC, 61
PC connection, 26
PLC, 61
parts, 61
PLC application
general, 13
PLC program properties, 13
Power supply, 22
Precautions
safety, 8
Preface, 7
Program
downloading, 26
properties, 13
Programming, 13
general, 13
S
Safety guidelines, 8
SB, 36
Scan time, 44
Sequential groups, 36
Shaft
encoder, 23
SI, 36
Software, 13
Specifications,
12
wiring, 22
Sys info, 44
System, 39
baud, 41
clear MB and MI, 43
date, 40
hardware reset, 43
ID, 41
Index
69
M90 ID number, 41
model, 43
scan time, 44
sys info, 44
time & date, 40
U90 baud, 41
version numbers, 43
System bits, 45
System bits and integers, 45
System integers, 45
System Integers, 47
user-available, 47
System interger functions, 47
Sytem bit functions, 45
T
Technical description, 12
Technical specifications
Appendix B, 49
Time & date, 40
Timers, 38
Top connector, 21
U
U90 baud, 41
User safety, 8
User-available System Integers,
47
Using a PLC, 61
V
Version numbers, 43
W
Warnings, 9
Wiring
M90-19-B1A, 53
M90-R1, 54
M90-R1-CAN, 55
M90-R2-CAN, 56
M90-T1, 57
M90-T1-CAN,
58
M90-TA2-CAN,
59
Wiring
considerations, 21
Wiring
specifications, 22
Wiring Specifications
Hidden and deleted
Hidden and deleted
Hidden and deleted
Hidden and deleted
Hidden and deleted
Hidden and deleted
Hidden and deleted
Hidden and deleted
Hidden and deleted
Hidden and deleted
Hidden and deleted