Ladder Program Manual

June 4, 2017 | Autor: Hamza Saeed Khan | Categoria: Programming Languages
Share Embed


Descrição do Produto

Automation Products for the New Millennium

21640 N. 19th Ave Ste C6 Phoenix AZ 85027 USA www.VSI-AZ.com 623-434-6621

SuperLogic Users Guide 1. OVERVIEW.................................................................................................................................. 3 2. SOFTWARE REQUIREMENTS AND INSTALLATION ...................................................... 3 3. WORKBENCH COMPONENTS ............................................................................................... 4 3.1 FILE SUBMENU........................................................................................................................... 4 3.2 DEVICE SUBMENU ..................................................................................................................... 5 3.3 HELP SUBMENU ......................................................................................................................... 5 3.4 SHORTCUT ICONS FOR FILE SUBMENU ....................................................................................... 6 3.5 SHORTCUT ICONS FOR DEVICE SUBMENU .................................................................................. 6 3.6 SHORTCUT ICONS FOR LADDER PROGRAM DEVELOPMENT ........................................................ 6 3.7 SHORTCUT ICONS FOR PROGRAMMING ELEMENTS..................................................................... 6 3.8 I/O STATE INDICATORS .............................................................................................................. 6 3.9 STATUS INDICATORS .................................................................................................................. 7 3.10 NETWORK AND GENERAL STATISTICS ..................................................................................... 7 4. SYSTEM FILES ........................................................................................................................... 7 4.1 FILE ADDRESSING ...................................................................................................................... 7 4.2 CONTROL BIT FILE DEFINITION ................................................................................................. 8 4.3 CONTROL WORD FILE DEFINITION ............................................................................................ 9 5. LADDER PROGRAMMING ELEMENTS............................................................................... 9 5.1 CONDITION ELEMENTS .............................................................................................................. 9 5.1.1 Normally Open Condition.................................................................................................. 9 5.1.2 Normally Closed Condition ............................................................................................. 10 5.1.3 Compare Conditions ........................................................................................................ 10 5.2 RESULT ELEMENTS .................................................................................................................. 11 5.2.1 Output/Coil Contact......................................................................................................... 11 5.2.2 Output/Coil Latch Contact............................................................................................... 11 5.2.3 Output/Coil Unlatch Contact........................................................................................... 11 5.2.4 Output/Coil Pulse Contact............................................................................................... 12 5.2.5 On Delay Timer Command .............................................................................................. 12 5.2.6 OFF Delay Timer Command ........................................................................................... 13 5.2.7 Retentive Timer Command............................................................................................... 13 5.2.8 Up Counter Command ..................................................................................................... 14 5.2.9 Timer/Counter/FIFO Reset Command ............................................................................ 14 5.2.10 Move Command ............................................................................................................. 14 5.2.11 Send-Message Command............................................................................................... 15 5.2.12 FFL - FIFO/LIFO Load Command ............................................................................... 15 5.2.13 FFU - FIFO/LIFO Unload Command........................................................................... 15 6. PROGRAMMING OVERVIEW WITH EXAMPLE ............................................................. 16 6.1 LADDER PROGRAMMING INTRODUCTION ................................................................................. 16 6.2 EXAMPLE LADDER PROJECT .................................................................................................... 16 6.2.1 Create New Ladder Project ............................................................................................. 16 6.2.2 Insert a rung..................................................................................................................... 16 6.2.3 Insert conditions into rung............................................................................................... 16

VITAL Systems, Inc.

Page 1

Doc. Rev 5503-3

SuperLogic Users Guide 6.2.4 Insert Branch into Rung................................................................................................... 17 6.2.5 Insert New Condition into New Branch........................................................................... 17 6.2.6 Insert Output(Coil) into Rung.......................................................................................... 17 6.2.7 Explanation of Example Ladder Program....................................................................... 18 7. CONNECTING TO SUPER-I/O DEVICE............................................................................... 18 7.1 DIRECT CONNECTION VIA SERIAL PORT .................................................................................. 18 7.2 CONNECTION THROUGH SERIAL-CAN BRIDGE........................................................................ 19 7.3 NETWORK CONNECTION VIA DEVICENET NETWORK INTERFACE ........................................... 19 8. CONFIGURING SUPER-I/O DEVICE.................................................................................... 19 8.1 CONFIGURATION PARAMETERS ................................................................................................ 19 9. DOWNLOADING PROGRAM TO SUPER-I/O DEVICE .................................................... 21 10. MONITORING A PROGRAM IN A SUPER-I/O DEVICE ................................................ 22

