Please ensure Javascript is enabled for purposes of website accessibility
Powered by Zoomin Software. For more details please contactZoomin

AVEVA™ Insight

EngineeringUnitMap

  • Last UpdatedAug 16, 2022
  • 1 minute read

Description

Creates a new Engineering Unit mapping on the AVEVA Insight solution

URL

/EngineeringUnitMap

Method

POST

Authorization

Bearer token

Content-Type

application/json

Required Parameters

  • Unit=[string]
    The name of the unit.

  • System=[string]
    The system of measurement that the unit belongs to. Accepted values are US, SI, UK, Computer, and General.

  • Dimension=[string]
    The dimension of the unit, such as Density or Current.

  • Symbol=[string]
    The symbol associated with the unit, such as °F or %.

  • IsSystem=[Boolean]
    Specifies whether the unit is a system unit. System units can not be modified.

Success Response

Code: 200

Example Body

Scenario 1

This request creates a new Engineering Unit map for an engineering unit called "APITest" on the AVEVA Insight solution.

https:///apis/Historian/V2/EngineeringUnitMap

POST /apis/Historian/V2/EngineeringUnitMap HTTP/1.1

Host: online.wonderware.[DOMAINSUFFIX]

Authorization: Bearer {token}

Content-Type: application/json

Content-Length: 100

{"Upsert":{"Unit":"APITest","System":"Computer","Dimension":"Data","Symbol":"MB","IsSystem":false}}

TitleResults for “How to create a CRG?”Also Available in