Recently active
Hi everyone! I am new on thingworx platform. I want to Design a page where it takes inputs -sender email ID, Recipient email ID, Message body and a Button to send and when user clicks on send button, text available in message body sent to recipient mail ID from sender email ID. How can i do this?
I am giving an output of the Textbox and the Dropdown to a Service, based on the input the operations are performed in the service.Issue: How Can I know if there is nothing entered in the Textbox or Dropdown. if(Textbox==="" || Dropdown === "") { //Do Nothing } else { //Do Operations } But always the it's going in to the if condition only. How Can I check if the INPUT of the Widgets(Textbox and Dropdown) is Empty(no input given) or not
Hi,Querying database and value stream taking long time to respond.Below is the example of querying database that co0ntains 62 entries. Taking 7.13s to respond. The server was working fine 2 days ago. Within milliseconds services were responding.Because of delay in querying all the services throwing timeout error and failed error. Following steps are already considered:Disabled a scheduler that was queueing up threads (Created 10 days ago)Restarted ThingWorx foundation and databaseApplication logs does not have any data related to it.There were no code changes done in past 5 days Script Timeout increased to 3600sCPU , Disk and Memory status looks fine System Details: Application : ThingWorx Foundation - 9.1.0Operating System: CentOS Linux 7 (Core)Database : PostgresDB Memory, CPU , Diskspace:ThingWorx server:8008648 K total memory2697844 K used memory3781920 K active memory1199188 K inactive memory2507472 K free memory82700 K buffer memory2720632 K swap ca
Hi,When result = new Date() is executed, the result Time format is in IST, but as per the customer point of view it should be in UTC, how can it be done ?Note: the output of the service should be DATETIME@paic @slangley @c_lowy Thanks,Shashi
Hi,The Service(has datashape to) is binded to the Advanced Gird and can see the data in the Advance Grid, but when pressed on the Configure Grid Columns, it Says "Must be bound to data", not able to configure the columnsThingworx version is 9.2@paic @slangley @c_lowy Thanks,Shashi.
Hi,How to convert the UTC Date Time to CDT in thingworx ?@paic @c_lowy @slangley Thanks,Shashi
So I was following the tutorial steps about how to connect kepware server to thingworx foundation.Here is the link: https://developer.thingworx.com/en/resources/learning-paths/connect-and-monitor-plant-equipment/connect-kepware-server-thingworx-guide/visualize-data. When I reached this last part of step 6: Visualise the data, I opened the view mashup in thingworx and this appeared. (the following image). It's empty and did not display any data and I have already confirmed the test connection to IndConn as they mentioned Can someone help me out please?
HiInstalled KepServerEX on the Azure VM, and KepServerEX is by default configured with an opc ua Configuration on local host, can this OPC UA Configuration of the KepServerEX can be Connected with the OPC UA Client Connectors ? @paic @slangley @c_lowy Thanks,Shashi.
Hey guys!This is my first time posting something but now I'm getting an error that I've never had (It has worked before). Once I create a master mashup, configure my menu and identify the mashups related to this menu and the master mashup, I try to see the functionality, but I only get a grey screen. When looking at the log, I get a "null" value for the mashup I try to see (log.png). Do you know why I get this message? Thanks for your help!
I have server PC where I have installed Thingworx and Kepware. I have a doubt if internet access is required for the data flow from Kepware to Thingworx.
Hi , I am trying to get the cache method for a remotely bound property using service. I managed to get all the remote bindings in the composer via service but cant seem to fetch the cache method. If someone has an insight on this please let me know.@paic
ThingWorx DevOps with Azure: The Comprehensive DevOps GuideWritten by Tori Firewind, IoT EDC As promised in a previous post, attached here is a comprehensive guide to DevOps in ThingWorx, including tutorials and instructions for creating a continuous integration, continuous deployment (CI/CD) process for application development. There are also updated scripts and entities attached, including an entire sample application for importing, exporting, and testing an application in ThingWorx. From Docker and Github to Azure DevOps and Solution Central, this guide has it all. Learn how to perform your role in the DevOps process whether an administrator or a developer, automate your deployments and testing, and create a more efficient process for publication changes to production. A complete DevOps process like this really does facilitate faster and easier updates with fewer risks, fewer delays, and a better pathway to success.
In a recent post, I gave an overview of the types of Building Blocks that are available with the ThingWorx Platform. As a reminder, Building Blocks are a collection of entities packaged together for modular software development. They are intended to be reusable, repeatable, and scalable, and they are the fastest way to either build your own solution or customize a pre-made PTC solution, like ThingWorx Digital Performance Management. There are four types of Building Blocks we will talk about for the development of IIoT applications and solutions on the ThingWorx platform: Connectors, Domain Models, Business Logic, and UI. In this post, we are going to do a deep dive on Connectors, which improve application performance and the transfer of data from disparate devices and systems. What does a Connector look like in ThingWorx?All ThingWorx Building Blocks follow the same naming convention of CompanyName.BuildingBlockName, so any PTC-created Connectors will appear as PTC.Connector. Conn
We are developing an solution with Thingworx 9.1. We created multiple entities and used default entities like "Resources" functions and few extensions resources as well. We were given "Visibility" and "Run Time" permissions for entities which we were created. But, the default "Resource" functions also needs to give permissions? If yes, how it will be exported and imported into new instance? What is the best practices on giving permissions for "Created entities" by user and "Default entities" available in Thingworx? We won't prefer to modify permissions on new instance.
Hello, I want to a mashup embedded in an Iframe, though I added appkey parameters, thingworx still suggest I need to log in, I use the link (https://support.ptc.com/help/thingworx/platform/r9 / en/index. Html# page/ThingWorx/Help/Composer/Security/AllowingEmbeddedMashupsiniFrames HTML) method, but still doesn't work
Why repositories inside thingworx composer taking too much time to open.? It is taking more than 10 to 15 mins to open. Why?
Good morning Community! I have set up a service with the input Colour. The following picture shows the code inside the service. As shown in the picture I want to send the TimeStamp (ts) first and followed by the Colour which came as input. The property-value then somehow is the following: Why does Thingworx cange the sequence so that there is the Colour first? I need it in the other way, like programmed within the service. Can someone help me with that? Yours faithfully,Marius
Hi, I am working in a scenario where I have to push configuration json file from repository to Kepware, but the problem I face is that even though status messages are shown in the industrial connection thing, i am not able to get it into my mashup. The "ConfigurationPushStatus" property, which is an integer is the only parameter i could find to that is close to the status message. But there seems to be very little documentation on that as well. So please help me with a solution to get the status message, if possible please share the ConfigurationPushStatus code and its messages(eg, 0:The Industrial Gateway configuration file was successfully loaded). @paic
Hello EveryoneI have one TestMashup, in that I am using contained mashup in Tabs widget to call two different mashups, "CheckTest1" and "CheckTest2". In CheckTest1, I am using the Autorefresh widget to call a service after ever 5 seconds and in CheckTest2, I am using the Autorefresh widget to call a service after ever 10 seconds. But, when I view my mashup at runtime having default tab selected as "CheckTest1", The service for "CheckTest2" is also getting executed.As per my understanding Autorefresh widget should be called only when we click on the tab for CheckTest2.Can anyone help with this? Please View the attached screen shot.
Hi, Could somebody help me to understand how to pass 'content' json for DELETE request in ThingWorx 9.2 just like PUT request as I don't see that input in ContentLoaderFunctions' 'Delete' service. Thanks in advance.
I am trying to add visibility permission programmatically in thingworx 9.1.Facing following err:Message :: TypeError: Cannot call method "AddVisibilityPermission" of null
Hi, I just found a demo video in the link here: https://iot.gallery.video/detail/videos/all-videos/video/6257227378001/thingworx-applications:-real-time-production-performance-monitoring-for-plant-managers-demo?autoStart=true&page=3 It looks like a serials of new ThingWorx Applications (not manufactory apps), does someone knows where I can download it and take a try ? Regards, Sean
I dont want to keep any Project Dependencies under Project entity. If i saved, automatically it is adding any one project in Project Dependencies. How to prevent it.
In 9.2, importing project's entities adding to default project if we didnt created the project name first. What is the solution for this?
The alert created on a property is getting triggered and is being notified in Alert monitoring section, but the subscription created by binding the same alert isn't getting executed. I've even added logger statements within the subscription code, but couldn't see it in the application logs. Is there any restriction / limitation on trial version on subscriptions and alerts? ? FYI, I've followed the instructions provided in the link - https://www.ptc.com/en/support/article/CS240914?source=search but didn't work in Trial version.
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.