200130117006_Tejasvini
Experiment: 6
AIM:- Develop ladder program for Timer based applica ons.
1. Time delay ON and mer delay OFF example.
200130117006_Tejasvini
2. Alternate Flasher system/ Square Wave genera on.
200130117006_Tejasvini
3. Annuncia on system for 2 Alarms
200130117006_Tejasvini
D) Mixer Opera on:
200130117006_Tejasvini
200130117006_Tejasvini
Conclusion:
200130117006_Tejasvini
Experiment: 7
AIM:- Develop ladder program for Counter based applica ons.
A) Straight Coun ng in a process (Up & Down)
200130117006_Tejasvini
b) A process where count of events is to start a er a fixed me interval.
200130117006_Tejasvini
Experiment: 9
Aim: Explore so ware (Wonderware) & different types of anima ons used in
it.
Wonderware is a well-known brand in the field of supervisory control and data acquisi on
(SCADA) so ware. Wonderware offers a range of SCADA so ware solu ons that provide
real- me monitoring, control, and visualiza on of industrial processes. While the specific
features may vary depending on the version and edi on of the so ware, here are some
common features of Wonderware SCADA so ware:
1. Real- me Data Acquisi on: Wonderware SCADA so ware enables the acquisi on of
real- me data from various sources, such as sensors, programmable logic controllers (PLCs),
distributed control systems (DCS), and other devices.
2. Data Visualiza on: The so ware provides rich and customizable graphical
visualiza on capabili es to display real- me process data in the form of dynamic HMI
(Human-Machine Interface) screens. Users can create intui ve graphics, trends, alarms, and
other visual elements to monitor and control industrial processes.
3. Alarm Management: Wonderware SCADA so ware includes robust alarm
management features that allow users to define and manage alarms based on predefined
condi ons or thresholds. Operators can receive no fica ons, acknowledge alarms, and take
appropriate ac ons to address abnormal process condi ons.
4. Historical Data Logging and Analysis: The so ware facilitates the logging and storage
of historical process data for analysis, repor ng, and troubleshoo ng purposes. Users can
review trends, generate reports, and perform data analysis to gain insights into process
performance and iden fy areas for improvement.
5. SCADA System Integra on: Wonderware SCADA so ware is designed to integrate
with various industrial automa on systems, including PLCs, DCS, and other SCADA systems.
It supports standard communica on protocols to enable seamless data exchange and
interoperability between different devices and systems.
6. Security and Access Control: Wonderware SCADA so ware includes security features
to ensure the integrity and confiden ality of process data. It provides user authen ca on,
role-based access control, and audit trails to manage user permissions and track system
ac vi es.
7. Mobile and Web Access: Some versions of Wonderware SCADA so ware offer mobile
and web access op ons, enabling users to monitor and control industrial processes remotely
using smartphones, tablets, or web browsers. This feature provides flexibility and
convenience for operators and engineers.
8. Scalability and Redundancy: Wonderware SCADA solu ons are designed to be
scalable, allowing users to expand the system as their requirements grow. The so ware
200130117006_Tejasvini
supports distributed architectures and redundant configura ons to enhance system
reliability and fault tolerance.
9. Integra on with Other Wonderware Products: Wonderware offers a comprehensive
suite of industrial so ware solu ons. Wonderware SCADA so ware can integrate with other
Wonderware products, such as MES (Manufacturing Execu on System) so ware, Historian,
and asset management tools, to create a unified and integrated solu on for plant-wide
opera ons.
These are some of the key features commonly found in Wonderware SCADA so ware.
However, it's important to note that the specific features may vary depending on the version
and edi on of the so ware.
Create Project in Wonderware lntouch
Step 1: Open lnTauch. Click on “file*’ and select “new“. Following window will pop-up.
Click “ next" to proceed.
Step 2: Clicking next will pop-up another window. Here, give a name and click “next“
200130117006_Tejasvini
Step 3: Again another pop-up will open. Give name here too and click "finish”
Step 4: The created project name will be added as shown in the below window. Double click
on it. If it asks for the license the click on ignore to proceed.
200130117006_Tejasvini
Step 5: The following window will appear as shown below.
Step 6: Click on “new” and select “ new window” will oop-up a new window. Again Give a
name to this window and hit “ok”
200130117006_Tejasvini
Step 7: A new window will open as shown in the below figure.
Step 8: Let’s create a simple program to turn on/off bulb using a logic gate. To add switch
and light click on I he “wizard” icon as shown in the below window
200130117006_Tejasvini
Step 9: To make AND logic, I have chosen two switches and one light to know the status
Step 10: To give tagname, double click on switch and give thename "SI", same way for the
second switch give name "S2".
200130117006_Tejasvini
Step 11: Now When you hit "ok" new pop-up will open as shown in tne below window.
Select type discrete” and click "save" to proceed. We select "memory discrete" because we
have a switch (digital) in use.
Step 13: Here, Double click on LAMP, then the pop-up window will open. We are crea ng
AND gate here so simply we must write ’*S1 ANO S2" as we have selected name 51, S2 for
the switches.
Step 14: For AND gate, LAMP will only turn "ON" when both switches are "ON" If you Switch
OFF any one input then the output will go OFF.
200130117006_Tejasvini
Conclusion:
200130117006_Tejasvini
Experiment: 10
Aim: Development of GUI using different type of scrip ng on SCADA so ware
A) Develop Gates: AND, OR ,NOT ,NAND, EX-OR
200130117006_Tejasvini
200130117006_Tejasvini
b) 3 i/p switches & 3 O/p LEDs. ( Any 1 i/p then 1st LED is on, any 2 I/p then 2nd LED is on ,
all 3i/p then 3rd LED is on)
200130117006_Tejasvini
200130117006_Tejasvini
200130117006_Tejasvini
c) Use of analog slider & meter. Display each value using#. Generate alarm if input is beyond
some limit.
200130117006_Tejasvini
200130117006_Tejasvini
Conclusion:
200130117006_Tejasvini
Experiment: 8
AIM:- Develop ladder program based on Arithme c, compare instruc ons.