syswin quick start - farnell · pdf filed emonstration - evaluation mode for all applicable...

11
OMRON OMRON Quick Start Quick Start

Upload: lamphuc

Post on 07-Feb-2018

215 views

Category:

Documents


0 download

TRANSCRIPT

Page 1: SYSWIN Quick Start - Farnell  · PDF fileD emonstration - Evaluation mode for all applicable OMRON PLC’s. In demonstration mode you can not go online, print, or save a project

OMRONOMRON

Quick StartQuick Start

Page 2: SYSWIN Quick Start - Farnell  · PDF fileD emonstration - Evaluation mode for all applicable OMRON PLC’s. In demonstration mode you can not go online, print, or save a project

1

TerminologyTerminology

Project : A project is a file that contains all of the ladder logic, PLC setup, and communication settings associated with a particular PLC program.

Block: A section of ladder logic that is grouped together because of a common theme is referred to as a block. Using blocks is a common method of organizing a project into individual functional entities without affecting the execution of the ladder logic (i.e. alarms, diagnostics, initialization, etc.). Blocks can be named and referred to by their name for easy cut-and-paste editing.

Network: A single rung of ladder logic is referred to as a network. As with Blocks, networks can also be named and referred to by name when programming for easy cut-and-paste editing.

Page 3: SYSWIN Quick Start - Farnell  · PDF fileD emonstration - Evaluation mode for all applicable OMRON PLC’s. In demonstration mode you can not go online, print, or save a project

2

Objective #1Objective #1: Installing OMRONOMRON SYSWIN Software

Beginning the Installation

Note: This Installation assumes that Windows 3.X is being used, or Windows 95 with Syswin V3.0 and a V3.0 Token. If you are using Windows NT, or Windows 95 and a V2.1 Token, this

installation can be used for Demonstration mode or CPM1 Only mode. To move a token underthese circumstances , please consult the Syswin manual for instructions regarding the DOStoken mover.

Step 1: Insert the Syswin Installation Disk #1 into the floppy drive.Step 2: a. Windows 3.X, Windows NT 3.X

From the Windows Program Manager Click on File then click on RunFrom the Command Line box type a:\Setup

b. Windows 95Click on Start then RunFrom the Open box type a:\Setup

Step 3: Press <ENTER> or click OK.Step 4: In the SYSWIN Setup window click on Continue or press <ENTER>.

Step 5: In the next SYSWIN Setup window click on English then click on Continue orpress <ENTER>.

Page 4: SYSWIN Quick Start - Farnell  · PDF fileD emonstration - Evaluation mode for all applicable OMRON PLC’s. In demonstration mode you can not go online, print, or save a project

3

Step 6: In the next SYSWIN Setup window click on Continue or press <ENTER> to install SYSWIN in the C:\SYSWINx directory. To change the directory, type the desired installation location

in the Path box then click on Continue or press <ENTER>.

Step 7: In the next SYSWIN Setup window, click on the type of installation desired.CPM1 only - Full functionality of the software for the CPM1 PLC only.Demonstration - Evaluation mode for all applicable OMRON PLC’s.

In demonstration mode you can not go online, print, or save a project.Install Token - Full functionality of the software for all applicable OMRON PLC’s.

Note: Only choose Install Token if you are using Windows 3.X, or Windows 95 with Syswin V3.0 and a V3.0 Token. Windows NT users, and Windows 95 users with a V2.1 must consult the Syswin manual for

instructions on the use of the DOS token mover.

.

Page 5: SYSWIN Quick Start - Farnell  · PDF fileD emonstration - Evaluation mode for all applicable OMRON PLC’s. In demonstration mode you can not go online, print, or save a project

4

Step 8: If you have not chosen Install Token the installation is complete, otherwise continue.Step 9: In the SYSWIN Token Mover window click on the Activate Syswin icon.

Step 10: When the Token movement is complete, click on OK in the Token Movement window.

Step 11: Click on Exit. The installation is now complete.

Page 6: SYSWIN Quick Start - Farnell  · PDF fileD emonstration - Evaluation mode for all applicable OMRON PLC’s. In demonstration mode you can not go online, print, or save a project

5

Objective #2:Objective #2: Create a New Project

Begin a New Project

Step 1: With the mouse, click on File then click on New Project.Step 2: Select the PLC Type you are using.

Step 3: Press <ENTER> or click OK.

Insert a Normally Open Contact

Step 1: Click on Normally Open contact from the drawing tools on the left side of the screen.Step 2: Move the mouse pointer to the middle of the black cursor box and click once. This places the

contact.Step 3: In the Contact window, enter the contact address 000.00 .

Step 4: Press <ENTER> or click OK.

Insert a Normally Open Coil

Step 1: Click on the Normally Open output on the drawing tools on the left side of the screen.Step 2: Move the mouse pointer to the middle of the black cursor box and click once. This places

