Max Posted on 2026-2-4 19:18:15

What Does FS Mean When the Pressure Sensor Accuracy is 0.25%FS?

<div class="ce-block" data-id="ZUQnC8z5lk" >
        <div class="ce-block__content" style="">
                <h2 class="ce-header ce-header--left">1. Pressure Sensor Accuracy in WIKA Datasheets</h2>
        </div>
</div><div class="ce-block ce-block--focused" data-id="1Cvgel93W5" >
        <div class="ce-block__content">
                <div class="ce-paragraph cdx-block ce-paragraph--left">In WIKA datasheets, pressure transmitters are marked with 0.125%FS. What does the suffix FS stand for?Let’s figure out this question together today.</div>
        </div>
</div><div class="ce-block" data-id="O7NSkjAvYv" >
        <div class="ce-block__content" style="">
                <h2 class="ce-header ce-header--left">2. Meanings of Full Scale Accuracy and Reading Accuracy</h2>
        </div>
</div><div class="ce-block ce-block--focused" data-id="hMs2eTmhGZ" >
        <div class="ce-block__content">
                <div class="ce-paragraph cdx-block ce-paragraph--left">Reading Accuracy: It is an error proportional to the measured value.Full Scale Accuracy: It is an error proportional to the measuring range, a fixed error expression method that refers to the error relative to the full scale of an instrument, expressed as a percentage.FS in WIKA datasheets refers to Full Scale, i.e., the full measuring range!</div>
        </div>
</div><div class="ce-block" data-id="N1k9hsPUxN" >
        <div class="ce-block__content" style="">
                <h2 class="ce-header ce-header--left">3. Calculation Examples</h2>
        </div>
</div><div class="ce-block ce-block--focused" data-id="ZjTHMAyTMM" >
        <div class="ce-block__content">
                <div class="ce-paragraph cdx-block ce-paragraph--left">Full Scale Accuracy is widely used in pressure testing.Suppose we have two pressure transmitters, both with a measuring range of 100 bar.Let’s compare the differences in calculated error values between Reading Accuracy and Full Scale Accuracy:(1) Reading Accuracy: ±1%System pressure at 10 bar: Measurement error = ±0.1 barSystem pressure at 50 bar: Measurement error = ±0.5 barSystem pressure at 100 bar: Measurement error = ±1 bar(2) Full Scale Accuracy: ±1%System pressure at 10 bar: Measurement error = ±1 barSystem pressure at 50 bar: Measurement error = ±1 barSystem pressure at 100 bar: Measurement error = ±1 barIt is clear from the comparison that for selected products with the same accuracy value, a pressure transmitter whose accuracy is expressed by Reading Accuracy in the datasheet is definitely more accurate than one marked with Full Scale Accuracy.Then why not just buy pressure transmitters with accuracy expressed by Reading Accuracy from now on?But the reality is harsh...</div>
        </div>
</div><div class="ce-block" data-id="J9B9fEQDdm" >
        <div class="ce-block__content" style="">
                <h2 class="ce-header ce-header--left">4. Are There Pressure Transmitters with Accuracy Expressed by Reading Accuracy?</h2>
        </div>
</div><div class="ce-block ce-block--focused" data-id="NG8UtR2Nc0" >
        <div class="ce-block__content">
                <div class="ce-paragraph cdx-block ce-paragraph--left">The answer is yes!However, it should be noted that no pressure transmitter can maintain consistent accuracy over its entire measuring range.Therefore, even if a selected pressure transmitter has its accuracy expressed by Reading Accuracy, it is subject to certain range limitations.Take a 100 bar pressure transmitter as an example again: its datasheet is marked with 0.01%RD (Reading Accuracy), but this Reading Accuracy is only valid for 10% to 100% of the full scale, namely from 1 MPa to 10 MPa. For the range from 0 to 1 MPa, its accuracy shall be specified separately.</div>
        </div>
</div><style type="text/css">
.ce-block {
        margin-top: 20px;
    margin-bottom: 20px;
}
.ce-block__content,.ce-toolbar__content {
        /* max-width:calc(100% - 50px) */
        margin-left: auto;
    margin-right: auto;
}
/**
* Plugin styles
*/
.ce-header {
position: relative;
padding: 1px 0px 1px 15px;
margin: 0;
line-height: 1.25em;
outline: none;
margin-bottom: 10px;
}

.ce-header p,
.ce-header div {
padding: 0 !important;
margin: 0 !important;
}
.ce-header::before {
        content: "";
        background-color: #3e8fe3;
        width: 6px;
        height: 100%;
        position: absolute;
        left: 0;
        -webkit-border-radius: 3px;
        -moz-border-radius: 3px;
        border-radius: 3px;
}
/**
* Styles for Plugin icon in Toolbar
*/
.ce-header__icon {
}

.ce-header::before {
position: absolute;
content: attr(data-placeholder);
color: #707684;
font-weight: normal;
display: none;
cursor: text;
}

.ce-header:empty::before {
display: block;
}

.ce-header:empty:focus::before {
display: none;
}
/* FontSize */
h1.ce-header {
    font-size: 2.0em;
}
h2.ce-header {
    font-size: 1.7em;
}
h3.ce-header {
    font-size: 1.4em;
}
h4.ce-header {
    font-size: 1.15em;
}
h5.ce-header {
    font-size: 0.95em;
}
h6.ce-header {
    font-size: 0.8em;
}
/* Alignment*/
.ce-header--right {
text-align: right;
}
.ce-header--center {
text-align: center;
}
.ce-header--left {
text-align: left;
}
.ce-header--justify {
text-align: justify;
}
</style><style type="text/css">
.ce-block {
    margin-bottom: 20px;
}
.ce-block__content,.ce-toolbar__content {
        /* max-width:calc(100% - 50px) */
        margin-left: auto;
    margin-right: auto;
}
.ce-paragraph {
    line-height: 1.6em;
    outline: none;
    text-indent: 0em;
    font-size: 16px;
}
.ce-paragraph--right {
    text-align: right;
}
.ce-paragraph--center {
    text-align: center;
}
.ce-paragraph--left {
    text-align: left;
}

.ce-paragraph--justify {
    text-align: justify;
}

.ce-paragraph-text-indent {
    text-align: justify;
}
.ce-paragraph:empty::before{
content: attr(data-placeholder);
color: #707684;
font-weight: normal;
opacity: 0;
}

/** Show placeholder at the first paragraph if Editor is empty */
.codex-editor--empty .ce-block:first-child .ce-paragraph:empty::before {
opacity: 1;
}

.codex-editor--toolbox-opened .ce-block:first-child .ce-paragraph:empty::before,
.codex-editor--empty .ce-block:first-child .ce-paragraph:empty:focus::before {
opacity: 0;
}

.ce-paragraph p:first-of-type{
    margin-top: 0;
}

.ce-paragraph p:last-of-type{
    margin-bottom: 0;
}


.svg-icon {
    width: 1em;
    height: 1em;
}

.svg-icon path,
.svg-icon polygon,
.svg-icon rect {
    fill: #4691f6;
}

.svg-icon circle {
    stroke: #4691f6;
    stroke-width: 1;
}
</style><style type="text/css">
.inline-code {
background: rgba(250, 239, 240, 0.78);
color: #b44437;
padding: 3px 4px;
border-radius: 5px;
margin: 0 1px;
font-family: inherit;
font-size: 0.86em;
font-weight: 500;
letter-spacing: 0.3px;
}
</style>
Page: [1]
View full version: What Does FS Mean When the Pressure Sensor Accuracy is 0.25%FS?