NodeOPCUA API Documentation
Book
GitHub
Support
Preparing search index...
node-opcua-aggregates
getPercentGoodData
Function getPercentGoodData
getPercentGoodData
(
node
:
UAVariable
,
processingInterval
:
number
,
startDate
:
Date
,
endDate
:
Date
,
callback
:
(
err
:
Error
|
null
,
dataValues
?:
DataValue
[]
)
=>
void
,
)
:
void
Parameters
node
:
UAVariable
Retrieve the percentage of data (0 to 100) in the interval which has Good StatusCode.
processingInterval
:
number
startDate
:
Date
endDate
:
Date
callback
:
(
err
:
Error
|
null
,
dataValues
?:
DataValue
[]
)
=>
void
Returns
void
Settings
Member Visibility
Protected
Inherited
Theme
OS
Light
Dark
Book
GitHub
Support
NodeOPCUA API Documentation
Loading...
Retrieve the percentage of data (0 to 100) in the interval which has Good StatusCode.