0

Ignition Module - Querying string tags
Hi,
I don't know if the problem lies with Ignition or the Canary Ignition module, but I'm having problems querying tags that are strings from Ignition. Floats and integers are working fine:
endTime
=
system.date.now()
startTime
=
system.date.addDays(endTime,
-3
)
dataSet
=
system.tag.queryTagHistory(paths
=
[pathtostringtag],, startDate=
startTime, endDate
=
endTime, returnSize
=-
1
, returnFormat
=
'Wide'
)
This returns an array with two columns and zero rows, even if it should return approx 10 rows.
Like
Follow
4replies