Extended math functions – Standard

Slides:



Advertisements
Similar presentations
Yokogawa Corporation of America ©Copyright 2006 Yokogawa Corporation of America All Rights Reserved DXAdvanced Math Training.
Advertisements

CAD-Computer GmbH & Co.KG. GERMANY Copyright © CAD-Computer GmbH & Co. KG. November 2007 MCPS training Advanced NETSOL technical EURISM Amersfoort November.
Application samples All rights reserved, property and © CAD Computer GmbH & Co. KG 2009.
Copyright © CAD-Computer GmbH & Co. KG January 2009 All rights reserved, property and © CAD Computer GmbH & Co.KG 2009.
10 February Event Monitoring and Event File Maintenance.
Monitoring Security With Standard SAP Tools Session Code 805 Sandi McKinney.
5-9/12/2005 CPE How to format your computer and re-install Windows XP.
By Hrishikesh Gadre Session II Department of Mechanical Engineering Louisiana State University Engineering Equation Solver Tutorials.
Copyright © CAD-Computer GmbH & Co. KG January 2009 All rights reserved, property and © CAD-Computer GmbH & Co.KG 2009.
How to answer Section B (January 2012 example) YEAR 12 REVISION.
Monitoring systems COMET types MS55 & MS6 MS55/MS6 Configuration.
DEMONSTRATION FOR SIGMA DATA ACQUISITION MODULES Tempatron Ltd Data Measurements Division Darwin Close Reading RG2 0TB UK T : +44 (0) F :
COMPREHENSIVE Excel Tutorial 8 Developing an Excel Application.
How To Batch Register Your Students
L INUX C OMMAND L INE I NTERFACE G UNAANBAN.G
Ch 8-3 Working with domains and Active Directory.
TrendReader Standard 2 This generation of TrendReader Standard software utilizes the more familiar Windows format (“tree”) views of functions and file.
Microsoft Windows 2003 Server. Client/Server Environment Many client computers connect to a server.
F IRST W EEK Administration Guide
All rights reserved, property and © CAD Computer GmbH & Co.KG 2009 Cover page.
Gadgets & More…. “Date Range” Gadgets Allows you to choose a specific date, before or after a date or a range of dates using the Workflows calendar.
Kerry Cook Mathematics Teacher Franklin High School Franklin, NH
All rights reserved, property and © CAD Computer GmbH & Co.KG 2009 Cover page.
Creating a Web Site to Gather Data and Conduct Research.
Key Stage 3 National Strategy Using the electronic behaviour and attendance audit This presentation takes you through the basic functions of the electronic.
Simulink ® Interface Course 13 Active-HDL Interfaces.
Smart PSS Associate Certified Class Dahua Security Certification
All rights reserved, property and © CAD Computer GmbH & Co.KG 2009 Cover page.
Gauge Operation and Software by Scott A. Ager. Computer Recommendations 750 MHz Pentium III 64 Meg SRAM 40 Gig Hard Drive 1024 x 768 graphics CD Writer.
Wiley eGrade. What is eGrade? Web-based software that enables instructors to automate the process of assigning and grading homework and quiz assignments.
Virtual Interaction Manager
All rights reserved, property and © CAD Computer GmbH & Co.KG 2009 Cover page.
All rights reserved, property and © CAD Computer GmbH & Co.KG 2009 Cover page.
Local Alarm Station Data Acquisition, Storage and Visualization for Radiation Portal Monitor (RPM).
All rights reserved, property and © CAD Computer GmbH & Co.KG 2009 Cover Page.
Version How to Use Packet Tracer MarinaMD.
Voting with SOSA/OVRD SOSA/OVRD. Login and Information Screens After login, the SOSA Voting Information screen displays The Database drop-down allows.
Diagnostic Pathfinder for Instructors. Diagnostic Pathfinder Local File vs. Database Normal operations Expert operations Admin operations.
Team # 2 Members: Sowmya Krishnaswamy Hakan Terzioglu Manu Mehan Jerome Tunaya.
DHP Agenda: How to Access Web Interface of the DHP-1320 on Access Point Mode How to Access Web Interface of the DHP-1320 on Router Mode How to Change.
All rights reserved, property and © CAD-Computer GmbH & Co.KG 2015 All rights reserved, property and © CAD Computer GmbH & Co.KG 2009.
Chapter 7 Data Sampling Screen Otasuke GP-EX! Chapter 7 Data Sampling Screen.
All rights reserved, property and © CAD Computer GmbH & Co.KG 2009 Cover page.
FHA Training Module 1 This document reflects current policy related to this topic. Its content is approved for use in all external and internal FHA-related.
American Diploma Project Administrative Site Training New Jersey.
Statistics Descriptive Statistics. Statistics Introduction Descriptive Statistics Collections, organizations, summary and presentation of data Inferential.
Local Alarm Station Data Acquisition, Storage and Visualization for Radiation Portal Monitor (RPM).
LINGO TUTORIAL.
Frequently Asked Questions (FAQ)
Excel Tutorial 8 Developing an Excel Application
Office tool for creating tables and charts
Monitoring systems COMET types MS55 & MS6
Cooperation (AFSAC) Directorate Integrity  Service  Excellence
How To Setup Asterisk On the MCF54451
How to Setup and Utilize Functionality
Administrator Quick Operation Guide
CONTENT MANAGEMENT SYSTEM CSIR-NISCAIR, New Delhi
Data Validation and Protecting Workbook
What’s New in Fireware v12.0.1
VB 6.0.
OUT OF THE BOX HOW TO USE THE SYSTEM
INTRODUCTION TO BASIC MATLAB
Cover page.
Cisco Unity Connection Customized Log-on Message
POV-Clients Sync.
HC Hyper-V Module GUI Portal VPS Templates Web Console
Working Knowledge Training
Digital Chart Recorder Operation
Warranty screenshots.
Presentation transcript:

