Understand the inputs to APIs for AVEVA Measurement Advisor
- Last UpdatedSep 15, 2025
- 1 minute read
This section guides you through the process of understanding AVEVA Measurement Advisor Application Programming Interfaces (APIs). Structured Query Language (SQL) stored procedures implement this comprehensive data API for inputting data into the AVEVA Measurement Advisor database. There's one subsection below for each individual stored procedure (or for each group of related stored procedures as applicable); their input parameters are listed in tables.
Notes: When calling the stored procedures, it is highly recommended that you outline input parameters explicitly by name (not implicitly by position) even though the parameters as listed in the tables show their positional order. Deprecated parameters are not used in the stored procedures, so any value entered will not be stored or impact the processing.
Related Links
- Understanding the Input APIs associated with AVEVA Measurement Advisor
- [dbo].[writeReadingRawIrr] stored procedure
- [dbo].[writeGasAnalysisRawXX] stored procedures
- [dbo].[writeCombinedMtrGQRawXX] stored procedures
- [dbo].[writeCombinedMtrConfigGQRecord] stored procedure
- [dbo].[writeObjectEvent] stored procedure
- [dbo].[writeObjectEventByName] stored procedure
- [dbo].[writeSimpleObjectEvent] stored procedure
- [dbo].[writeCommItemByName] stored procedure
- [dbo].[writeCommItem] stored procedure
- [dbo].[resetCurrentDates] stored procedure
- [dbo].[writeCurrentData] stored procedure