Presentation is loading. Please wait.

Presentation is loading. Please wait.

● Hardware Upgrade Overview20 minutes ● Legacy Application Import Tool60 minutes ● Add Quantum Ethernet DIO drops 45 minutes ● Add new X80 Ethernet DIO.

Similar presentations


Presentation on theme: "● Hardware Upgrade Overview20 minutes ● Legacy Application Import Tool60 minutes ● Add Quantum Ethernet DIO drops 45 minutes ● Add new X80 Ethernet DIO."— Presentation transcript:

1 ● Hardware Upgrade Overview20 minutes ● Legacy Application Import Tool60 minutes ● Add Quantum Ethernet DIO drops 45 minutes ● Add new X80 Ethernet DIO drops 45 minutes ● LL984 Editor and Unity Overview60 minutes Legacy Upgrade Agenda

2 ●Segment and Networks ● Online Legacy Application – LL984 Editor What are the topics:

3 ● User Interface – same ‘Look and Feel’ ● Segment Scheduler ● Logic Solve Order ● Adding LL984 Logic ● View Modes of LL984 Editor Networks ● Documentation Import ● Hybrid Application Segments & Networks What are the topics:

4 User interface has same ‘Look and Feel’ Same ‘look and feel’ with the 7 x 11 Nodes in each Network Instruction bar (with XMIT) and Tool Bar Now up to 64 Segments and 2000 Networks Segment Network: LL Icon, gray = empty network 7 x 11

5 Segment Scheduling ProWORX32 Unity Segment 1 Unity Segment 4 Remote Drop Number: Black = Drop is configured Red = Drop is not configured

6 Logic Solve Order LD IEC will solve this logic _1, _2, _3 Then _4, _5, _6. LL984 in Unity will solve this logic _1, _2, _3, _4, Then _5 and _6 Free Formed Text boxes are allowed in the LL984 networks

7 Adding LL984 Logic When adding an instruction it will be Blue when it is invalid data and will not build, it will also have a Red ~~~ under it. When the add instruction has valid references it will be Black and have no Red ~~~

8 View Modes of LL984 Editor Networks

9 Documentation Import Network Comment Short Comment Long Comment Descriptor Comments Unity ProWORX32

10 IEC and LL984 mixed LL984 and IEC applications are allowed and the Sections can be intermixed. This is a Concept application Import LL984 IEC

11 Lab Exercise – Networks and Segments At the completion of this module the participant should be able to: ● Navigate Unity Pro project using the Project Browser. ● Access LL984 editor networks ● Create variable in LL984 editor ● Look-up Segment Scheduler through Remote IO Properties

12 Network Power Flow Animation Tables Forced Booleans Imported Forced Booleans Show Instruction Online What will we discuss:

13 Network Power Flow Highlighted contact information Contact %I1153 (_101153) displays both Power and State flow PLC in Run The last scan State is displayed When the PLC is stopped Power flow is no longer displayed ●Power & State Flow display in one place PLC Stopped

14 ●Animation Tables are easy to create ●The easiest way is CTL A, CTL T, this will create an animation of the current network ●Or you can rubber band the logic (selecting multiple nodes while holding down Shift Key), then right click and select Initialize Animation Table ●Or you can manually enter the references ●Additionally, if you need to view a Real (float) enter %MFx (x=1 st %MW) in the Name column of the Animation Table Animation Tables (Data Watch Window, RDE etc.)

15 In the animation table select Force then the desired state Unforce In logic, right click on the node and force to the desired state or unforce Forced nodes will have a box around the displayed address, 984 address or variable and the color indicates the state ●You can easily force your contacts and coils ●Force either while viewing the logic or from the Animation Table ●Unity allows Forcing/ Unforcing and state changes with Memory Protect on Forced Booleans

16 1)Select: Force 2)Select: Swap to Multiple Mode 3)Select: Executes Multiple Identified that there are Forced Bool’s in the Application 1) 2) 3) Imported Forced Booleans

17 Right click on the instruction then select Show Instruction will display its “zoom” screen. You must be built and Online to use this feature. Show Instruction (Register Editor, Instruction Editor etc.)

18 Lab Exercise 4 – Online At the completion of this module the participant should be able to: ● Create Animation Table from Project Browser. ● Create Animation Table from logic section. ● Selectively create an Animation Table from logic section. ● Utilize Forced Boolean tools

19 ● Unity Tools ● Unity Advantages Legacy Application – Tools and Advantages What are the topics:

20 ● Searching ● Locate Writing and Reading ● Bookmarks ● Online Help ● Imported Forced Booleans ● Show Instruction Unity Tools What will we discuss:

21 Direct: Highlight and Right Click Enter the address in the search window of use the list box Custom Search by accessing the Data Editor Searching

22 Jumps to the highlighted instance Causes a jump to either the previous or next instance Search Navigation Cross reference element location Cross reference element operation Jumps to the next or previous instance

