Skip to main content
Version: 2.2.1

import_point

This method allows creating:

  • Results of calibration per point;

To insert each of these items, it is necessary to follow the standard documented below.

Java class
Requestweb\wwwroot\ws\java\maintenance\Import_pointRequestType.java
Returnweb\wwwroot\ws\java\maintenance\Import_pointResponseType.java

Request:

ID #RequiredDescription
IDPLANACTIVITYXPlan ID #
NRCERTIFICATEXCertificate #
NMTABLEXTable name
NMPOINTXPoint name
FGUPORDOWNXIn the case of hysteresis, it indicates whether the point is:
1 - Rising
2 - Descending
TYPE_VALUEX¹Indicates whether it is:
1 - Calibration
2 - Pre-calibration
VLTENDX¹Trend or systematic error value [Bias].
VLFGESX¹Total deviation value [Fges].
VLFEX¹Deviation value [Fe].
VLU95X¹Expanded uncertainty value [U95].
VLERRUPX¹Ascending error value [Ascending error].
VLERRDOWNX¹Descending error value [Descending error].
VLBANDX¹Range error value [Range error].
VLAVERAGEX¹Average value [Average].
VLREADBIGX¹The highest reading value [The highest reading].
VLREADSMALLX¹The lowest reading value [The lowest reading].
VLHISTERESEX¹Hysteresis value [Hysteresis].
VLFTXFT value [FT].
IDPROCESSXProcess ID #.
VARIABLEXAdditional variable.
Format: [Variable ID]=VALUE;
[VARIABLE ID]=VALUE; Example: g=9.81; UPAD=0.01;
VLVVCConventional True Value.
info

X¹ - Required according to the formula.

Request structure:

<soapenv:Envelope xmlns:soapenv="http://schemas.xmlsoap.org/soap/envelope/" xmlns:urn="urn:maintenance">
<soapenv:Header/>
<soapenv:Body>
<urn:import_point>
<!--You may enter the following 21 items in any order-->
<urn:idplanactivity>?</urn:idplanactivity>
<urn:nrcertificate>?</urn:nrcertificate>
<urn:nmtable>?</urn:nmtable>
<urn:nmpoint>?</urn:nmpoint>
<urn:fgupordown>?</urn:fgupordown>
<urn:type_value>?</urn:type_value>
<urn:vltend>?</urn:vltend>
<urn:vlfges>?</urn:vlfges>
<urn:vlfe>?</urn:vlfe>
<urn:vlu95>?</urn:vlu95>
<urn:vlerrup>?</urn:vlerrup>
<urn:vlerrdown>?</urn:vlerrdown>
<urn:vlband>?</urn:vlband>
<urn:vlaverage>?</urn:vlaverage>
<urn:vlreadbig>?</urn:vlreadbig>
<urn:vlreadsmall>?</urn:vlreadsmall>
<urn:vlhisterese>?</urn:vlhisterese>
<urn:vlft>?</urn:vlft>
<urn:idprocess>?</urn:idprocess>
<urn:variable>?</urn:variable>
<urn:vlvvc>?</urn:vlvvc>
</urn:import_point>
</soapenv:Body>
</soapenv:Envelope>

Return:

ID #Description
returnSUCCESS: 1.
FAILURE: Returns a message regarding the error that occurred