7 articles Equation

How can I transfer equations from one computer to another?

If you have equations created in one computer and you want to use them in another computer, you can export them to .epack file and import the .pack file to another computer inside Equation dialog of SiteView. Click “Equation” toolbar button in SiteView to launch the equation dialog: Click “Export” button to export one or…

What Equation Should I use for a RTD Data Logger?

Microedge produces three models of RTD data loggers for different RTD sensors: LRTD-1 for PT100 LRTD-2 for PT500 LRTD-3 for PT1000 Depending on the RTD sensor you are using you can use the following two embedded equations: RTD_TCR385:This equation is for Temperature Coefficient of Resistance (TCR) 0.00385Ω/Ω/°C . The temperature coefficients are: A: 3.9083E-3 B:…

How can I average downloaded data?

SiteView has a powerful tool to convert the original data to any form of engineering value. This tool is called Custom Equation. It allows user to write their own equation in c# programming language. Here is an Custom Equation used to average the previous 10 data points and remove the maximum and minimum values.   Please refer…

How can I create an equation for thermistor channel?

To create a thermistor equation: In the Configuration dialog, choose Temperature as the equation for the selected channel: In the pop-up dialog, enter a, b and c values if you have them in hand: If you do not have the coefficients values, click “Calculate Thermistor Coefficients and Fill the Above Fields” button if you have…

How can I create a linear equation?

Select Linear equation in the Configuration Dialog of the logger: Click “Edit Linear Equation” button to show the equation dialog. Fill out the Input and Output fields based on your application. For example, if you want to convert 4-20mA input value to 0-100 PPM of CO, you enter: 0.004 for Minimum Input Value 0.020 for…

What is a custom equation and when can it be used?

A custom equation is a snippet of script (C# source code) does the data conversion for a custom measurement. You use custom equation if your measurement unit is different from the unit of measurement the channel provides. To create a custom equation: Click “Equation” button on the main tool bar: In the equation dialog, click…