SlideShare a Scribd company logo
IOSR Journal of Electronics and Communication Engineering (IOSR-JECE)
e-ISSN: 2278-2834,p- ISSN: 2278-8735.Volume 7, Issue 3 (Sep. - Oct. 2013), PP 07-12
www.iosrjournals.org
www.iosrjournals.org 7 | Page
Simulation of Signals with Field Signal Simulator
1
Pattan Munni, 2
V.Vittal Reddy, 3
N. Nageswararao
1
Student, 2
Associate Professor, 3
Assistant general manager
1. Gudlavalleru Engineering College, 2.Gudlavalleru Engineering College, 3.ECIL Hydrabad Gudlavalleru,
Krishna District, Andhra Pradesh, India, Pin no.
Abstract: In the recent trends the field signal processing is an emerging technology for data acquisition
systems, controlling application systems and automation system in real time environment. Versa Modular
European (VME) and CRIO based hardware to simulate the field signals for the computer based
control and instrumentation panel. Simulator is used to transmit multiple number of signals at a time.
FSS software is a generic software to simulate the field signals for a computer based control and
instrumentation system. Its general purpose nature easily extends its capabilities to build and perform
unit under test(UUT’s) ATP specific test routines. Field signal simulator (FSS)is also an Automatic Testing
Equipment (ATE). The main the Scope of this project covers real time computer (RTC) systems used for
Signal Processing & Control application and the simulation techniques used to achieve automation by
testing these RTC systems. It also includes RTC hardware and the software used for process & control
applications. Simulation hardware & software used to test VME system is also included in the scope of
this study.
I. Introduction
Real time computer system consisting of dual redundant VME bus based systems with Switch over
Logic Systems; Test software thoroughly tests the systems to all the channels of each card present in VME bins.
Software also checks the healthiness of each card at every scan interval and sends the information to
display station.The signal processing electronic system consists of ED20 CPU card and combination of I/O
cards to meet the system reliability, functionality and to analyze the performance. To verify the system
functionality and performance we need to test the system thoroughly. To simulate this system with any type of
signal we need a field signal simulator to reduce processing time. Without this simulator testing is tedious
process.
The existing simulator used as a passive simulator with switches for simulating digital inputs and
potentiometers for analog inputs. For generating digital outputs LEDs were provided and DPMs for analog
outputs. Using passive switch it was a very tedious process to test the RTC [1, 2] systems for all input
conditions & time consuming.
It introduces simulation techniques to simulate VME RTC systems with field signal simulator. FSS can
simulate any type of input signal like 0.5v to 9.5v dc, 4-20mA. It also implements simulation software for
automating the testing process. VME systems software has to scan all the analog and digital input signals,
receive the soft inputs/commands from process computer. It generates outputs for monitoring on display station
and process computer.
In this paper describes RTC systems used for signal processing & control application and the
simulation techniques used to achieve automation by testing these RTC systems. It also includes RTC hardware
and software used to test VME [3] system. RTC systems are deployed to check plant systems conditions and
generate authorization outputs when all the conditions are satisfied. More than 1500 I/O signals can simulate at
a time by Field Signal Simulator according to the system capability.
II. System Design Model
A. Field Signal Simulator
The Computer based Control System acquires various types of physical parameters, such as
temperature, pressure, flow, strain, position, and speed using electronic equipment/ modules/boards. The data
collected is sent to a computer for analysis and display. The control systems also take action (control) based on
the data they receive. Turning ON/OFF lamps, motors, valves, heaters and fans are common functions of
control. Sending out voltage, current, digital words, pulses and waveforms are also functions of the Control
systems. Embedded software running in the computer coordinates and executes these functions.
Simulation Of Signals With Field Signal Simulator
www.iosrjournals.org 8 | Page
Fig: 1. Block diagram of Unit under Test with Field signal simulator
System architecture: The FSS is housed in standard racks with 19” card frames. The system operates
on single-phase 230V, 50Hz, AC power supply. The instrumentation is PXI and VME based, with an Industrial
computer for simulation of field signals. High speed Ethernet link connects Industrial computer and the CPU
module on the PXI bus. The system is designed to work up to 55 degrees Celsius. Battery back-up is provided
for conducting the burn-in tests. Video graphic display, keyboard, mouse and color printer are connected to the
PXI bus based INTEL CPU board as shown Figure 3.2.
Data Acquisition and Control: The MS Window operating system runs on the Intel Pentium CPU, on
which the application software is developed using National Instrument‟s LABVIEW. The application software
generates the field data for the signal conditioning boards using the hardware modules. The response
parameters of the unit under test are read by the CPU. The FSS generates the test reports based on the Accepted
Test Procedure of the Unit Under Test (UUT).
I/O Connections: FSS inputs and outputs are terminated on terminal blocks internally. All the cables
are color coded and labeled for easy identification. A separate rack is provided for storing the cable bunches,
whenever the system is not in use. All inputs and outputs are available simultaneously, no multiplexing of the
signals as shown Figure 2.
Test Reports: FSS generates the test reports for the Project Engineers, Quality Control and Customer
based on the Accepted Test Procedure
Fig: 2.Block diagram of I/O connection with Field signal simulator
B. FSS Software
FSS software is generic software to simulate that field signals for a computer based control and
instrumentation system. FSS software works in conjunction with PXI, VME,CRIObased hardware to simulate
the field signals for the computers based control and instrumentation panel. Its general purpose nature easily
extends its capabilities to build and perform specific UUT‟s test routines.
Fig: 3. SWITCH on Procedure for Server & Client
Simulation Of Signals With Field Signal Simulator
www.iosrjournals.org 9 | Page
The FSS software is built following a “Client-Server” model. The FSS system consists of a PXI
controller and two IPCs. PXI controller serves primarily as the Server and IPCs as Clients. One of the IPC will
be designated as the “Development Station”. Either the PXI-controller or the IPCs can be used as “Development
station. It‟s highly recommended that PXI-Controller should not be used as a development station while its
running the server s/w. Likewise IPCs should not be used as development station when its running the client
s/w. The server s/w in the PXI-controller runs on the background when it is launched. It should be launched
before any client s/w is launched. The PXI-Controller can also acts as a client in addition to being the server.
Thus, we can run the client s/w on the PXI-controller itself which puts the usage of two IPCs as
additional clients, only on need basis as shown Fig 3.
The following are the major modules of the Server s/w are:
i) DAQCore: This module is the heart of the FSS software. DAQCore implements hardware level interaction
with the PXI, VME and cRIO which constitutes the FSS systems. It calls the APIs built for the FSS systems
and executes the commands sent by the Clients. DAQCore is a single module through which all interaction
with all different types of hardware used in the FSS system is possible. DAQCore implements a common
I/O read/write errors handling mechanism and it also returns the value that are set through the commands.
ii) Command Router: Server hosts the command router module. Command Router module is used for
identification of the origin of command for the DAQCore to execute. After the command is executed by the
DAQCore the response is again routed through the Command Router to the source, the command router
module also sorts the commands from various sources and segregates them based on the signal type for the
DAQCore to execute. The source of the command could be any.
FIGURE 4: DAQ CORE – Snapshot for System Status for Server
C. FSS Server
First FSS server software is launched on the PXI-controller. Server should be launched before
launching the client s/w of the IPCs or on the PXI-Controller. Client displays an error message if it‟s launched
first and then the client application exists. FSS Software runs on the background with its icon minimized to the
windows taskbar icon tray. The Server application also displays the health parameters of the FSS systems as
well as the clients that are connected.The Server module interacts with hardware of the field signal simulation
system. Server module is responsible for reading and writing to all hardware I/Os.The maximum number of
signals that FSS supports is given in the Table.1 below.
TABLE 1: Max. no. of Signals supports FSS system
Simulation Of Signals With Field Signal Simulator
www.iosrjournals.org 10 | Page
FIGURE 5: VME RTC - I/O Simulation GUI in LabVIEW
The Integration and System Testing process focuses on the functional externals, testing to uncover
errors and to ensure that the defined input will produce actual results that agree with required results. All the
cards designed on VME bus incorporate extensive online diagnostics features for fault detection and health
monitoring through the watchdog timer. The watchdog timer forms the heartbeat of the entire computer system.
Since plant outputs are controlled through actuation of relays, watchdog features were also integrated into the
Mono-shot Relay Output board. This ensures that, in case of either system power failures or the failures of the
ED20 CPU software, the plant outputs terminates to fail safe mode, thus preventing the catastrophe on the
operating plant.
III. Simulation And Experimental Results
The software has to be installed in the PC, which is a onetime process. Double click on the setup.exe
file of SYS_GUI folder. Continue through the steps to install the software as it being easy and self-explanatory.
After installation, follow the below mentioned steps to execute the software.
i. Go to Start ProgramsSYS_GUI and run the application „SYS_GUI‟.
ii. A „System Configuration‟ window opens as in the diagram below.
The default settings are given in the Table 8.8 below.
Scan Interval and VME sub system number are to be selected.
In each scan, the CPU card scans all the inputs, updates the outputs and sends the data to GUI display
station through Ethernet. The time gap between two successive scans is to be configured through the „System
Configuration‟ window.
Safety Class 2 systems are configured with dual redundant VME subsystems with a Switch over Logic
System (SOLS). To facilitate the testing of both the subsystems, the subsystem number has to be set in the
„System Configuration‟ window. The default values of Scan Interval, RO Latching Interval and VME sub
system are given below After this configuration, when OK is pressed, these details are transferred to the VME
subsystem and a new window „Hardware Integration Test‟ along with the VME system number selected opens
Simulation Of Signals With Field Signal Simulator
www.iosrjournals.org 11 | Page
in GUI station. The Menu bar in this window has three options, Port 1, Port 2 and RO_Command. A screenshot
is shown below.
Clicking on RO_Command will open a window asking for Card Number and selection among 2
Options- Single Channel Selection or Pattern selections. Once you click on Pattern Selection, a drop down list
with 4 types of Patterns can be seen as in figure below. The output cards latches their outputs based on the
pattern selected. Note that irrespective of the pattern selected, in next scan cycle, RO cards get latched to the
next pattern in the sequence it was following after I/O card configuration.
Clicking on Single Channel Selection allows you to change any Channel of RO card ON/OFF as
depicted in the following figure.
Click on Port 1 or port2 and a drop down list for 4 types of cards can be seen as in the figure below.
Clicking on any of the selection (AI, DI, AO & RO) will open a popup window with the name „Hardware
integration test-(Port 2-AI cards)‟ for AI, „Hardware integration test-(Port 2-DI cards)‟ for DI, „Hardware
integration test-(Port 2-AO cards)‟ for AO and „Hardware integration test-(Port 2-RO cards)‟ for RO. These
windows display the information pertaining to respective type of card received from Ethernet Port2 of CPU
card.
Screenshots of windows displaying the scanned data sent through port2 for all the cards (individually)
is shown in the following figures.
A screenshot of all the cards together is shown below. Similarly for port 1, clicking on the card‟s name
in the drop down menu opens a popup window with the name „Hardware integration test-(Port 1-AI cards)‟ for
AI, „Hardware integration test-(Port 1-DI cards)‟ for DI, „Hardware integration test-(Port 1-AO cards)‟ for AO
and „Hardware integration test-(Port 1-RO cards)‟ for RO and displays the details coming through the port 1.
Simulation Of Signals With Field Signal Simulator
www.iosrjournals.org 12 | Page
IV. Conclusion
FSS can generate Test Reports after successfully completion of system integration testing activity. FSS
provides a method to test and verify the logic as per system requirements and generate reliable and accurate test
results. More than 100 Real Time Computer based control systems for Power Plant Control & Process
Application have been developed and tested with Field Signal Simulator. Dynamic testing has ensured timing
cycles and speeded up the testing time drastically. This method of testing can be adopted for any
Microprocessor and Microcontroller based systems. This testing process has improved system reliability,
flexibility and its performance. This FSS can be useful to develop and test ay control & process systems which
having a different I/O‟s needs dynamic simulation to reduce system failures and testing time and improve the
functionality.
References
[1]. John AStankovic “RealTime Computing”, University of Massachusett, April 16 1992
[2]. KANG G. SHIN AND PARAMESWARAN RAMANATHAN,” Real-Time Computing: A New Discipline of Computer Science
and Engineering” PROCEEDINGS OF THE IEEE, VOL. 82,NO. I , JANUARY 1994.
[3] ELEC 464 : MICROCOMPUTER SYSTEM DESIGN 1996/97 WINTER SESSION TERM 1” The System Bus”