Extended math functions – Standard Square root-function: Math-channel delivers the square root of SQRT(X9) channel 9 value. Also available: SIN(), COS(), TAN(), EXP(), ABS(), LOG(), a.s.o.

Extended math functions – Compare Greater-than-function: Math-channel delivers 12,5 if value of channel 1 is greater than value of channel 2, otherwise it delivers value of channel 5. Equal-function: Math-channel delivers 12,5 if value of channel 1 is greater than value of channel 2, otherwise it delivers value of channel 5.

Extended math functions – Logical AND-function: Math-channel delivers 1 if results of mathematical calculation in channel 11 (M11) and channel 12 (M12) are unequal (All values unequal to zero are treated as logical 1!) zero. Also available: OR, XOR, NOT

Extended math functions – Moving average SM-function: Math-channel delivers the mean value of all values of channel 8 collected in the last 60 seconds.

Extended math functions – Special MIN-function: Math-channel delivers the minimum value of channel 1 or channel 2 Also available: ITG(), MEAN(), MAX(), IDxxU(X,n), SDxxU(X,n) FRAC-function: Math-channel delivers the position after the decimal point of channel 1

Extended math functions – Integrations Summation -function: Math-channel adds up the values of channel 10 for 30 seconds. After 30 seconds IN30S(X10) the value of the MATH-channel is set to zero again.

Extended math functions – Paths Click <Options>, <Path> or to open this window: Select paths to your MATH-files. Click <Edit functions> to make changes to your user functions.

Extended math functions – User functions 1 Select function number: This number is used in the project configuration later (F1, F2, a.s.o.). Add a describing comment to the user function. Add the mathematical formula.

Extended math functions – User functions 2 Function call in the MATH-line of the project configuration: F1(X7,X8) F1: It is used user function 001 from the selected user functions file. X7: Raw value of channel 7 is assigned to character A in the formula ( A+B+SIN(A)+COS(B) ). X8: Raw value of channel 7 is assigned to character B in the formula ( A+B+SIN(A)+COS(B) ).

Extended math functions – Polynomials 1 Select polynomial number: This number is used in the project configuration later (P1, P2, a.s.o.). Add a describing comment to the user function. Select kind of polynomial type: This example: Power 2 based on 4 X-Y-pairs

