Recently active
Hi , I am looking to Collapse a container in twx upto specific width , Is it possible in TWX 9.3.0?
Hello, is it possible, to set the script timeout per service?I know, that the script timeout can be set globally per server.But we have just one long running service, which runs into a timeout and we want to avoid to increase the system script timeout as there are other applications running on that server and we don't want to extend their timeout too. Thanks!
My MAshups are getting data from windchill and for loading the data it is taking around 5- 10 mins which is not at all acceptable by customers. even though for min 10 objects from windchill it will take around 2- 4 mins. so I want to improve the speed of loading data and loading of mashups and kind of performance of my application. please help me out in this. ThanksKSM
Hello everybody, is there a way how I can use complex parameters (INFOTABLE or JSON) for SQL Query/Commands? Normally i need to add all columns I need as parameter. For large tables with many columns this can be really annoying. In the script I can use "<< >>" or "[[ ]]" to substitute parameters, but how can I do it, when the parameter is a JSON? e.g.: entry = { "id": 1, "val": "Hello" }. Every try of an SQL script trying to access "entry.val" does not work for me ... Greetings Andreas
I am facing a problem in the Export file . Where the CSV export file generated from the Query property history service using Export Widget gives DATE TIME in UTC , which is 5:30 Hours behind IST. When visualized in Mashup by using grid, the DATE & TIME is in IST . Please find the screenshots for reference.
Hi ,How to do this in TWX 9.3.0? Is it possible in Tabset? Thanks,
Hi everyone,I'm trying to install Thingworx analytics Server on my machine, but I'm having problems in the process.Note:-I'm installing Analytics Server with admin permissions-I have enabled TLS for Analytics Microservices by adding TLS Keystore File-I have TLS enabled for Zookeeper with truststore fileWhen I get to the Thingworx Connection Information window I get this error.
Hi friends! I have a question/doubt about IoT Gateway's REST Client: How can I make a GET request from REST Client in order to retrieve some data from an external API (e.g. Weather, web application, etc)?. As you know, it only supports PUT & POST method and it's fine but what about if I want to connect to Google Maps, Open Trivia or AccuWeather and retrieve/handle some values?? Even, I have a Google sheet's script deployed as web application listening external calls to log data in my sheet and I just need a simple GET request to achieve it but I can't find a way to do it from IoT Gateway module. My URL to get this is: "https://script.google.com/macros/s/ SCRIPT_ID/exec?temp1=1234&level=122&pressure=88" What would be the procedure or module to achieve it? Thanks in advance for your prompt reply and help, Saludos!
I'm facing some problems when trying to use an infoTable in my extension.The service is a utility service that is static: public static void myService(Context cx, Scriptable me, Object[] args, Function func) throws Exception { InfoTable iTable= (InfoTable) args[0]; ... in the metaData: <FunctionDefinition description="" name="myService <ParameterDefinitions> <FieldDefinition baseType="INFOTABLE" aspect.dataShape="keysShape" aspect.isEntityDataShape="true" description="the key names" name="keys" ordinal="0" /> </ParameterDefinitions> <ResultType baseType="NOTHING" name="result" ordinal="0" /> </FunctionDefinition> The call from the javascript; let keys= Resources["InfoTableFunctions"].CreateInfoTableFromDataShape({ infoTableName: "InfoTable", dataShapeName: "keysShape" }); keys.AddRow({key:"a string"}); myService(keys); The problem if at this line:InfoTable iTab
Hello, Line charts cannot be displayed in the mashup with respect to date and time even if it is designed according to PTC guide as a reference. Below is the example to display the temperature with respect to present date and time and how it is binded with and the result after saving the mashup is displayed as an error in the next image •The Date/Time Property is not considering the Present date time and year , even if we set the Property to the today’s date and save it and once if we refresh the page by default it will take it as 1970 /01/01 . IT is shown in the below image please help to get the proper line chart with respect to time and date.
How to datalogger in Thingworx when i create mashup and input is coming.when i see in view mode. Thank you.
1 Study of Persistent According to Thingworx help document: ( Persist— If selected or set to true, each value change is persisted to the database. Persistent property database writes occur asynchronously to avoid deadlocks. While the property value is set immediately, the database write occurs asynchronously at a later point in time. Updates and restarts do not affect queue processing. ) The persistent data are stored in Table of property_vtq. Each time the property value is changed, the related Database record will be Updated. This Table only has 1 index of “id” & “name”, so Update operation will NOT require change of Index. As explained above, value change of persistent property triggers Update of property_vtq Table. We need to check property feature before we set it. For normal properties, it’s OK to enable it. But for frequently changed properties(such as speed, temperature), it’s NOT recommended to enable it, otherwise there will be
Hi Jeffy, Can you please tell me how did you get trigger service widget ? is this any custom extension ? I am looking for the same widget . Thanks in advance Harini Re: post
Hi, I need to connect to a non-Kepware OPC UA server without using the OPC UA Client driver in Kepware, It seem there was an extension called Thingworx_OPC_UA_Client.jar can do this, but I cannot find it in the marketplace anymore . is there any other solution ? Regards, Sean
Hello, I am facing some issues on 9.3.5 with a container that doesn't seem to want its scrollbar to be removed, see picture:My container contains these widgets:One button and one label. For the container I have disabled both horizontal and vertical scrolling as per the instructions.Am I missing something? Will it, even though it is disabled, still scroll if the widgets within the container exceeds the size of the container? Any help with this would be much appreciated. Thanks,Jens
I have a Thing with a ValueStream that shows perfectly into a mashup with QueryPropertyHistory. I'm trying to do the same with QueryNamedPropertyHistory. I have defined a new property in the thing called "Output" (name, description) that I have correctly filled (it is shown in the center grid of mashup). I bind this Infotable "Output" into "propertyNames" and I expert that services returns and show the data in the top grid, but nothing is shown. What's wrong? The top grid is the QueryNamedPropertyHistory (KO)The middle grid is "Output" infotable (OK)The bottom grid is QueryPropertyHistory (OK)
Can ThingWorx platform be installed on Windows 10 pro OS (64-Bit) with SQL server, or does it need to be on a windows server 2016 OS?
Hi all, We have an influx cloud as our storage, so by downloading the CSV and then changing the desired properties we were able to migrate the data from the old thing to the new thing. But this process is slow as we have to migrate 1-year data. What is the best practice to do so in a single shot, pls suggest! Thank you!
Hi Alli am new to the community.i wanted to know if we can have FileTransfer event raised when we use FileSubSystem to copy files from one location to another within the same repo?as in my case it is triggering only when i am having the source repo as remote thing and the target as the telematics repo.thank you.
Hi Team, Please help on this issue. Thanks in advance.
Is there a way to determine which PlatformId is assigned to a node that is running a service? In the logs you can see the Platform ID column indicating which node logged each log message and there is the GetPlatforms() service on the PlatformSubsystem but that only lists all of them and does indicate which node is running the code. I'm needing to expand the solution provided by Desheng to provide more insight and understanding about when a ScheduledEvent occurs and the task is "submitted" on the singleton server and when it is invoked on the endpoint on some other node and mark it as "completed." If there is some type of error with PostJSON() we won't know because that service is async. I have implemented a mechanism to track the "submitted" tasks and then either delete them or mark them as complete when invoked on the endpoint but I'd like to also include which node (PlatformId) the endpoint is being executed on. Is this possible? @dxu
dear all, please help me, I have planned to send mail, but particular time / day /month/specific operation how do those services. how to implement thread or other services, please help share your knowledge.
Is there a Certificate Authority (CA) that PTC recommends? We're looking for a software suite type of certifier. Something we pay for so that we can certify multiple domains.
Hello, I am looking for documentation regarding the dynamic configuration of the grid widget using the JSON configuration binding. So far I have only been able to find this page in the help center but I feel it is a little bit lacking in what can be done through the configuration. Is there standard used for this that I can google? Or how can I figure out myself what the style options are for example? I am trying to set the grid header label size and weight, but haven't been able to figure out where to set it. So any help in with documentation or describing how it works would be much appreciated. Thanks,Jens
I'm getting all properties from a Thing in a mashup.How I can get rid of one of them (FaultCode for example)?
Already have an account? Login
No account yet? Create an account
Enter your E-mail address. We'll send you an e-mail with instructions to reset your password.