More Related Content

What's hot

Tutorial Embedded System
Tutorial Embedded System Tutorial Embedded System
Tutorial Embedded System
Embeddedcraft Craft
 
Embeded system
Embeded systemEmbeded system
Embeded system
sanjay joshi
 
Embedded system hardware architecture ii
Embedded system hardware architecture iiEmbedded system hardware architecture ii
Embedded system hardware architecture ii
Grace Abraham
 
Unit III ARM Interface and ARM Programming
Unit III ARM Interface and ARM Programming Unit III ARM Interface and ARM Programming
Unit III ARM Interface and ARM Programming
Dr. Pankaj Zope
 
Embedded System
Embedded SystemEmbedded System
Embedded System
sureskal
 
Embedded System Practical Workshop using the ARM Processor
Embedded System Practical Workshop using the ARM ProcessorEmbedded System Practical Workshop using the ARM Processor
Embedded System Practical Workshop using the ARM ProcessorMomenMostafa
 
Embedded System PPT
Embedded System PPTEmbedded System PPT
Embedded System PPT
JNU Jaipur
 
Basics Of Embedded Systems
Basics Of Embedded SystemsBasics Of Embedded Systems
Basics Of Embedded Systems
arlabstech
 
Embedded system by owais
Embedded system by owaisEmbedded system by owais
Embedded system by owais
Owais Mushtaq
 