the coil.Step 3: In the Output window, enter the coil address 001.00 .

Page 7: SYSWIN Quick Start - Farnell  · PDF fileD emonstration - Evaluation mode for all applicable OMRON PLC’s. In demonstration mode you can not go online, print, or save a project

6

Step 4: Press <ENTER> or click OK.

Insert a New Network

Step 1: With the mouse, click on Block then click Insert Network. Shortcut àStep 2: In the Insert Network window, select Below.

Step 3: Press <ENTER> or click OK.

Insert an End Statement

Step 1: Click on Function from the drawing tools on the left side of the screen.Step 2: Move the mouse pointer to the middle of the black cursor box and click once. This places the

function.Step 3: In the Function window, type either 01 (for function 01) or type END.

Step 4: Press <ENTER> or click OK.

Page 8: SYSWIN Quick Start - Farnell  · PDF fileD emonstration - Evaluation mode for all applicable OMRON PLC’s. In demonstration mode you can not go online, print, or save a project

7

Objective # 3:Objective # 3: Transfer Program to PLC

Establish Communications with PLC

Step 1: Determine if the software is currently “online” with the PLC in one of several ways.a. If the telephone icon on the toolbar is on the hook, the PLC is offline. If the telephone iconis off the hook, the PLC is online.

Offline à Online à

OR

b. Click on Online. If the window appears similar to the window on the left, the PLCis online. If the windows is similar to the window on the right, the PLC is notonline.

Step 2: If the PLC is online skip to “Place the PLC in Monitor Mode”If not, Click on Project then click on Communications.

Step 3: Select the Port to match the serial Port on the computer.Select the communications parameters that match the PLC settings.The default for many OMRON PLC’s is Baud of 9600, Unit # 00 and Protocol ofASCII 7 bit Even Parity 2 stop.

Step 4: Click on Test PLC. If the Status window indicates Connected, then the PLC is online.If not, consult the operations manual for the PLC to identify the communications parameters.

Step 5: Click on Close.

Place the PLC in Monitor Mode

Step 1: Click on Online, then on Mode. Shortcut àStep 2: Click on Monitor. This places the PLC in monitor mode.

Page 9: SYSWIN Quick Start - Farnell  · PDF fileD emonstration - Evaluation mode for all applicable OMRON PLC’s. In demonstration mode you can not go online, print, or save a project

8

Step 3: Press <ENTER> or click OK.

Download the Program to the PLC.

Step 1: Click on Online, then click on Download.Step 2: In the Download Program to PLC window, check the box marked Clear Program Memory.

Do Not check the Expansion Functions or Memory Allocation boxes.

Step 3: In the Syswin Question window, Click Yes, or press <Enter>.This changes the PLC to Program mode automatically.

Step 4: In the next Syswin Question window, Click Yes, or press <Enter>.This changes the PLC back to Monitor mode.

Step 5: In the Download window, click OK or press <Enter>.The download process is now complete.

Page 10: SYSWIN Quick Start - Farnell  · PDF fileD emonstration - Evaluation mode for all applicable OMRON PLC’s. In demonstration mode you can not go online, print, or save a project

9

Objective # 4:Objective # 4: Force I/O Bits

Enter Addresses to Force

Step 1: Click on Online, then click on Force... . Step 2: In the first Address field enter the address 0.00 . Step 3: To the right of the address field there is an Action field. With the mouse, click on the down

arrow and choose Force Set. Step 4: To the right of the Action field, there is a Write Check box. With the mouse, click on this box.

A check mark indicates this action will be performed when the force is executed. The final result should resemble the window below.

Write Force Data

Step 1: With the mouse, click on the button. This operation executes the forcing in the PLC.

Step 2: Verify in the status window at the bottom of the display that it says “Write - OK.” Thisindicates the bit has been forced and you should be able to see the appropriate light on the

PLC card.

Step 3: Before closing this window you must click on the button. This button releases allof the forced bits and is necessary to resume normal PLC operation.

Step 4: With the mouse, click on the button.

Page 11: SYSWIN Quick Start - Farnell  · PDF fileD emonstration - Evaluation mode for all applicable OMRON PLC’s. In demonstration mode you can not go online, print, or save a project

10

Objective # 5: Monitor Data

Display Desired Memory Area

Step 1: With the mouse, click on Editors, then click on Data display editor.

Step 2: Click on from the memory area buttons on the left side of Shortcut→ v2.1the screen.

v3.0

Step 3: In the range window, you can specify All or Partial memory area display. Choose All.Step 4: Press <ENTER> or click OK.

Monitor Displayed Memory Area Step 1: Click on Online, then click on Monitoring. You should Shortcut

→see the cursor change from an arrow to an arrow with alightening bolt indicating the display is being updated.

Step 2: Force your input on again by repeating objective # 2 and watchthe bits change on the monitor screen in the background.