VITAL Systems, Inc.

Page 2

Doc. Rev 5503-3

SuperLogic Users Guide

1. Overview SuperLogic enables the configuration and programming of the Super-I/O control modules. SuperLogic is a ladder based programming application, applying industry programming standards. The programming functionality is extensive and allows users to develop programs for many specialized applications. SuperLogic incorporates a drag-and-drop graphical interface to create a user-friendly programming environment. SuperLogic also has program monitoring capabilities which allow the user to debug a program against the system application. A SuperLogic program can incorporate on average 60 rungs.

2. Software Requirements and Installation To ensure the proper operation of the SuperLogic Software, your computer system should have the following minimum requirements: Operating System: Windows 98, Windows ME, or Windows 2000 Processor: 300 MHz Pentium II Memory: 64 MB RAM Hard drive: 200 MB SuperLogic can be obtained through the Vital Systems website. The website is located at the URL- (http://www.VITALSYSTEM.com). Once the installation file has been acquired double-click the installation icon named SetupLdr.exe. The installation process will begin and follow the installation wizard's instructions. Once the installation is complete, restart your computer system. Now, the SuperLogic shortcut icon will be present on the computer's desktop and the installation is complete.

VITAL Systems, Inc.

Page 3

Doc. Rev 5503-3

SuperLogic Users Guide

3. Workbench Components The SuperLogic Workbench components are listed below:

3.1 File Submenu New Ladder:

Create a New Ladder Program in the SuperLogic software.

Open:

Open an existing Ladder Program to edit or download.

Save:

Save a new or edited Ladder Program.

Save As:

Save a new or edited Ladder Program with a different name.

Print:

Print current ladder program.

Close:

Close the current Ladder Program in SuperLogic Workbench.

VITAL Systems, Inc.

Page 4

Doc. Rev 5503-3

SuperLogic Users Guide Exit:

Exit from the SuperLogic software.

3.2 Device Submenu Connect:

Initiates a connection, serial or network between computer running SuperLogic software and a Super-I/O device. If connection is successful the device will be online, which is indicated by the "Yellow" Online Status Indicator. Connections take place through a serial port on SuperI/O or over DeviceNet network.

Run Mode:

While connected and online to a Super-I/O device this command will put controller into Run Mode, which will be indicated by the "Green" RUN Status Indicator. The Controller must be in Run Mode to execute the program stored in its memory.

Program Mode: While connected and online to a Super-I/O device this command will put the controller into Program Mode, which will be indicated by a "Red" RUN Status Indicator. Super-I/O Controller must be in Program Mode to configure it. Similarly, after downloading a program to Super-I/O, the controller state initializes to Program Mode. Monitor:

While connected and online with a controller, the program that the controller is executing can be monitored, which will be indicated by the "Blue" Status Indicator. The current project/program the Super-I/O is executing must be opened in the SuperLogic Workbench and the controller must be in Run Mode.

Configurations: While connected and online with an Super-I/O device, the following device characteristics can be configured: MAC ID, Upstream MAC ID, Downstream MAC ID, Bus Speed, Zone Count, Singulation or Slug Mode, and Host ID.

3.3 Help Submenu Contents:

This displays the contents of the Help Files. Search for Help: Allows users to search Help Files for specific information. About: This displays the version and copyright details for SuperLogic Software.

VITAL Systems, Inc.

Page 5

Doc. Rev 5503-3

SuperLogic Users Guide

3.4 Shortcut Icons for File Submenu Create a new Project/Ladder Program. Open a previous Project/Ladder Program to edit or download. Save a new or edited Project/Ladder Program.

3.5 Shortcut Icons for Device Submenu Connect / Disconnect a Super-I/O device. Configure Super-I/O device. Download Ladder Program to Super-I/O device. Monitor current program running on Super-I/O device. Set Super-I/O to Run Mode. Set Super-I/O to Program Mode.

3.6 Shortcut Icons for Ladder Program Development Check for ladder programming errors Deletes selected element in a rung or an entire rung. Insert a new rung above the currently selected rung. Insert a new rung below the currently selected rung. Insert a branch into a rung. Cancel selected element and returns the pointer to its original state. Generate element usage / cross reference table.

3.7 Shortcut Icons for Programming Elements Normally Open Condition. Normally Closed Condition. Compare Conditions: =, NEQ, >=, >,
Lihat lebih banyak...

Comentários

Copyright © 2017 DADOSPDF Inc.