EMBEDDED SYSTEMS SYBSC IT SEM IV UNIT V Embedded Systems Integrated Developme...
EMBEDDED SYSTEMS SYBSC IT SEM IV UNIT V Embedded Systems Integrated Developme...EMBEDDED SYSTEMS SYBSC IT SEM IV UNIT V Embedded Systems Integrated Developme...
EMBEDDED SYSTEMS SYBSC IT SEM IV UNIT V Embedded Systems Integrated Developme...
Arti Parab Academics
 
Embedded system apsd
Embedded system apsdEmbedded system apsd
Embedded system apsd
Amrender Singh Dhawan
 
Introduction to Avr Microcontrollers
Introduction to Avr MicrocontrollersIntroduction to Avr Microcontrollers
Introduction to Avr Microcontrollers
Mohamed Tarek
 
Embedded system application
Embedded system applicationEmbedded system application
Embedded system application
Dhruwank Vankawala
 
SYBSC IT SEM IV EMBEDDED SYSTEMS UNIT III The 8051 Microcontrollers
SYBSC IT SEM IV EMBEDDED SYSTEMS UNIT III  The 8051 MicrocontrollersSYBSC IT SEM IV EMBEDDED SYSTEMS UNIT III  The 8051 Microcontrollers
SYBSC IT SEM IV EMBEDDED SYSTEMS UNIT III The 8051 Microcontrollers
Arti Parab Academics
 
embedded-systems-for-beginners
embedded-systems-for-beginnersembedded-systems-for-beginners
embedded-systems-for-beginners
mohamed gaber
 
Project Report on Embedded Systems
Project Report on Embedded Systems Project Report on Embedded Systems
Project Report on Embedded Systems
Suhani Singh
 
Embeded System
Embeded SystemEmbeded System
Embeded SystemDhaval09
 
UNIT-I-RTOS and Concepts
UNIT-I-RTOS and ConceptsUNIT-I-RTOS and Concepts
UNIT-I-RTOS and Concepts
Dr.YNM
 
R034301240136
R034301240136R034301240136
R034301240136
ijceronline
 

What's hot (20)

Tutorial Embedded System
Tutorial Embedded System Tutorial Embedded System
Tutorial Embedded System
 
Embeded system
Embeded systemEmbeded system
Embeded system
 
Day1
Day1Day1
Day1
 
Embedded system hardware architecture ii
Embedded system hardware architecture iiEmbedded system hardware architecture ii
Embedded system hardware architecture ii
 
Unit III ARM Interface and ARM Programming
Unit III ARM Interface and ARM Programming Unit III ARM Interface and ARM Programming
Unit III ARM Interface and ARM Programming
 
Embedded System
Embedded SystemEmbedded System
Embedded System
 
Embedded System Practical Workshop using the ARM Processor
Embedded System Practical Workshop using the ARM ProcessorEmbedded System Practical Workshop using the ARM Processor
Embedded System Practical Workshop using the ARM Processor
 
Embedded System PPT
Embedded System PPTEmbedded System PPT
Embedded System PPT
 
Basics Of Embedded Systems
Basics Of Embedded SystemsBasics Of Embedded Systems
Basics Of Embedded Systems
 
Embedded system by owais
Embedded system by owaisEmbedded system by owais
Embedded system by owais
 
EMBEDDED SYSTEMS SYBSC IT SEM IV UNIT V Embedded Systems Integrated Developme...
EMBEDDED SYSTEMS SYBSC IT SEM IV UNIT V Embedded Systems Integrated Developme...EMBEDDED SYSTEMS SYBSC IT SEM IV UNIT V Embedded Systems Integrated Developme...
EMBEDDED SYSTEMS SYBSC IT SEM IV UNIT V Embedded Systems Integrated Developme...
 
Embedded system apsd
Embedded system apsdEmbedded system apsd
Embedded system apsd
 
Introduction to Avr Microcontrollers
Introduction to Avr MicrocontrollersIntroduction to Avr Microcontrollers
Introduction to Avr Microcontrollers
 
Embedded system application
Embedded system applicationEmbedded system application
Embedded system application
 
SYBSC IT SEM IV EMBEDDED SYSTEMS UNIT III The 8051 Microcontrollers
SYBSC IT SEM IV EMBEDDED SYSTEMS UNIT III  The 8051 MicrocontrollersSYBSC IT SEM IV EMBEDDED SYSTEMS UNIT III  The 8051 Microcontrollers
SYBSC IT SEM IV EMBEDDED SYSTEMS UNIT III The 8051 Microcontrollers
 
embedded-systems-for-beginners
embedded-systems-for-beginnersembedded-systems-for-beginners
embedded-systems-for-beginners
 
Project Report on Embedded Systems
Project Report on Embedded Systems Project Report on Embedded Systems
Project Report on Embedded Systems
 
Embeded System
Embeded SystemEmbeded System
Embeded System
 
UNIT-I-RTOS and Concepts
UNIT-I-RTOS and ConceptsUNIT-I-RTOS and Concepts
UNIT-I-RTOS and Concepts
 
R034301240136
R034301240136R034301240136
R034301240136
 

Viewers also liked

O01061103111
O01061103111O01061103111
O01061103111
IOSR Journals
 
I012646171
I012646171I012646171
I012646171
IOSR Journals
 
A010340112
A010340112A010340112
A010340112
IOSR Journals
 
N1304038490
N1304038490N1304038490
N1304038490
IOSR Journals
 
R130402114121
R130402114121R130402114121
R130402114121
IOSR Journals
 
F012623642
F012623642F012623642
F012623642
IOSR Journals
 
N13030789100
N13030789100N13030789100
N13030789100
IOSR Journals
 
A study of selected biomechanical variables as a factor of hitting performanc...
A study of selected biomechanical variables as a factor of hitting performanc...A study of selected biomechanical variables as a factor of hitting performanc...
A study of selected biomechanical variables as a factor of hitting performanc...
IOSR Journals
 
L1304028190
L1304028190L1304028190
L1304028190
IOSR Journals
 
H1303065861
H1303065861H1303065861
H1303065861
IOSR Journals
 
C017351116
C017351116C017351116
C017351116
IOSR Journals
 
C011111523
C011111523C011111523
C011111523
IOSR Journals
 
E017533034
E017533034E017533034
E017533034
IOSR Journals
 
D010212533
D010212533D010212533
D010212533
IOSR Journals
 
B1103031217
B1103031217B1103031217
B1103031217
IOSR Journals
 
F1803042939
F1803042939F1803042939
F1803042939
IOSR Journals
 
J010116069
J010116069J010116069
J010116069
IOSR Journals
 
D010612126
D010612126D010612126
D010612126
IOSR Journals
 
C017251622
C017251622C017251622
C017251622
IOSR Journals
 
I017225966
I017225966I017225966
I017225966
IOSR Journals
 

Viewers also liked (20)

O01061103111
O01061103111O01061103111
O01061103111
 
I012646171
I012646171I012646171
I012646171
 
A010340112
A010340112A010340112
A010340112
 
N1304038490
N1304038490N1304038490
N1304038490
 
R130402114121
R130402114121R130402114121
R130402114121
 
F012623642
F012623642F012623642
F012623642
 
N13030789100
N13030789100N13030789100
N13030789100
 
