|
|
|
Online Help: Sensor Definition |
|
|
|
|
Before we create the Sample Project, we define a sensor's model and clone from this
model to generate our actual sensor in sample project.
In this case we will create a Sensor Model name "EL Beam Sensor" with 7 Parameters
"C0", "C1","C2","C3","C4","C5" and "BL", with Calculate Function "Tilt Data" and
"Settlement Data", the original calculate function as following:
Tilt Data = C0 + C1 * RawData + C2 * RawData ^ 2 + C3 *
RawData ^ 3 + C4 * RawData ^ 4 + C5 * RawData ^ 5
Settle Data = Settlement(n-1) + Tile Data * BL
To load Analyzer system setup, select and click menu "Setup" from main menu "Analyzer",
Open "System Setup Form" (as fig 1-1), select "Sensor Model" folder in "Element
Controller", right click mouse, select and click the Pop Up Menu "Add Model".

In "Model Editor" input the sensor's name "EL Beam Sensor" as fig 1-2, click button
"OK" to add new sensor model to Analyzer.

Element's name is key word for element, each element must has unique name in one
group to distinguish with other element, and element's name can't be changed after
it setup.
Now we get a new model "EL Beam Sensor" and we need add Parameters and define Functions
for this Sensor Model.
|
|
|