Hello, I have few questions related to OPC configuration in Kepware. Appreciate your answers 1. In kepware , Are there any ways to specify/customize the deadband at Tag Level? ( currently d...
I do noticed that 'Override' checkbox is auto checked in properties that are bound on Things. Screenshot below. I want to allow Property defined in Thing shape to be overridden in Things.(Simila...
I have a client that has thingworx platform and analytics. He wants to install using docker. For the thingworx platform there is documentation. But what about Analytics? I didn't find anything about ...
I have a service which is working. Have a timer, which starts this service once per year. When in "Run as user" I use user from different project - it works perfecly. When I create new user, adjus...
Hello, I have been struggling with setting a color on the dropdown widgets filter icon: I found this support article that shows how to change the fonts and such for the dro...
I'm trying to fetch data from PostgreSQL database.
Query,
select
entry_timestamp + interval '30 minutes' as offset_timestamp,
entry_timestamp
from
sensor_data
I'm trying to pass 30 minutes...