A study of selected biomechanical variables as a factor of hitting performanc...
A study of selected biomechanical variables as a factor of hitting performanc...A study of selected biomechanical variables as a factor of hitting performanc...
A study of selected biomechanical variables as a factor of hitting performanc...
 
L1304028190
L1304028190L1304028190
L1304028190
 
H1303065861
H1303065861H1303065861
H1303065861
 
C017351116
C017351116C017351116
C017351116
 
C011111523
C011111523C011111523
C011111523
 
E017533034
E017533034E017533034
E017533034
 
D010212533
D010212533D010212533
D010212533
 
B1103031217
B1103031217B1103031217
B1103031217
 
F1803042939
F1803042939F1803042939
F1803042939
 
J010116069
J010116069J010116069
J010116069
 
D010612126
D010612126D010612126
D010612126
 
C017251622
C017251622C017251622
C017251622
 
I017225966
I017225966I017225966
I017225966
 

Similar to Simulation of Signals with Field Signal Simulator

Troubleshooting & Tools
Troubleshooting & ToolsTroubleshooting & Tools
Troubleshooting & Tools
Prabu U
 
Low cost embedded system
Low cost embedded systemLow cost embedded system
Low cost embedded system
ece svit
 
Design the implementation of CDEx Robust DC Motor.
Design the implementation of CDEx Robust DC Motor.Design the implementation of CDEx Robust DC Motor.
Design the implementation of CDEx Robust DC Motor.
Ankita Tiwari
 
ISOBUS Software Stack Solution
ISOBUS Software Stack SolutionISOBUS Software Stack Solution
ISOBUS Software Stack Solution
Embitel Technologies (I) PVT LTD
 
ATS @Station
ATS @StationATS @Station
ATS @Station
Hoang Le Van
 
IRJET-Home Automation System Based on Voice Recognition
IRJET-Home Automation System Based on Voice RecognitionIRJET-Home Automation System Based on Voice Recognition
IRJET-Home Automation System Based on Voice Recognition
IRJET Journal
 
PLC, DCS and PLC vs DCS Presentation by Jitender Singh Shekhawat
PLC, DCS and PLC vs DCS Presentation by Jitender Singh ShekhawatPLC, DCS and PLC vs DCS Presentation by Jitender Singh Shekhawat
PLC, DCS and PLC vs DCS Presentation by Jitender Singh Shekhawat
Jitender Singh Shekhawat
 
IRJET - IoT-based Monitoring of Induction Motor Performance
IRJET - IoT-based Monitoring of Induction Motor PerformanceIRJET - IoT-based Monitoring of Induction Motor Performance
IRJET - IoT-based Monitoring of Induction Motor Performance
IRJET Journal
 
Ch2 v70 config_overview_en
Ch2 v70 config_overview_enCh2 v70 config_overview_en
Ch2 v70 config_overview_en
confidencial
 
Power point presentation on Industrial Automation
Power point presentation on Industrial AutomationPower point presentation on Industrial Automation
Power point presentation on Industrial Automation
JaiPrakash337
 
Design and Implementation of Multi-SCADA System for Drone-Based Reliability R...
Design and Implementation of Multi-SCADA System for Drone-Based Reliability R...Design and Implementation of Multi-SCADA System for Drone-Based Reliability R...
Design and Implementation of Multi-SCADA System for Drone-Based Reliability R...
IRJET Journal
 
Yokogawa Centum-VP-Engneering-Course.pptx
Yokogawa Centum-VP-Engneering-Course.pptxYokogawa Centum-VP-Engneering-Course.pptx
Yokogawa Centum-VP-Engneering-Course.pptx
SibabrataChoudhury2
 
IEEE Embedded Linux
IEEE Embedded LinuxIEEE Embedded Linux
IEEE Embedded LinuxMohamed K
 
Embedded processor system for controllable period-width multichannel pulse wi...
Embedded processor system for controllable period-width multichannel pulse wi...Embedded processor system for controllable period-width multichannel pulse wi...
Embedded processor system for controllable period-width multichannel pulse wi...
TELKOMNIKA JOURNAL
 
Embedded systems unit3
Embedded systems unit3Embedded systems unit3
Embedded systems unit3
baskaransece
 
Implementation of T-Junction Traffic Light Control System Using Simatic S7-20...
Implementation of T-Junction Traffic Light Control System Using Simatic S7-20...Implementation of T-Junction Traffic Light Control System Using Simatic S7-20...
Implementation of T-Junction Traffic Light Control System Using Simatic S7-20...
IJERA Editor
 
IRJET- Information Logging and Investigation of Control Framework Utilizing D...
IRJET- Information Logging and Investigation of Control Framework Utilizing D...IRJET- Information Logging and Investigation of Control Framework Utilizing D...
IRJET- Information Logging and Investigation of Control Framework Utilizing D...
IRJET Journal
 
Design and Implementing Novel Independent Real-Time Software Programmable DAQ...
Design and Implementing Novel Independent Real-Time Software Programmable DAQ...Design and Implementing Novel Independent Real-Time Software Programmable DAQ...
Design and Implementing Novel Independent Real-Time Software Programmable DAQ...
Editor IJCATR
 

Similar to Simulation of Signals with Field Signal Simulator (20)

Troubleshooting & Tools
Troubleshooting & ToolsTroubleshooting & Tools
Troubleshooting & Tools
 
Low cost embedded system
Low cost embedded systemLow cost embedded system
Low cost embedded system
 
Design the implementation of CDEx Robust DC Motor.
Design the implementation of CDEx Robust DC Motor.Design the implementation of CDEx Robust DC Motor.
Design the implementation of CDEx Robust DC Motor.
 
ISOBUS Software Stack Solution
ISOBUS Software Stack SolutionISOBUS Software Stack Solution
ISOBUS Software Stack Solution
 
ATS @Station
ATS @StationATS @Station
ATS @Station
 
IRJET-Home Automation System Based on Voice Recognition
IRJET-Home Automation System Based on Voice RecognitionIRJET-Home Automation System Based on Voice Recognition
IRJET-Home Automation System Based on Voice Recognition
 
PLC, DCS and PLC vs DCS Presentation by Jitender Singh Shekhawat
PLC, DCS and PLC vs DCS Presentation by Jitender Singh ShekhawatPLC, DCS and PLC vs DCS Presentation by Jitender Singh Shekhawat
PLC, DCS and PLC vs DCS Presentation by Jitender Singh Shekhawat
 
IRJET - IoT-based Monitoring of Induction Motor Performance
IRJET - IoT-based Monitoring of Induction Motor PerformanceIRJET - IoT-based Monitoring of Induction Motor Performance
IRJET - IoT-based Monitoring of Induction Motor Performance
 
Ch2 v70 config_overview_en
Ch2 v70 config_overview_enCh2 v70 config_overview_en
Ch2 v70 config_overview_en
 
Power point presentation on Industrial Automation
Power point presentation on Industrial AutomationPower point presentation on Industrial Automation
Power point presentation on Industrial Automation
 
Design and Implementation of Multi-SCADA System for Drone-Based Reliability R...
Design and Implementation of Multi-SCADA System for Drone-Based Reliability R...Design and Implementation of Multi-SCADA System for Drone-Based Reliability R...
Design and Implementation of Multi-SCADA System for Drone-Based Reliability R...
 
