NetX TimeSeries Configuration
the netx timeseries configuration table is the registry of historian tags for netx equipment historian tags are digital ids which relate to a specific measurement on a specific piece of equipment the netx timeseries history table is related to this configuration registry table by the equipment and tag source ids each configuration entry belongs to a single piece of equipment, specified as sourceequipmentid , which must match a sourceid in the netx equipment docid 5rkyg ezybtqbfa7bxbe table the unique constraint on this table is ( sourceequipmentid + sourceid ) timeseries configuration for a given sourceid must be added to the system before attempting to add timeseries history to that tag variable data type is nullable? description sourceequipmentid string no source id of the equipment this tag belongs to this must match the sourceid of a netx equipment docid 5rkyg ezybtqbfa7bxbe record the record will be rejected if it does not sourceid string no time series tag identifier osi pi use tag id xxx yyy zzz osi pi af use attributeid \\\server\\\element\\\attributeid measurement string no see section below for possible values unit string yes unit of measure time series measurement values time series measurements must be provided from the following list of possible values rates oil rate stb/d gas rate mscf/d water rate stb/d gas lift injection rate mscf/d pressures inlet pressure psig outlet pressure psig tubing pressure psig downstream choke pressure psig temperatures inlet temperature degf outlet temperature degf constraints min gas lift injection constraint mscf/d max gas lift injection constraint mscf/d other equipment status 0 > disabled 1 > enabled 2 > mask optimization flag 0 > optimize 1 > fixed oil api gravity api degrees data integrity checks condition response sourceequipmentid does not match an equipment record record rejected measurement is not one of the enum values record rejected deleting an equipment record cascade deletes its time series configurations deleting a configuration cascade deletes its history common error messages api scenario error response add / upsert a tag unknown sourceequipmentid equipment with sourceid "xxx" was not found fetch a tag missing or invalid ids timeseries with sourceequipmentid "xxx" and sourceid "xxx" does not exist delete a tag missing or invalid ids timeseries with sourceequipmentid "xxx" and sourceid "xxx" was not found