Skip to main content
Version: 2.2.1

import_table

This method allows creating:

  • Results of calibration per table;

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

Java class
Requestweb\wwwroot\ws\java\maintenance\Import_tableRequestType.java
Returnweb\wwwroot\ws\java\maintenance\Import_tableResponseType.java

Request:

ID #RequiredDescription
IDPLANACTIVITYXAsset ID #
NRCERTIFICATEXCertificate #
NMTABLEXTable name
TYPE_VALUEXIndicates 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]
IDPROCESSProcess ID #
VARIABLEAdditional variable.
Format: [Variable ID]=VALUE;
[VARIABLE ID]=VALUE; Example: g=9.81; UPAD=0.01;
RESULTCalibration result for subjective table:
1 - Approved;
2 - Rejected.
RESULTDIPre-calibration result for subjective table:
1 - Approved;
2 - Rejected.
OBSERVATIONSubjective table comments
VLFTBiggest difference between two consecutive points.
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_table>
<!--You may enter the following 22 items in any order-->
<urn:idplanactivity>?</urn:idplanactivity>
<urn:nrcertificate>?</urn:nrcertificate>
<urn:nmtable>?</urn:nmtable>
<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:result>?</urn:result>
<urn:resulttdi>?</urn:resulttdi>
<urn:observation>?</urn:observation>
<urn:vlvvc>?</urn:vlvvc>
</urn:import_table>
</soapenv:Body>
</soapenv:Envelope>

Return:

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