|
@@ -86,6 +86,18 @@ namespace MeasureData
|
|
|
xDouble dRange = new xDouble();
|
|
|
xDouble dfStep = new xDouble();
|
|
|
|
|
|
+ dUp.AssignValue(this.UP);
|
|
|
+ dDown.AssignValue(this.Down);
|
|
|
+ dStep.AssignValue(this.Step);
|
|
|
+ dRange.AssignValue(this.Range);
|
|
|
+ dfStep.AssignValue(this.fStep);
|
|
|
+
|
|
|
+ slo_fcsparam.Register("UP", dUp);
|
|
|
+ slo_fcsparam.Register("DOWN", dDown);
|
|
|
+ slo_fcsparam.Register("STEP", dStep);
|
|
|
+ slo_fcsparam.Register("RANGE", dRange);
|
|
|
+ slo_fcsparam.Register("FSTEP", dfStep);
|
|
|
+
|
|
|
if (isStoring)
|
|
|
{
|
|
|
slo_fcsparam.Serialize(true, xml, rootNode);
|