Recently active
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
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.
I use that widget with a mask like9999-9999-9999-a from desktop web browser it works fine,but from a mobile phone at the first number pressed, the cursor goes back of 1 and so the first group of 4 number is get in a wrong way.By pressing 12345 I get2345-1____-____-_instead of1234-5___-____-_is there a fix I have thingworx 8.5.16
Hey Guys! As we can't import libraries into Thingworx, I have a problem regarding a time stamp. For my factory I need to generate the time stamp in the following format: YYYY-MM-DDThh:mm:ss.fffZ in UCT standard time. When I use: var date = dateFormat(new Date(), "MMMMM d, yyyy hh:mm:ss"); The date returns obviously in the "MMMMM d, yyyy hh:mm:ss" format. I use this format, becasue I can't use "YYYY-MM-DDThh:mm:ss.fffZ" in the dateFormat-function, because then a failure is returned regarding the T and the Z. I hope anyone can help me to return the actual UCT time in the following format: "YYYY-MM-DDThh:mm:ss.fffZ"
I have a requirement where template "TW.RSM.Template.AssetWithTunnelsAndFileTransfer" needs to be used.I have downloaded "MED-61116-CD-091_F000_ThingWorx-Utilities-Core-9-1-0.zip" and tried importing the same. But unable to import utl-core.zip ( All other extensions are imported successfully). While validating extension error occurs as shown in below image. But nothing will be found in application log. Version Details: 9.1.0Please provide the solution to this issue. Thank you !!
I have been using the collection since it's initial release in I believe 8.2. Prior to that I used the repeater widget.There are ALOT of possibilities you can do with the collection widget but the performance has always been a big issue and in 9.2 it seems like it may have gotten worse.Full disclosure, I realize maybe I am not using it as intended, but I can't find much on best practices and such to tell me otherwise. So, my current situation is as follows: I have a mashup that uses a collection widget to create an input screen.The collection widget is populated by a service that creates an infotable that will return at most 31 rows. Each row represents a day in a month. I loop through each day to return the results for that day if it exists, if not the values are empty.When I execute the service in composer the results come back in < 2 secondsI originally had the load behavior on the collection widget as load/unload. Which still wasn't exactly fast but I noticed all rows
Hey Guys! I currently try to send payloads to my MQTT Broker. The MQTT-Broker is under a public IP. My target is to hit a button in Vuforia Studio which then sends a payload through Thingworx to my MQTT-Broker. The Broker is already connected to Thingworx & I am able to receive data in Thingworx and picture that data in Vuforia Studio. At the moment I don't know how to send payloads so it would be great if someone could help me getting one more step towards my goal. Thank you in advance!
Hello! Here an issues about menu,On the main master menu, when you enter into a mashup that contains another menu, the main menu button loses focus.Is there a way to keep the focus on more than one menu into a Master?Thanks in advancePier
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.