Yokogawa Centum-VP-Engneering-Course.pptx
Yokogawa Centum-VP-Engneering-Course.pptxYokogawa Centum-VP-Engneering-Course.pptx
Yokogawa Centum-VP-Engneering-Course.pptx
 
IEEE Embedded Linux
IEEE Embedded LinuxIEEE Embedded Linux
IEEE Embedded Linux
 
Embedded processor system for controllable period-width multichannel pulse wi...
Embedded processor system for controllable period-width multichannel pulse wi...Embedded processor system for controllable period-width multichannel pulse wi...
Embedded processor system for controllable period-width multichannel pulse wi...
 
Embedded systems unit3
Embedded systems unit3Embedded systems unit3
Embedded systems unit3
 
TMW09_03F3_proof
TMW09_03F3_proofTMW09_03F3_proof
TMW09_03F3_proof
 
Implementation of T-Junction Traffic Light Control System Using Simatic S7-20...
Implementation of T-Junction Traffic Light Control System Using Simatic S7-20...Implementation of T-Junction Traffic Light Control System Using Simatic S7-20...
Implementation of T-Junction Traffic Light Control System Using Simatic S7-20...
 
Current System
Current SystemCurrent System
Current System
 
IRJET- Information Logging and Investigation of Control Framework Utilizing D...
IRJET- Information Logging and Investigation of Control Framework Utilizing D...IRJET- Information Logging and Investigation of Control Framework Utilizing D...
IRJET- Information Logging and Investigation of Control Framework Utilizing D...
 
Design and Implementing Novel Independent Real-Time Software Programmable DAQ...
Design and Implementing Novel Independent Real-Time Software Programmable DAQ...Design and Implementing Novel Independent Real-Time Software Programmable DAQ...
Design and Implementing Novel Independent Real-Time Software Programmable DAQ...
 

More from IOSR Journals

A011140104
A011140104A011140104
A011140104
IOSR Journals
 
M0111397100
M0111397100M0111397100
M0111397100
IOSR Journals
 
L011138596
L011138596L011138596
L011138596
IOSR Journals
 
K011138084
K011138084K011138084
K011138084
IOSR Journals
 
J011137479
J011137479J011137479
J011137479
IOSR Journals
 
I011136673
I011136673I011136673
I011136673
IOSR Journals
 
G011134454
G011134454G011134454
G011134454
IOSR Journals
 
H011135565
H011135565H011135565
H011135565
IOSR Journals
 
F011134043
F011134043F011134043
F011134043
IOSR Journals
 
E011133639
E011133639E011133639
E011133639
IOSR Journals
 
D011132635
D011132635D011132635
D011132635
IOSR Journals
 
C011131925
C011131925C011131925
C011131925
IOSR Journals
 
B011130918
B011130918B011130918
B011130918
IOSR Journals
 
A011130108
A011130108A011130108
A011130108
IOSR Journals
 
I011125160
I011125160I011125160
I011125160
IOSR Journals
 
H011124050
H011124050H011124050
H011124050
IOSR Journals
 
G011123539
G011123539G011123539
G011123539
IOSR Journals
 
F011123134
F011123134F011123134
F011123134
IOSR Journals
 
E011122530
E011122530E011122530
E011122530
IOSR Journals
 
D011121524
D011121524D011121524
D011121524
IOSR Journals
 

More from IOSR Journals (20)

A011140104
A011140104A011140104
A011140104
 
M0111397100
M0111397100M0111397100
M0111397100
 
L011138596
L011138596L011138596
L011138596
 
K011138084
K011138084K011138084
K011138084
 
J011137479
J011137479J011137479
J011137479
 
I011136673
I011136673I011136673
I011136673
 
G011134454
G011134454G011134454
G011134454
 
H011135565
H011135565H011135565
H011135565
 
F011134043
F011134043F011134043
F011134043
 
E011133639
E011133639E011133639
E011133639
 
D011132635
D011132635D011132635
D011132635
 
C011131925
C011131925C011131925
C011131925
 
B011130918
B011130918B011130918
B011130918
 
A011130108
A011130108A011130108
A011130108
 
I011125160
I011125160I011125160
I011125160
 
H011124050
H011124050H011124050
H011124050
 
G011123539
G011123539G011123539
G011123539
 
F011123134
F011123134F011123134
F011123134
 
E011122530
E011122530E011122530
E011122530
 
D011121524
D011121524D011121524
D011121524
 

Recently uploaded

Final project report on grocery store management system..pdf
Final project report on grocery store management system..pdfFinal project report on grocery store management system..pdf
Final project report on grocery store management system..pdf
Kamal Acharya
 
J.Yang, ICLR 2024, MLILAB, KAIST AI.pdf
J.Yang,  ICLR 2024, MLILAB, KAIST AI.pdfJ.Yang,  ICLR 2024, MLILAB, KAIST AI.pdf
J.Yang, ICLR 2024, MLILAB, KAIST AI.pdf
MLILAB
 
Nuclear Power Economics and Structuring 2024
Nuclear Power Economics and Structuring 2024Nuclear Power Economics and Structuring 2024
Nuclear Power Economics and Structuring 2024
Massimo Talia
 
Student information management system project report ii.pdf
Student information management system project report ii.pdfStudent information management system project report ii.pdf
Student information management system project report ii.pdf
Kamal Acharya
 
The role of big data in decision making.
The role of big data in decision making.The role of big data in decision making.
The role of big data in decision making.
ankuprajapati0525
 
Hybrid optimization of pumped hydro system and solar- Engr. Abdul-Azeez.pdf
Hybrid optimization of pumped hydro system and solar- Engr. Abdul-Azeez.pdfHybrid optimization of pumped hydro system and solar- Engr. Abdul-Azeez.pdf
Hybrid optimization of pumped hydro system and solar- Engr. Abdul-Azeez.pdf
fxintegritypublishin
 
Water Industry Process Automation and Control Monthly - May 2024.pdf
Water Industry Process Automation and Control Monthly - May 2024.pdfWater Industry Process Automation and Control Monthly - May 2024.pdf
Water Industry Process Automation and Control Monthly - May 2024.pdf
Water Industry Process Automation & Control
 
Design and Analysis of Algorithms-DP,Backtracking,Graphs,B&B
Design and Analysis of Algorithms-DP,Backtracking,Graphs,B&BDesign and Analysis of Algorithms-DP,Backtracking,Graphs,B&B
Design and Analysis of Algorithms-DP,Backtracking,Graphs,B&B
Sreedhar Chowdam
 
一比一原版(IIT毕业证)伊利诺伊理工大学毕业证成绩单专业办理
一比一原版(IIT毕业证)伊利诺伊理工大学毕业证成绩单专业办理一比一原版(IIT毕业证)伊利诺伊理工大学毕业证成绩单专业办理
一比一原版(IIT毕业证)伊利诺伊理工大学毕业证成绩单专业办理
zwunae
 
