Suggest features, upvote favorites, and use the user story format: > As a [role], I want to [action], so that [benefit]. Help us build what you need - post your idea now!
On behalf of DEL/ Manufacturing expert,As a user, I want InField to automatically sign out the previous user when a new sign in is attempted, this functionality will help save time and prevent multiple users from using one account.
On behalf of Celanese InField super users:When building a template in InField, I would like the ability to create a line item that does not require a state (Ok, Not Ok, etc...). In most checklists, there is usually line items for reference or to supplement any findings. Most commonly, these can be open dialogue boxes requesting additional comments or to provide information on any generated notifications/work orders. However, these items are not required to be filled in order to complete the checklist and should not count towards the overall completion progress. Currently, these items are still added to the checklists but require users to mark as “N/A” when not needed in order to consider the checklist as complete and submit for approval.
As a user I want to be able to filter workorders by discipline so that I am easily able to identify workorders which are related to one specific type of work. As a user I would like to search work orders based on specific values in the SAP data (e.g. Task list usage = SCE) to get exact the list I am looking for.
We should be able to run queries in Cognite remote to visualize:Risk Visualization: Higlight all safety critical equipment that are out of service in a 3D model and color code it Identify all work orders on a 3D model highlighted by Equipment or Location Thank you
CDF should have the notification feature (e.g. email) that could trigger based on an event (e.g. new work order, changes to item, etc)Able to configure to received notification that the work order is assigned to assign user or user group.
On behalf of Celanese, I would like to suggest an enhancement to the error messages provided in the transformations editor/runner.Currently, when errors occur, the messages are somewhat vague and do not specify which node or edge caused the issue. Having more detailed error messages, similar to those in the JavaScript SDK, would be extremely helpful. This would allow us to identify and resolve issues more efficiently and maintain the health of our data. Thank you for considering this improvement. It would greatly enhance the user experience.Best regards,Saulo Dias
Digital Transformation Team of Cairn suggested following capabilities into Cognite charts.Extend the concept of folder to store charts created by different teams. e.g.: Teams can chose where to store their chart. Add capability to Industrial Canvas to import a folder containing charts.
Hi, I’m wondering if i could make AI search answer more correctly.My understanding of AI search is first LLM changes questions in a search bar into graphQL and then returns the corresponding data as an answer.We need to tune questions so that we can draw the answer we are looking for and is there any example of use of RAG to tune questions more friendly to your own knowledge graph?I don't know technical detail but in my image, designing to sandwich LLM between RAG and graphQL might help improve accuracy.
Global companies might face the challenge of having global data used by different countries, regions and languages, in ERP and other source systems. Such data exist in form of shared ‘catalogs’, ‘master data’ or ‘configurations’. This data is often setup and maintained in source systems, with different languages to support users in multiple regions. This data then became attributes or metadata in Cognite objects.Example given - Current situation:This 'catalog' data (metadata) is extracted from source system in one single language - English - only, since CDF can't store it in multiple languages.Then these metadata - field names and field values - are displayed in CDF with the only one language available - English -.*Notice Metadata fields names and metadata field values don't change, despite user changing CDF language settings. Proposed solution (request):Have a way to store metadata fields names and metadata field values, coming in different languages from source systems, with language indicators such as EN (English), SP (Spanish) or DE (Deutsch) in CDF. Then display the metadata field names and metadata field values in CDF UI, based on the user language settings.
Create a new Tab on CDF home page (in the same line as Home, Data Explorer, Canvas, Charts) called Process Explorer (or any other suitable name). This should give the users the ability to build process graphics for manufacturing plants. Standard palette for common unit operations (Columns, vessels, valves, controllers, pumps, heat exchangers etc.) Ability to embed timeseries associated with Unit Ops in the graphics. Contextualization of Files, Assets, 3D, 360 etc., with Unit Ops on the graphics. Ability to spinoff ad-hoc charts by selecting timeseries tags from the built graphics. Ability to save and share these charts. Ability to add ad-hoc calculations on the graphics. Ability to navigate from one graphic to another. Dynamic color coding of Unit Ops based on conditions. (Example: - Pump ON = Green, Pump Off = Grey) Ability to group graphics (based on which processing plant it belongs to.) Ability to share graphics. Ability to lock graphics for editing per credentials.
Hi. In our data models, we typically have a few attributes that contain only a sinlge float. Say, the “installedCapacity” of a power plant. It would be useful to have this float be a “float with unit” type - preferably connected to the unit catalog for simple conversion.I assume that right now we’ll have to define the “float with unit” as our own custom type, but would be a good idea to have this value type come as a standard type?
Checking the online documentation for PI and PI-AF extractors, you will only find a single version of PI-AF-SDK which is supported by them: PI AF Client 2018 SP3 Patch 3. But it wont say which versions of PI Data Archive and PI-AF the extractors are compatible with. It would be great if the docs could mention the range of versions of those two components that are supported.
On behalf of Celanese InField super users:When executing a checklist in offline mode on a mobile device; it has been discovered that there is a risk of losing data due to accidentally refreshing the screen. Due to the design of the UI of InField 2.0, it is common to frequently scroll through a checklist when completing. Most users do this rather quickly without giving it much thought. However, when scrolling back to the top of a checklist, a user could be at risk of accidentally refreshing the screen whenever they reach the boundary limit (very top item) of a checklist. This is due to how the touch interface works on the mobile devices. To refresh the browser, the user needs to only press and drag their finger down on the screen window to initiate a refresh. This is a common movement when scrolling through checklists and could be inadvertently initiated. Would it be possible to include visual indicators or engineers controls that could limit the possibility of this issue occurring? Perhaps something that lets the user know they have made it to the top of the checklist and prevent them from further scrolling and initiating a reset? We will also explore if this is something that could be controlled within the device settings themselves.
There are cases on the checklist tasks execution that technicians and operators need to select more than one option from the Check Items buttons created. For example, we could have multitple reasons for a task be ‘Not Ok’. But currently, the users can only select one button from the Check Items created. Check the example below: All the options are ‘Not Ok’ and in this example, it could be one or the 4 options. We may consider use a ‘Message’ field, but it’s not the ideal because users can insert anything on the Reply field.
Hello, That would be nice to be able to use the asset external IDs (instead of the assetId field) in transformations, to link events (or timeseries, sequences) to existing assets.
I see cognite SAP extractor doesn’t accept multiple keys for sap_key parameter.I have a requirement to ingest many tables , where i need to give multiple keys in the SAP_key parameter.Would be great if this feature will be added in the next version of SAP extractor.
Currently, the Power BI data connector contains a function to return timeseries aggregations and this function takes a source, start and end dates, and a granularity. It then returns 13 columns of data. My report only uses 3 of those columns: timestamp, timeseriesId, and Average. With 3.4 million rows, this is a huge amount of wasted bandwidth and storage. It also adversely affects the report performance to a small degree.One possible solution to this would be to add a parameter to TimeseriesAggregate() to indicate which columns of data should be returned. Not transmitting the data would save network bandwidth, reduce the size of the report, reduce the time required to load data, and improve the end-user experience.
Do you have in the product roadmap to integrate one canvas to another. Such that you can have several canvas at various granular levels ( System view, asset view, platform) and all of them could be connected so that its easy and intuitive for a usecase.
Missing features for granting or excluding access to certain spaces based on a regex pattern. Permissions for data model and data model instances should be divided into read, write, create, edit delete, and update actions by scope.
Imagine the Reporting Site and the Reporting Unit entities, 1 reporting site has N reporting units.Currently, If I am in the Reporting Site entity, there is no way to filter reporting sites based on a reporting unit condition using graphql. Like: Give me reporting sites that have reporting units with the name "CLKVAM" to solve that , we need to go to the reporting unit level and query using a reverse edgewhich makes data modeling and querying more complex ... sometimes we even need to do some transformations to remove duplicated data
We really need to get SAP Extractor going: Product Open item Category Ticket # Status Link SAP extractor Support for OData v4 Product idea 3288 Gathering interest cognite-sap-extractor-support-for-odata-v4-0-endpoints-3288 SAP extractor Performance concerns with larger SAP tables SAP extractor Attachments support Product idea 2528 Planned For Development cognite-sap-extractor-attachment-2528 SAP extractor SAP extractor with "nested/dependent" entity queries Product idea 2753 Planned For Development sap-extractor-with-nested-dependent-entity-queries-2753 SAP extractor Cognite SAP extractor: Intgerate with T-codes Product idea 2532 Closed cognite-sap-extractor-intgerate-with-t-codes-2532 SAP extractor Cognite SAP extractor: Splitting large data ranges inputs Product idea 2529 Planned For Development cognite-sap-extractor-splitting-large-data-ranges-inputs-2529 SAP extractor Cognite SAP extractor doesn't accept multiple keys Product idea 2205 Gathering interest cognite-sap-extractor-doesn-t-accept-multiple-keys-2205 SAP extractor DB extractor Generating dynamic keys (e.g. while ingesting CSV/XLS files to RAW which doesn’t have a uniqueidentifier) Product idea 2792 Gathering interest new-feature-for-sap-db-extarctor-2792
Enter your E-mail address. We'll send you an e-mail with instructions to reset your password.