23 Locate Writing and Reading (Trace/Retrace) Locate Writing Locate Reading Bookmark Trace/Retrace highlights the nodes and creates automatic bookmarks. There is also a bookmark table created, it can be found in Tools >> Bookmarks.

24 The bookmark with the arrow is the current selected bookmark To add a bookmark (manual) place the cursor on the row location in the bookmark column right click and Toggle Bookmark. It can be removed by repeating Toggle Bookmark. Double left click then rename (be patient) Bookmarks, both, can be disabled by unchecking. When disabled they will be skipped when using next/previous. They will then be light gray. ●Bookmarks allow you to tag specific rows in the networks and then quickly transition from one bookmark to next ●They are saved with the project Bookmarks

25 On Line Help

26 Lab Exercise – Unity Tools At the completion of this module the participant should be able to: ● Navigate the Search results for references, addresses, and variables. ● Establish Bookmarks in the program. ● Trace and Retrace ladder logic. ● Access Help on Type available for the LL984 Editor and LL984 instructions

27 Unity Advantages ● Derived Data Types ● Derived Function Blocks ● Events ● Diagnostics ● Operator Screens ● Data Dictionary What will we discuss:

28 FE Tank Pump Contactor And Aux Input Flow Meter Tank Level Floats High And Low Without the uses of Derived Data Types You would create the following variables for each tank: ● Tank_High_Float ● Tank_Low_Float ● Pump_Contactor ● Pump_Aux_Input ● Discharge Flow_Meter If the application had 10 tanks, that would be 50 variables. Derived Data Types (DDT’s) DDT’s allow you to create custom arrays (mixed data types) These arrays can be referenced many times. Example of a tank

29 1. Create the DDT named “Tank_System” 2. Create one variable “Soap_Tank” which is an array of 10 of the DDT “Tank_System” 3.Done, All 50 variables created in two steps complete with documentation. Referenced in logic: Using DDT’s in Unity for the same example

30 Tank Farm Example: The Derived Function Block has 5 logic sections which controls one tank. Enter the DFB 10 times in the logic with the proper references and all 10 tank have been programmed. Derived Function Blocks (DFB’s) Used for repetitive logic, create a DFB that internally contains the required logic. Now the block can be used many times to control.

31 Event Timers or I/O Events programmed in a Structured Text Section. This Timer Event ST code accumulates all of the flow from each tank flow meter every second. Events (Timer and I/O)

32 ● Benefits of System Words (%SW) and System Bits (%S), extensive bit and word level diagnostics information ● LL984 STAT block is not needed because PLC and I/O status is in %SW’s and %S. Diagnostics (%S and %SW)

33 Diagnostics (Diagnostics Viewer) The information can be synchronized with up to external 16 devices (like HMIs) by creating a DFB using the Diagnostics instructions It is a tool that is built into Unity

34 Virtually any SCADA or HMI screen can be displayed in the Unity Environment Operator screens are not loaded into the PLC. Operator Screens

35 Data Dictionary Create all your tags in Unity using data dictionary and then those tags are available in: ●FactoryCast (Web Pages) ●Vijeo Designer (HMI) PlantStruxure also provides single database access between Unity and Citect SCADA. Configured under Tools >> Project Settings >> General >> PLC diagnostics and PLC embedded data

36 Presentation Summary: During this presentation we covered: Questions? ● File Types ● LL984 Options Window ● Import Log File ● LL984_OS_Wrapper Section ● CPU Configuration Information ● Unity Look ● Analyze and Rebuild All

37 Lab 1.Open file “Tank_Demo.pwx”. Change mode to Simulator, rebuild, download and set PLC to Run. 2.View the logic power flow in both the run stop mode. 3.Change the 4 View selections then.transition through them while connected and Running. 4.View the imported animation table, create a new animation table from a logic network and disable temporary table selection. 5.Download an application that contains Forced Booleans. Move the Forced States into the PLC. 6.Disable and force a contact or coil then unforce. 7.Perform a search from logic and the data search dialog, then navigate thru the results. 8.Open the instruction editor (Zoom Screen) for a node. 9.Perform trace and retrace on a contact of coil. 10.Add bookmarks to several networks, rename one bookmark then navigate through bookmarks. Disable one bookmark then navigate through them again. 11.Create a simple DDT. 12.Create a simple DFB. 15 minutes for Lab

38 Lab Exercise – Unity Advantages At the completion of this module the participant should be able to: ● Create (Derived Function Blocks) DFBs and explain advantages. ● Combine (Derived Data Types) DDTs with DFBs. ● Add new DFB using FBD program editor. ● Create new variable using user defined DDT ● Add entire sections of new logic using proven, tested, DFB logic.


Download ppt "● Hardware Upgrade Overview20 minutes ● Legacy Application Import Tool60 minutes ● Add Quantum Ethernet DIO drops 45 minutes ● Add new X80 Ethernet DIO."

Similar presentations


Ads by Google