Sachpazis:Terzaghi Bearing Capacity Estimation in simple terms with Calculati...
Sachpazis:Terzaghi Bearing Capacity Estimation in simple terms with Calculati...Sachpazis:Terzaghi Bearing Capacity Estimation in simple terms with Calculati...
Sachpazis:Terzaghi Bearing Capacity Estimation in simple terms with Calculati...
Dr.Costas Sachpazis
 
NO1 Uk best vashikaran specialist in delhi vashikaran baba near me online vas...
NO1 Uk best vashikaran specialist in delhi vashikaran baba near me online vas...NO1 Uk best vashikaran specialist in delhi vashikaran baba near me online vas...
NO1 Uk best vashikaran specialist in delhi vashikaran baba near me online vas...
Amil Baba Dawood bangali
 
ethical hacking-mobile hacking methods.ppt
ethical hacking-mobile hacking methods.pptethical hacking-mobile hacking methods.ppt
ethical hacking-mobile hacking methods.ppt
Jayaprasanna4
 
ASME IX(9) 2007 Full Version .pdf
ASME IX(9)  2007 Full Version       .pdfASME IX(9)  2007 Full Version       .pdf
ASME IX(9) 2007 Full Version .pdf
AhmedHussein950959
 
AP LAB PPT.pdf ap lab ppt no title specific
AP LAB PPT.pdf ap lab ppt no title specificAP LAB PPT.pdf ap lab ppt no title specific
AP LAB PPT.pdf ap lab ppt no title specific
BrazilAccount1
 
Governing Equations for Fundamental Aerodynamics_Anderson2010.pdf
Governing Equations for Fundamental Aerodynamics_Anderson2010.pdfGoverning Equations for Fundamental Aerodynamics_Anderson2010.pdf
Governing Equations for Fundamental Aerodynamics_Anderson2010.pdf
WENKENLI1
 
RAT: Retrieval Augmented Thoughts Elicit Context-Aware Reasoning in Long-Hori...
RAT: Retrieval Augmented Thoughts Elicit Context-Aware Reasoning in Long-Hori...RAT: Retrieval Augmented Thoughts Elicit Context-Aware Reasoning in Long-Hori...
RAT: Retrieval Augmented Thoughts Elicit Context-Aware Reasoning in Long-Hori...
thanhdowork
 
Investor-Presentation-Q1FY2024 investor presentation document.pptx
Investor-Presentation-Q1FY2024 investor presentation document.pptxInvestor-Presentation-Q1FY2024 investor presentation document.pptx
Investor-Presentation-Q1FY2024 investor presentation document.pptx
AmarGB2
 
一比一原版(SFU毕业证)西蒙菲莎大学毕业证成绩单如何办理
一比一原版(SFU毕业证)西蒙菲莎大学毕业证成绩单如何办理一比一原版(SFU毕业证)西蒙菲莎大学毕业证成绩单如何办理
一比一原版(SFU毕业证)西蒙菲莎大学毕业证成绩单如何办理
bakpo1
 
AKS UNIVERSITY Satna Final Year Project By OM Hardaha.pdf
AKS UNIVERSITY Satna Final Year Project By OM Hardaha.pdfAKS UNIVERSITY Satna Final Year Project By OM Hardaha.pdf
AKS UNIVERSITY Satna Final Year Project By OM Hardaha.pdf
SamSarthak3
 
Cosmetic shop management system project report.pdf
Cosmetic shop management system project report.pdfCosmetic shop management system project report.pdf
Cosmetic shop management system project report.pdf
Kamal Acharya
 

Recently uploaded (20)

Final project report on grocery store management system..pdf
Final project report on grocery store management system..pdfFinal project report on grocery store management system..pdf
Final project report on grocery store management system..pdf
 
J.Yang, ICLR 2024, MLILAB, KAIST AI.pdf
J.Yang,  ICLR 2024, MLILAB, KAIST AI.pdfJ.Yang,  ICLR 2024, MLILAB, KAIST AI.pdf
J.Yang, ICLR 2024, MLILAB, KAIST AI.pdf
 
Nuclear Power Economics and Structuring 2024
Nuclear Power Economics and Structuring 2024Nuclear Power Economics and Structuring 2024
Nuclear Power Economics and Structuring 2024
 
Student information management system project report ii.pdf
Student information management system project report ii.pdfStudent information management system project report ii.pdf
Student information management system project report ii.pdf
 
The role of big data in decision making.
The role of big data in decision making.The role of big data in decision making.
The role of big data in decision making.
 
Hybrid optimization of pumped hydro system and solar- Engr. Abdul-Azeez.pdf
Hybrid optimization of pumped hydro system and solar- Engr. Abdul-Azeez.pdfHybrid optimization of pumped hydro system and solar- Engr. Abdul-Azeez.pdf
Hybrid optimization of pumped hydro system and solar- Engr. Abdul-Azeez.pdf
 
Water Industry Process Automation and Control Monthly - May 2024.pdf
Water Industry Process Automation and Control Monthly - May 2024.pdfWater Industry Process Automation and Control Monthly - May 2024.pdf
Water Industry Process Automation and Control Monthly - May 2024.pdf
 
Design and Analysis of Algorithms-DP,Backtracking,Graphs,B&B
Design and Analysis of Algorithms-DP,Backtracking,Graphs,B&BDesign and Analysis of Algorithms-DP,Backtracking,Graphs,B&B
Design and Analysis of Algorithms-DP,Backtracking,Graphs,B&B
 
一比一原版(IIT毕业证)伊利诺伊理工大学毕业证成绩单专业办理
一比一原版(IIT毕业证)伊利诺伊理工大学毕业证成绩单专业办理一比一原版(IIT毕业证)伊利诺伊理工大学毕业证成绩单专业办理
一比一原版(IIT毕业证)伊利诺伊理工大学毕业证成绩单专业办理
 
Sachpazis:Terzaghi Bearing Capacity Estimation in simple terms with Calculati...
Sachpazis:Terzaghi Bearing Capacity Estimation in simple terms with Calculati...Sachpazis:Terzaghi Bearing Capacity Estimation in simple terms with Calculati...
Sachpazis:Terzaghi Bearing Capacity Estimation in simple terms with Calculati...
 
NO1 Uk best vashikaran specialist in delhi vashikaran baba near me online vas...
NO1 Uk best vashikaran specialist in delhi vashikaran baba near me online vas...NO1 Uk best vashikaran specialist in delhi vashikaran baba near me online vas...
NO1 Uk best vashikaran specialist in delhi vashikaran baba near me online vas...
 
ethical hacking-mobile hacking methods.ppt
ethical hacking-mobile hacking methods.pptethical hacking-mobile hacking methods.ppt
ethical hacking-mobile hacking methods.ppt
 
ASME IX(9) 2007 Full Version .pdf
ASME IX(9)  2007 Full Version       .pdfASME IX(9)  2007 Full Version       .pdf
ASME IX(9) 2007 Full Version .pdf
 
AP LAB PPT.pdf ap lab ppt no title specific
AP LAB PPT.pdf ap lab ppt no title specificAP LAB PPT.pdf ap lab ppt no title specific
AP LAB PPT.pdf ap lab ppt no title specific
 
