We are happy to announce the release of our first module vCortex, an Ignition module that adds a collection of components to the Perspective Module.
We invite everyone to test it, explore its features, and report any bugs or feedback to help us improve it.
You can download the demo module as a Public Beta here
The module will not be limited to the current number of components and will grow based on community requests.
Current Components:
• Rich Text Editor
• Color Picker
• Date Range Picker
• Time Picker
• ECharts
• Range Slider
• Odometer
• Cascader
Docs:
You can see the module document from the Designer toolbar:
Prerequisites:
• Ignition v8.1.20 Upward
• Perspective Module
After installing the module, it can be used infinitely with all its functionality for testing and development during the 2-hour Ignition Trial Mode. When the 2-hour trial mode is over, it will need to be reset.
Sorry to hear that.
As we try to write our CSS code into the usr\local\bin\ignition\data\modules\com.inductiveautomation.perspective directory and, it seems the docker doesn't get permission to do that.
We will fix soon.
Hi @nader.chinichian, I am trying to download this module from i4cortex webpage and I have already submitted my information but I am not receiving the download link on my email. Please assist.
vCortex 0.1.47 Released – Introducing the New Flow Diagram Component
We’re excited to announce the release of vCortex 0.1.47, featuring a powerful new component: Flow Diagram. This component empowers developers and engineers to create customizable, node-based flow diagrams with full editing capabilities and interactive behavior—all within Ignition Perspective.
It’s designed to streamline building complex interactive diagrams that adapt to your specific use case.
Here are just a few applications for this powerful new tool:
Material Track and Trace Genealogy
ESD (Emergency Shutdown) Diagrams
Energy Flow Visualization
Interactive P&ID Editors
Logic Diagrams (CFC/SFC)
Recipe Management Tools
Automated Workflow Designers
Business Goals and KPI Tracking
Included: Demo Project (Playground)
To make adoption easy, we’ve included a demo project (playground) alongside the module installation. This gives you hands-on examples and a complete working environment.
For more information please refer to our manual in the designer:
Here are some examples: Realtime P&ID Editor:
Draw P&ID base on predefine devices
Resizing the devices
Upload and download diagram
Search on devices on diagram
Applying Layouting Algorithms
Applying different layouting algorithms on nodes when node are generated by code(coming from database) and don't have positions. A good example is Material Genealogy Diagram which lot events comes from database.
If you check the manual on system functions, you'll find a function called system.i4cortex.gui.getViewObjects().
This function accepts any view path as its first argument and returns a list of Perspective components on that view.
You can also explore the Playground project, which is automatically installed on your gateway when the module is installed. It provides examples of how to use this function in practice.
If you don't see this example please download the latest version of module.
Hii! What is the current state on execution JavaScript code on the formatter for Echarts?
We were hoping we could create a Gantt but for some reason there is not much predefined types on time for echarts.