Skip to main content
Version: 2.2.3

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_VALUEIndicates whether it is:
1 - Calibration
2 - Pre-calibration
VLTENDTrend or systematic error value [Bias].
VLFGESTotal deviation value [Fges].
VLFEDeviation value [Fe].
VLU95Expanded uncertainty value [U95].
VLERRUPAscending error value [Ascending error].
VLERRDOWNDescending error value [Descending error].
VLBANDRange error value [Range error].
VLAVERAGEAverage value [Average].
VLREADBIGThe highest reading value [The highest reading].
VLREADSMALLThe lowest reading value [The lowest reading].
VLHISTERESEHysteresis 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