Governing Equations for Fundamental Aerodynamics_Anderson2010.pdf
Governing Equations for Fundamental Aerodynamics_Anderson2010.pdfGoverning Equations for Fundamental Aerodynamics_Anderson2010.pdf
Governing Equations for Fundamental Aerodynamics_Anderson2010.pdf
 
RAT: Retrieval Augmented Thoughts Elicit Context-Aware Reasoning in Long-Hori...
RAT: Retrieval Augmented Thoughts Elicit Context-Aware Reasoning in Long-Hori...RAT: Retrieval Augmented Thoughts Elicit Context-Aware Reasoning in Long-Hori...
RAT: Retrieval Augmented Thoughts Elicit Context-Aware Reasoning in Long-Hori...
 
Investor-Presentation-Q1FY2024 investor presentation document.pptx
Investor-Presentation-Q1FY2024 investor presentation document.pptxInvestor-Presentation-Q1FY2024 investor presentation document.pptx
Investor-Presentation-Q1FY2024 investor presentation document.pptx
 
一比一原版(SFU毕业证)西蒙菲莎大学毕业证成绩单如何办理
一比一原版(SFU毕业证)西蒙菲莎大学毕业证成绩单如何办理一比一原版(SFU毕业证)西蒙菲莎大学毕业证成绩单如何办理
一比一原版(SFU毕业证)西蒙菲莎大学毕业证成绩单如何办理
 
AKS UNIVERSITY Satna Final Year Project By OM Hardaha.pdf
AKS UNIVERSITY Satna Final Year Project By OM Hardaha.pdfAKS UNIVERSITY Satna Final Year Project By OM Hardaha.pdf
AKS UNIVERSITY Satna Final Year Project By OM Hardaha.pdf
 
Cosmetic shop management system project report.pdf
Cosmetic shop management system project report.pdfCosmetic shop management system project report.pdf
Cosmetic shop management system project report.pdf
 

