-
Altair® Panopticon™ 2024.0 Now Available!
Altair Panopticon v. 2024.0 requires Java 17 and Apache Tomcat 10 (previous versions used Java 8 and Tomcat 9). Highlighted new features in release 2024.0: * Panopticon is now available as a Docker Compose package, including four different containers for Panopticon Visualization Server, Data Store database, Python, and R.…
-
Strategic Decision Making in Manufacturing with Digital Twins
The Challenge In the metal forming industry, simulation of processes and the resulting material behavior has become a highly valuable standard practice. The investigation of key process parameters - such as material flow, temperature range, required press tonnage, as well as resulting material characteristics including…
-
Panopticon SDK exception
I upgraded Panopticon SDK from 17.5.4 to 21.2.1. There's just a few trivial code lines to change for upgrade. When I open a dashboard I get such an exception. What are changes between these versions which could cause it? Is it possible to workaround? Uncaught exception in thread[30]AWT-EventQueue-0: Cannot invoke…
-
Altair Data Science Day
Exploring code-free and code-friendly learning & teaching The current and projected shortage of data scientists is well known: In an Altair industry survey, 75% of respondents say they already struggle to find enough data science talent, while the number of data scientist roles is projected to grow 35% from 2022 to 2032 -…
-
How do I get the initial value of a parameter in a javascript part
I can listen for parameter changes in the PostLink section of a javascript part using code like the snippet I've pasted below. But I want to find the initial value of a parameter as well (ie the value on entry to the dashboard, before it is ever changed). Is there a function I can call to retrieve this value?…
-
Altair® Panopticon™ 2023.1 now available!
Panopticon 2023.1 is now available to all licensed users, and we recommend that all customer organizations plan their upgrades now. Find all the download links for the software and documentation on the AltairOne Marketplace website Panopticon 2023.1 offers improved data management with row-level data access controls,…
-
RapidMiner Machine Learning Introduction
Are you looking to strengthen your knowledge for building correctly validated Machine Learning Models? Here is your opportunity to register for the new upcoming Instructor Led Training for the course RapidMiner Machine Learning Introduction. Please visit the Altair Learn site (https://learn.altair.com/), under Live Course…
-
Altair® Panopticon™ 2023.0 Now Available!
Panopticon 2023.0 is now available to all licensed users, and we recommend that all customer organizations plan their upgrades now. This update applies to Panopticon Real-Time and Panopticon Streams. Find all the download links for the software and documentation on the AltairOne Marketplace website Panopticon 2023.0 offers…
-
RapidMiner Machine Learning Introduction
Are you looking to strengthen your knowledge for building correctly validated Machine Learning Models? Here is your opportunity to register for the new upcoming Instructor Led Training for the course RapidMiner Machine Learning Introduction. Please visit the Altair Learn site (https://learn.altair.com/), under Live Course…
-
Live Monitoring and Analysis of Performance Testing Using Panopticon Streams and Visualizer
There are many performance tools available to test web UI's and API's. Most of these tools provide static reports. To analyze past results is a not a trivial task. Either you parse the data or you must look for plugins to review and determine the root cause of the problem. You must determine where and when the sudden peaks…
-
Altair® Panopticon™ Tutorial: Circle Packs
Circle Packs represent hierarchical data sets, showing both each level in the hierarchy and how they interact with each other. They are consequently used for identifying patterns of performance, and outliers within peer groups. They are represented by a colorful mosaic of enclosed circles based on your data. The size of a…
-
Altair® Panopticon™ Tutorial: Donut Charts
Donut Charts are a derivative of the pie chart and are used in the same manner for displaying contributions to a total. Panopticon can produce standard Donut Charts in which the donut slice represents a numeric variable that is proportional to the total size of the donut. The color variable can represent either a category…
-
Is it possible to create a dynamic changing image in Panopticon Dashboards?
I am trying to create a Dashboard with images that dynamically change based on the input filters. Is this possible?
-
Altair® Panopticon™ Tutorial: How To Join Data Sources
You can join data from two or more sources when you load it into Panopticon. This applies to streaming real-time data sources as well as static, historical datasets. Simply put, Panopticon enables you to blend data on-the-fly without using an external database. When joining data sources, you specify the type of join you…
-
Altair® Panopticon™ Tutorial: Create and Use Styles
The Style pill on the Panopticon dashboard handles background colors, border colors, font type, text colors, and other style properties for visualizations. Once you have applied your style settings to a visualization part, you can use those settings as the new default for all visualizations in the current workbook. You can…
-
Understanding the How To Python Example Workbook
Panopticon includes an example workbook that shows how to use Python for advanced data preparation and transformation, including functions like Fibonacci Fan calculations. This video explains how to use this example workbook to get the most out of Python in the context of Panopticon implementations.
-
Altair® Panopticon™ Real Time 2022.1: An Introduction
Panopticon 2022.1 is now available to all licensed users, and we recommend that all customer organizations plan their upgrades now. This update applies to Panopticon Real-Time and Panopticon Streams. Click here to access the installable files and documentation, including release notes, for this new version. Click the…
-
Connecting SQLite in Panopticon Real-Time
Panopticon connects to the SQLite database using JDBC drivers, just like many of the traditional RDBMS. This blog will provide a write-up on the one-time installation of the JDBC driver, followed by an example of making the connection to SQLite in the Panopticon Data Table interface. SQLite A brief introduction to SQLite…
-
Panopticon 2022.0 now available!
Panopticon 2022.0 is now available to all licensed users, and we recommend that all customer organizations plan their upgrades now. This update applies to Panopticon Real-Time and Panopticon Streams. Click here to access the installable files and documentation, including release notes, for this new version. Click the…
-
Altair® Panopticon™ 2022.0: An Introduction
Panopticon Real Time and Panopticon Streams 2022.0 include usability and performance improvements as well as coding enhancements. Watch this short video to learn about the major improvements in the latest release.
-
Add Panopticon Example Workbooks to your Server
Panopticon Real Time (visualization server) ships with a number of ready-made example workbooks and dashboards. These are delivered in the form of a bundle file with the file extension .EXZ called Examples.exz. A Panopticon bundle file can contain one or several workbooks, one or several folders with workbooks, and…
-
Special server parameters in Panopticon Real Time
Panopticon Real Time has a number of Special Server Parameters. They serve the purpose of giving access to information about the current server system time, the workbook you are viewing, and the current user. You can think of them a little bit like environment variables of the current user session. The special server…
-
Filters and Parameters – the differences and how to use them
Differences Between Filters and Parameters There are two principles that control the data to include and exclude, and show or hide in a Panopticon dashboard: Filters and Parameters. The reason we have both is that Panopticon Real Time is for in-memory visualization and analysis. Thanks to working in-memory, users of…
-
Get it right with streaming data sources and id columns
Id columns in streaming data sources When using a streaming data source in Panopticon Real Time, it is important to use id columns, timestamps and Real-time Limit settings correctly to achieve the right visual display of the data. In this article, we are looking at a minimal example data source, which is a message topic…
-
17 New Tutorials on Panopticon Real-Time!
Panopticon’s senior product manager Theo S. Klemming has recorded a series of new tutorial videos explaining how several important features in Panopticon Real-Time 2021.2 work. Thanks Theo! Drag Data Columns Directly to the Settings Panel Knowledgebase Article Number: KB0117488 URL:…