![IDS NXT Скачать руководство пользователя страница 46](http://html2.mh-extra.com/html/ids/nxt/nxt_manual_3750479046.webp)
March 2021
46
IDS NXT: REST interface
"Type": "Integer"
}
}
}
}
"Objects":[
"change"
]
}
Note: The ID and number of counters can vary and is dynamic.
The ID "LastReset" is not a counter ID; it specifies the time of the last counter reset.
There are some predefined identifiers that can be used for calculations etc. (if they are present) in the client.
Identifier
Description
ImageTotal
Imported images
ImageMissed
Missed trigger pulses
VisionOK
Images processed as "Good"
VisionFailed
Images processed as "Bad"
FreeBuffers
Image buffers still available (currently maximum 10)
13.2 /statistics/change
·
OPTIONS
·
GET
{
"GET": {
"application/json": {
"Description": "Read statistic change over time",
"Parameters": {
"Span": {
"Description": "Averaging timespan",
"Mandatory": false,
"Range": {
"Maximum": 60000,
"Minimum": 0
},
"Type": "Integer",
"Unit": "milliseconds"
}
},
"Values": {
"ImageFree": {
"Brief": "Numbers of free image buffers",
"Description": "Numbers of free image buffers",
"Title": "Free buffers",
"Type": "Double"
},
"ImageMissed": {
"Brief": "Number of missed triggers",
"Description": "Number of missed triggers",
"Title": "Missed triggers",
"Type": "Double"