faaLicensedTagDetails
- Last UpdatedMar 18, 2021
- 1 minute read
Returns the total number of tags and the number of licensed tags in the system, as well as for each tag type.
Syntax
SELECT * FROM dbo.faaLicensedTagDetails()
Table Returned
The result is returned in a table format. For example:
|
Tag Type |
Tag Count |
Licensed Tags |
|---|---|---|
|
Analog |
213 |
121 |
|
Discrete |
68 |
60 |
|
String |
27 |
26 |
|
Event |
3 |
0 |
|
Total |
311 |
207 |
Remarks
System tags and event tags are not included in the total tag count for licensing purposes.