Recently active
I would like to center align the tabset. I have also attached the image for reference. Note: I inspected and added the below CSS it worked. But if I try writing in custom CSS then it didn't work. So I need the CSS to be added. justify-content: center;
Hello Everyone; I have been try to use Docker to install Thingworx Postgresql.After/build.sh postgreswhich completes successfully,sudo docker-compose -f docker-compose-postgres.yml up -dgives this errors sudo docker-compose -f docker-compose-postgres.yml up -d 1 ↵ Pulling security-cli (thingworx/security-tool:latest)... ERROR: The image for the service you're trying to recreate has been removed. If you continue, volume data could be lost. Consider backing up your data before continuing. Continue with the new image? [yN]n ERROR: pull access denied for thingworx/security-tool, repository does not exist or may require 'docker login': denied: requested access to the resource is denied ╭─mcb@dev-pc ~/Documents/BrandIT/TwxDocker ╰─$ sudo docker-compose -f docker-compose-postgres.yml up -d 1 ↵ Pulling security-cli (thingworx/security-tool:latest)... ERROR: Get "https://registry-1.docker.io/v2/": dial tcp: lookup registry-1.docker.io: Temporary failure in name resolution ╭─m
I would like to reduce the width of the scroll bar in the collection widget. Also attached the screenshot for reference.
partResult = Things["SmartParts.DataBaseSystem-TH"].GetWhereUsedImmediateParent({COMPONENT_ITEMNUMBER: PartNumber /* STRING */}); let sum = Resources["InfoTableFunctions"].CreateInfoTable();logger.debug("GetWhereUsedImmediateParent: sum IT length is "+sum.length);//sum.AddField({name: "Sum", baseType: "NUMBER"});let params = {t: partResult /* INFOTABLE */,columns: "_12_Month_FORECASTED_USAGE" /* STRING */,aggregates: "SUM" /* STRING */};result = Resources["InfoTableFunctions"].Aggregate(params);
Hi, Actually the accordion with bootstrap 3.4.1 is working fine. Also attached the code (Bootstrap3.4.1_Working.txt) . Expected:The requirement is to click on the plus or minus to function accordingly. So we added the bootstrap 5.0.2 (link), but it didn't work. Also attached the code. Code:Below is the code which is working with Bootstrap 3.4.1:var html = '<html>';try {html += '<head>';html += '<link rel="stylesheet" href="https://maxcdn.bootstrapcdn.com/bootstrap/3.4.1/css/bootstrap.min.css">';html += '<style>html {margin-left: calc(100vw - 100%);margin-right: 0; } .container{width:100%;margin:0 auto;padding:0 1.5rem;}.accordian-item{background-color:#ffffff; border-radius:.4rem; padding:1rem; margin-bottom:0rem; padding:0rem;}.accordian-link{background-color:#ffffff; text-decoration:none;width:100%;display:block;align-items:center;}.accordian-link i{color:#e7d5ff;}.answer{max-height:0;overflow:hidden;position:relative;background-color:#D8D
I am migrating streams to postgres and I have some columns which contain infinity values. I changed the schema in postgres to double precision, which does allow inifinity values. However, I get the error "JSON does not allow non-finite numbers." when I try to move my stream into here and it has an infinity value. How do I migrate a stream with inifinity for some values into postgres?
Hello, community, How can I get a media name in a script? The aim is to get the descriptions of images from dynamic media. Meaning not just from one image but from different images. I have the code below, is there are snippets that I can use to achieve this? // description: STRINGvar mediaName = (a snippet required)let description = MediaEntities["RampConveyor"].GetDescription();let result = description; your suggestions will really help thank you. Jay_nisa
Hi all, I'm getting this error when I am importing Gantt chart widget extension - ERROR [widget] "CustomCSS" widget type is missing required member widgetProperties() I'm attaching the widget zip file for reference. Any help would be much appreciated.
Hi, Currently the permissions are global to the whole Thingworx platform. It's fine for most of the entities , but Project should be an exception I think. The project is not a namespace, but it should be the boundary of the permissions, that would be a better balance between the isolation and sharing. Regards, Sean
Hi, Can anyone explain how can I check the version of the C SDK and CMake that I am using?
Need X out of Y coding model to raise custom alarm in Thing Worx. The values should be continuously recorded and need to raise a custom alarm if X out of the Y values breach the given limit. Example: X:3 & Y:5 and Values:[4,5,5,4,2], lets consider the limit to be 4 and type is greater or equal. So we can see that 4 values here are out of safe range, so need to raise a custom alarm. Ideally its little more complex than this, to consider all the parameters and condition. Has anyone ever developed something like this? if so please share your modelling technique.
ThingWorx Dev Portal users, As you may have heard in prior communication, the ThingWorx Dev Portal Developer Portal | Developer Portal : ThingWorx is being retired. All ThingWorx Dev Portal content will remain accessible until September 28, 2022. Your favorite and the most useful ThingWorx Dev Portal content will be copied into the PTC Community in our IoT Tips board. The Community Team is in the process of making changes to all our “Community Tips” boards. Subscribe and watch for an official announcement on our Community Announcements board about the change. The Community Tips Board changes go into effect on September 1st. You can preview the ThingWorx Developer Portal content being migrated here. Please let us know if you have any questions.
When I press enter after thingworxPostgresqlDBSetup command prompt, it says password not supplied. What is wrong there?
Hello, i am trying to connect ABB FLowx flow computer to Kepware OPC server- KEPServerEX V6. Added it as OMNIFlow computer to KEPWARE OPC server with tags but with no success in collecting data from tags.. Can i get some info what to do or tutorial on this topic?
edit: I realized this indicates a tag is R/W, editable. I'd imported a .csv file and I'd mistyped the addresses and the tag icons had a red exclamation mark on them.I saw the error and corrected it but now the tag icons have a pencil symbol on them.What does this indicate?Thanks!
i'm trying to creating widget on line chart using polymer & sdk web component utility. while doing that, i have imported required links into file.after importing and using the component, getting error "moment.js is required before ptcs-datepicker import"To resolve this issue, i have installed moment js via npm. still it is showing same errorcan anyone help me on this ??
Built an Custom widget, based on the Polymer JavaScript , when Extension ran through the Web Application, the chart looks like below Image: After importing the Custom-widget.zip file in to the Thingworx and when tried to show it on a Mashup, no chart appears And when viewed, following error is seen in the web console: ThanksRajkumar
Hello community, May I know where can I learn how to compile the C SDK program which include using ThingWorx library in the linux aarch64 processor? Because I already have C SDK program and I cannot compile the program successfully in linux aarch64. I want to know what are the requirements to be able to compile the C SDK program successfully in aarch64. For example, what src folder, build folder, platform folder, make file and packages do I need to install in the new aarch64 processor? Thank you.
Hello community, I define "data0" as number of remote property in Thingworx. In C SDK, I try to get the value in "data0" using tempPrimitive->val.number. However, there is segmentation fault in the command of "tempPrimitive->val.number" twPrimitive *tempPrimitive = 0; twApi_ReadProperty(TW_THING, thingName, "data0", &tempPrimitive, 1000, FALSE); printf("%lf",tempPrimitive->val.number); May I know how to solve the segementation fault issue? Is it related to binary file and library mismatched? If yes, may I know how can I solve mismatched issue? Thank you.
Hello everyone, I need help on the following issue: we have tablets that are supposed to scan barcodes via the camera. 1st question would be: is there a capability within ThingWorx to use the camera to scan barcodes? And if so, how could we get it and how can we use the scanned data within a ThingWorx application. 2nd question: If the scanning functionality within ThingWorx is not supported, could we integrate 3rd party websites that enable scanning (e.g. https://websdk.scandit.com/) into ThingWorx? If so, how can we use the scanned data within a ThingWorx application? Has someone been able to achieve this? First steps on how to approach this would also be incredibly helpful. Thank you!
Hello, community, I want to bind data to my line chart to display time series data. For this, I wrote a custom service on a helper thing. This service takes in as input a thing name and then outputs the "QueryNamedPropertyHistory" service. I made use of a value stream. However, can this also be achieved using data tables? Or will I face some performance issues? Or should I rather make use of a data table for this? Although there might be some performance issues? ThanksJay_Nisa
I am trying to extract the data from big string (ASCII) 40 char long into 10 wordfollowing code does not work.I am trying to test service in Thing Template var rawString = me.vbsMachineRawData;var rawHexWord = [];var j = 0;for (var i = 0; 40 ; 4) {rawHexWord[j] = rawString.substring(i, (i + 4));j = j + 2;}error executing service
Hi all, I'm following this tutorial - Java SDK Tutorial | Developer Portal : ThingWorxbut getting below error while downloading thingworx Java SDK.<Error><Code>NoSuchBucket</Code><Message>The specified bucket does not exist</Message><BucketName>tpg-twxdevzone</BucketName><RequestId>SSTBK364CJJCZCSR</RequestId><HostId>YkVjqZvjehQ6m4eHqFxpXagAmCK1dqoSaA4FAJWZZRT/HGcvAiX4TcSe74XK6mHhn0E0EwVTcdw=</HostId></Error>
Hi, CustomsCSS Code in the Article - CS332229 is not working in v9.3#root_label-1 > .label-text.textsize-normal{ animation: blinkAnime 1s infinite alternate; } @keyframes blinkAnime { 0%{ color: #000000 } 100%{ color: #ffffff } } Thanks in advance ,Rushikesh K
Hello everyone, I am trying to make use of the QueryNamedPropertyHistory service. I need to pass the property names. This is what I have: let result = me.QueryNamedPropertyHistory({oldestFirst: undefined /* BOOLEAN */,maxItems: undefined /* NUMBER {"defaultValue":500} */,endDate: undefined /* DATETIME */,propertyNames: {"myDataShape": "prop1, prop2, prop3"}/* STRING /* INFOTABLE {"dataShape":"EntityList"} */,query: undefined /* QUERY */,startDate: undefined /* DATETIME */}); However, I get the following error: Unable To Convert From org.json.JSONObject to INFOTABLE - See Script Error Log for more details. My take is that I am passing the property names incorrectly. Do you perhaps have any suggestions for me? Much appreciated. Thank you 🙂
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.