Is it possible to set from/to timestamp by user in Trend?
for instance, i need to show trend data only from 2020-03-20 01:15:20 to 2020-03-21 13:23:56 and from/to timestamp should be configurable by variable in code.
I've already checked the Trend API, however this API does not provide such function.
If you would like to refer to this comment somewhere else in this project, copy and paste the following link:
Hi.
Is it possible to set from/to timestamp by user in Trend?
for instance, i need to show trend data only from 2020-03-20 01:15:20 to 2020-03-21 13:23:56 and from/to timestamp should be configurable by variable in code.
I've already checked the Trend API, however this API does not provide such function.
Hello @audi0615,
check out this help site:
https://help.codesys.com/webapp/_visu_cmd_trend_insert_elements_for_controlling;product=core_visualization;version=3.5.15.0
With this command you can add additioanl elements (date range picker and time range picker) to set the date and time in the trend via visualization.
Best regards,
Marcel
Dear Marcel
Thank you soooooo much!!!!
Finally I got the solution