Extended math functions – Polynomials 1 Click Display to show the resulting polynomial function The algorithm is based on the Least Square method and tries to find best possible fitting of sample points.

Extended math functions – Polynomials 2 Function call in the MATH-line of the project configuration: P2: It is used polynomial 001 from the selected polynomial file. X1: Raw value of channel 1 is assigned to character X in the formula P001 ( X^2 ) (best fit)

Extended math functions – Polynomials 3 This example: Polynomial 5*X^3-7*X^2-2*+6 Based on coefficients.

Extended math functions – Polynomials 4 Function call in the MATH-line of the project configuration: P2: It is used polynomial 002 from the selected polynomial file. X1: Raw value of channel 1 is assigned to character X in the formula (5*X^3-7*X^2-2*X+6 )

Extended math functions – DLLs Click <Configuration>, <MCPS settings…>, register card <DLLs> It is possible to use customer specific DLLs to make complicated, not standard calculations. Ask CAD Computer

Extended math functions – User curves 1 Open project configuration and click <Options>, <Defaults>, register card <User curves>. Click “Add curve”. Example for a user curve configuration

Extended math functions – User curves 2 Result User curve Trend curve Usable for Controlling / setting analogue outputs As alarm limit As math values

Extended alarm functions – Types There are up to 11 different types of alarms: High alarm H Low alarm L Differential high alarm DH Differential low alarm DL Differential high saved alarm DHS Differential low saved alarm DLS Error ERR Overflow OFL Underflow UFL High & Overflow H+OFL Low & Underflow L+UFL

Extended alarm functions – Extended Delay Reference channel Delay time Event condition Restart delay timer on event Enable / disable extended alarm delay Possibility to delay or suspend an alarm depending on the value of another channel.

Extended alarm functions – Options Setup since when an occurring alarm is valid. The alarm is active again when the limit exceeding is still valid and the alarm was already acknowledged. The alarm obtains still valid and active although the channel data switches invalid

Extended alarm functions Check connected hardware on external alarms Use dynamic alarm file as limit for this channel / level

Export 1 Click <Project>, <Export>, <Channel data>. Set time range of data to export Select kind of export file Select information to be exported Average values to reduce the number scans to be exported

Export 2 Result of an export

Automation: printing Open the project configuration and click <Options>, <Automation>, register card <Print> Select a trend display to be printed at the end of data acquisition. Select statistic values to be printed periodic. Select alarm information to be printed periodic.

Automation: Export Open the project configuration and click <Options>, <Automation>, register card <Export> Set measurement data to be exported at the end of measurement Set measurement data to be exported at the end of an Autofile Set measurement value to be exported to a file with each scan

Process monitor 1 Open the project configuration and click <Project>, <Extras>, <Process monitoring editor> Example of a preconfigured Process window.

Process monitor 2 Setup – tools for the process monitor Add/Delete display page Page configuration Clear editor configuration Return to selection mode Leave editor without saving Leave editor with saving Unselect item Add text or channel value Add bitmap Add bar graph Open Online Help Add LED Delete item Add Analogue meter Add Multi-bitmap Order in Z-position Add video Add line, circle, rectangle Copy item

Process monitor Active Process monitor

User administration 1 Click <Configuration>, <MCPS settings…>, register card <Admin> If ONE administrator-password is entered, the user administration is build and active. Add up to three administrators.

User administration 3 Click <More Options> Local, Network file based or Service based User Administration Administrator Messages and E-mail Active Directory based Login verification Add up to three administrators.

User administration 4 Click <Configuration>, <MCPS settings…>, register card <Users> Add users and user groups to the user administration (Right click on <Users>) Assign MCPS – rights to each user – What should the user be allowed to. Make common settings/password settings for the user

User administration 5 Click <User login/password settings> Assign a Login-name, a Login-ID and add a comment to the user. Assign a password for the user to login. Assign project access rights to the user Select a duration for the password to be valid.