Simulation of Signals with Field Signal Simulator

  • 1. IOSR Journal of Electronics and Communication Engineering (IOSR-JECE) e-ISSN: 2278-2834,p- ISSN: 2278-8735.Volume 7, Issue 3 (Sep. - Oct. 2013), PP 07-12 www.iosrjournals.org www.iosrjournals.org 7 | Page Simulation of Signals with Field Signal Simulator 1 Pattan Munni, 2 V.Vittal Reddy, 3 N. Nageswararao 1 Student, 2 Associate Professor, 3 Assistant general manager 1. Gudlavalleru Engineering College, 2.Gudlavalleru Engineering College, 3.ECIL Hydrabad Gudlavalleru, Krishna District, Andhra Pradesh, India, Pin no. Abstract: In the recent trends the field signal processing is an emerging technology for data acquisition systems, controlling application systems and automation system in real time environment. Versa Modular European (VME) and CRIO based hardware to simulate the field signals for the computer based control and instrumentation panel. Simulator is used to transmit multiple number of signals at a time. FSS software is a generic software to simulate the field signals for a computer based control and instrumentation system. Its general purpose nature easily extends its capabilities to build and perform unit under test(UUT’s) ATP specific test routines. Field signal simulator (FSS)is also an Automatic Testing Equipment (ATE). The main the Scope of this project covers real time computer (RTC) systems used for Signal Processing & Control application and the simulation techniques used to achieve automation by testing these RTC systems. It also includes RTC hardware and the software used for process & control applications. Simulation hardware & software used to test VME system is also included in the scope of this study. I. Introduction Real time computer system consisting of dual redundant VME bus based systems with Switch over Logic Systems; Test software thoroughly tests the systems to all the channels of each card present in VME bins. Software also checks the healthiness of each card at every scan interval and sends the information to display station.The signal processing electronic system consists of ED20 CPU card and combination of I/O cards to meet the system reliability, functionality and to analyze the performance. To verify the system functionality and performance we need to test the system thoroughly. To simulate this system with any type of signal we need a field signal simulator to reduce processing time. Without this simulator testing is tedious process. The existing simulator used as a passive simulator with switches for simulating digital inputs and potentiometers for analog inputs. For generating digital outputs LEDs were provided and DPMs for analog outputs. Using passive switch it was a very tedious process to test the RTC [1, 2] systems for all input conditions & time consuming. It introduces simulation techniques to simulate VME RTC systems with field signal simulator. FSS can simulate any type of input signal like 0.5v to 9.5v dc, 4-20mA. It also implements simulation software for automating the testing process. VME systems software has to scan all the analog and digital input signals, receive the soft inputs/commands from process computer. It generates outputs for monitoring on display station and process computer. In this paper describes RTC systems used for signal processing & control application and the simulation techniques used to achieve automation by testing these RTC systems. It also includes RTC hardware and software used to test VME [3] system. RTC systems are deployed to check plant systems conditions and generate authorization outputs when all the conditions are satisfied. More than 1500 I/O signals can simulate at a time by Field Signal Simulator according to the system capability. II. System Design Model A. Field Signal Simulator The Computer based Control System acquires various types of physical parameters, such as temperature, pressure, flow, strain, position, and speed using electronic equipment/ modules/boards. The data collected is sent to a computer for analysis and display. The control systems also take action (control) based on the data they receive. Turning ON/OFF lamps, motors, valves, heaters and fans are common functions of control. Sending out voltage, current, digital words, pulses and waveforms are also functions of the Control systems. Embedded software running in the computer coordinates and executes these functions.
  • 2. Simulation Of Signals With Field Signal Simulator www.iosrjournals.org 8 | Page Fig: 1. Block diagram of Unit under Test with Field signal simulator System architecture: The FSS is housed in standard racks with 19” card frames. The system operates on single-phase 230V, 50Hz, AC power supply. The instrumentation is PXI and VME based, with an Industrial computer for simulation of field signals. High speed Ethernet link connects Industrial computer and the CPU module on the PXI bus. The system is designed to work up to 55 degrees Celsius. Battery back-up is provided for conducting the burn-in tests. Video graphic display, keyboard, mouse and color printer are connected to the PXI bus based INTEL CPU board as shown Figure 3.2. Data Acquisition and Control: The MS Window operating system runs on the Intel Pentium CPU, on which the application software is developed using National Instrument‟s LABVIEW. The application software generates the field data for the signal conditioning boards using the hardware modules. The response parameters of the unit under test are read by the CPU. The FSS generates the test reports based on the Accepted Test Procedure of the Unit Under Test (UUT). I/O Connections: FSS inputs and outputs are terminated on terminal blocks internally. All the cables are color coded and labeled for easy identification. A separate rack is provided for storing the cable bunches, whenever the system is not in use. All inputs and outputs are available simultaneously, no multiplexing of the signals as shown Figure 2. Test Reports: FSS generates the test reports for the Project Engineers, Quality Control and Customer based on the Accepted Test Procedure Fig: 2.Block diagram of I/O connection with Field signal simulator B. FSS Software FSS software is generic software to simulate that field signals for a computer based control and instrumentation system. FSS software works in conjunction with PXI, VME,CRIObased hardware to simulate the field signals for the computers based control and instrumentation panel. Its general purpose nature easily extends its capabilities to build and perform specific UUT‟s test routines. Fig: 3. SWITCH on Procedure for Server & Client
  • 3. Simulation Of Signals With Field Signal Simulator www.iosrjournals.org 9 | Page The FSS software is built following a “Client-Server” model. The FSS system consists of a PXI controller and two IPCs. PXI controller serves primarily as the Server and IPCs as Clients. One of the IPC will be designated as the “Development Station”. Either the PXI-controller or the IPCs can be used as “Development station. It‟s highly recommended that PXI-Controller should not be used as a development station while its running the server s/w. Likewise IPCs should not be used as development station when its running the client s/w. The server s/w in the PXI-controller runs on the background when it is launched. It should be launched before any client s/w is launched. The PXI-Controller can also acts as a client in addition to being the server. Thus, we can run the client s/w on the PXI-controller itself which puts the usage of two IPCs as additional clients, only on need basis as shown Fig 3. The following are the major modules of the Server s/w are: i) DAQCore: This module is the heart of the FSS software. DAQCore implements hardware level interaction with the PXI, VME and cRIO which constitutes the FSS systems. It calls the APIs built for the FSS systems and executes the commands sent by the Clients. DAQCore is a single module through which all interaction with all different types of hardware used in the FSS system is possible. DAQCore implements a common I/O read/write errors handling mechanism and it also returns the value that are set through the commands. ii) Command Router: Server hosts the command router module. Command Router module is used for identification of the origin of command for the DAQCore to execute. After the command is executed by the DAQCore the response is again routed through the Command Router to the source, the command router module also sorts the commands from various sources and segregates them based on the signal type for the DAQCore to execute. The source of the command could be any. FIGURE 4: DAQ CORE – Snapshot for System Status for Server C. FSS Server First FSS server software is launched on the PXI-controller. Server should be launched before launching the client s/w of the IPCs or on the PXI-Controller. Client displays an error message if it‟s launched first and then the client application exists. FSS Software runs on the background with its icon minimized to the windows taskbar icon tray. The Server application also displays the health parameters of the FSS systems as well as the clients that are connected.The Server module interacts with hardware of the field signal simulation system. Server module is responsible for reading and writing to all hardware I/Os.The maximum number of signals that FSS supports is given in the Table.1 below. TABLE 1: Max. no. of Signals supports FSS system
  • 4. Simulation Of Signals With Field Signal Simulator www.iosrjournals.org 10 | Page FIGURE 5: VME RTC - I/O Simulation GUI in LabVIEW The Integration and System Testing process focuses on the functional externals, testing to uncover errors and to ensure that the defined input will produce actual results that agree with required results. All the cards designed on VME bus incorporate extensive online diagnostics features for fault detection and health monitoring through the watchdog timer. The watchdog timer forms the heartbeat of the entire computer system. Since plant outputs are controlled through actuation of relays, watchdog features were also integrated into the Mono-shot Relay Output board. This ensures that, in case of either system power failures or the failures of the ED20 CPU software, the plant outputs terminates to fail safe mode, thus preventing the catastrophe on the operating plant. III. Simulation And Experimental Results The software has to be installed in the PC, which is a onetime process. Double click on the setup.exe file of SYS_GUI folder. Continue through the steps to install the software as it being easy and self-explanatory. After installation, follow the below mentioned steps to execute the software. i. Go to Start ProgramsSYS_GUI and run the application „SYS_GUI‟. ii. A „System Configuration‟ window opens as in the diagram below. The default settings are given in the Table 8.8 below. Scan Interval and VME sub system number are to be selected. In each scan, the CPU card scans all the inputs, updates the outputs and sends the data to GUI display station through Ethernet. The time gap between two successive scans is to be configured through the „System Configuration‟ window. Safety Class 2 systems are configured with dual redundant VME subsystems with a Switch over Logic System (SOLS). To facilitate the testing of both the subsystems, the subsystem number has to be set in the „System Configuration‟ window. The default values of Scan Interval, RO Latching Interval and VME sub system are given below After this configuration, when OK is pressed, these details are transferred to the VME subsystem and a new window „Hardware Integration Test‟ along with the VME system number selected opens
  • 5. Simulation Of Signals With Field Signal Simulator www.iosrjournals.org 11 | Page in GUI station. The Menu bar in this window has three options, Port 1, Port 2 and RO_Command. A screenshot is shown below. Clicking on RO_Command will open a window asking for Card Number and selection among 2 Options- Single Channel Selection or Pattern selections. Once you click on Pattern Selection, a drop down list with 4 types of Patterns can be seen as in figure below. The output cards latches their outputs based on the pattern selected. Note that irrespective of the pattern selected, in next scan cycle, RO cards get latched to the next pattern in the sequence it was following after I/O card configuration. Clicking on Single Channel Selection allows you to change any Channel of RO card ON/OFF as depicted in the following figure. Click on Port 1 or port2 and a drop down list for 4 types of cards can be seen as in the figure below. Clicking on any of the selection (AI, DI, AO & RO) will open a popup window with the name „Hardware integration test-(Port 2-AI cards)‟ for AI, „Hardware integration test-(Port 2-DI cards)‟ for DI, „Hardware integration test-(Port 2-AO cards)‟ for AO and „Hardware integration test-(Port 2-RO cards)‟ for RO. These windows display the information pertaining to respective type of card received from Ethernet Port2 of CPU card. Screenshots of windows displaying the scanned data sent through port2 for all the cards (individually) is shown in the following figures. A screenshot of all the cards together is shown below. Similarly for port 1, clicking on the card‟s name in the drop down menu opens a popup window with the name „Hardware integration test-(Port 1-AI cards)‟ for AI, „Hardware integration test-(Port 1-DI cards)‟ for DI, „Hardware integration test-(Port 1-AO cards)‟ for AO and „Hardware integration test-(Port 1-RO cards)‟ for RO and displays the details coming through the port 1.
  • 6. Simulation Of Signals With Field Signal Simulator www.iosrjournals.org 12 | Page IV. Conclusion FSS can generate Test Reports after successfully completion of system integration testing activity. FSS provides a method to test and verify the logic as per system requirements and generate reliable and accurate test results. More than 100 Real Time Computer based control systems for Power Plant Control & Process Application have been developed and tested with Field Signal Simulator. Dynamic testing has ensured timing cycles and speeded up the testing time drastically. This method of testing can be adopted for any Microprocessor and Microcontroller based systems. This testing process has improved system reliability, flexibility and its performance. This FSS can be useful to develop and test ay control & process systems which having a different I/O‟s needs dynamic simulation to reduce system failures and testing time and improve the functionality. References [1]. John AStankovic “RealTime Computing”, University of Massachusett, April 16 1992 [2]. KANG G. SHIN AND PARAMESWARAN RAMANATHAN,” Real-Time Computing: A New Discipline of Computer Science and Engineering” PROCEEDINGS OF THE IEEE, VOL. 82,NO. I , JANUARY 1994. [3] ELEC 464 : MICROCOMPUTER SYSTEM DESIGN 1996/97 WINTER SESSION TERM 1” The System Bus”