Griffin AI Toolkit Release Notes
16.0.6 (6/4/2020)
- Fix a bug in the Matrix report view where all rows had the same header
- Fix a bug in the TableView editor view when tables are rearranaged.
- Fix a bug in right mouse click where menu selection sometimes doesn’t work
16.0.5 (2/5/2020)
- Fixed a bug in OPT component editor where it was not showing editor for a new instance
- Made the model IO dialog non-modal (can leave it open and work with other windows)
16.0.4 (1/11/2020)
- Fixed a bug in NeuralTrainer component where it was not accepting any model selection
16.0.3 (11/19/2019)
- Fixed a bug in Griffin DB where tag group name is handled in case sensitive way
- Changes to OPT customizer to dynamically display relevant columns
16.0.2 (10/28/2019)
- Fixed a bug in paste where sometimes components are highlighted as mis-configured.
- Fixed a bug in paste where sometimes the Start components sequence numbers are not in the same original sequence.
- Improved performance of paste/delete
- Removed “fail” trigger from LinearInterpolation component
- Fixed “ghost” movement boxes showing up during mult-select and dragging
- Undo the removes the “insert space” after a paste
- Genetic Trainer UI improvements
- Model test dialog improvements
- Fixed a bug in OPT block where deprecated Fixed value column values was used instead of current value.
16.0.1 (10/2/2019)
- Change default toolbox style to classic
- Fixed a bug in selecting test data when the EOF option is selected
- Fixed the Matrix component to display the row header in report
15.7.16 (9/24/19)
- Autoscale axis will not use 0 as minimum for LineChart and XYChart
- Added an option to use Time period (minutes) for LineChart history size
- Added an option to use Array variables for CurveLookup X and Y dataset
- Updated OPT block to remove initial value and have “Fixed/Initial”
- Genetic Trainer Editor fixes
15.7.15 (9/15/19)
- Increase port drag and drop region to make linking component easier
- Fix bug with first column header in Matrix runtime view getting cut off
- More meaningful data filtering messages (bad value in row)
- Fix issue where reducing number of inputs/outputs on MergeTwo, BranchTwo, or SwitchBranch would leave ghost links in GUI
- Fixed some mouse clicking, install component, and multi-select issues in GUI
- Fixed compact display bug and made it work with MovingAverage
- Fixed issue with Calculator commitChanges() passing even with a syntax error
- Tweak to linear interp in case x2 < x1
- Removed initial conditions option from optimizer – always true
- Fixed issue where missing column in training file prevented Config I/O from opening in CNN customizer
- Max hidden layer nodes limit in genetic trainer
15.7.13 (7/30/19)
- Add Compact display variables option
- DataOut element now shows tag names instead of variable names in live display variables
- Fix to clustering log messages
15.7.11 (6/27/19)
- Improve DSV block to report reasons for rejects
15.7.10 (6/23/19)
- Add logging window for testing optimizer
15.7.7 (6/16/19)
- Improvements to DSV, Compound Neural Network to generate information on the clusters
- Fix a bug where if the application is restarted, the Charts will loose their historical data for the plots.
15.7.2 (4/3/2019)
- Fix a bug in Line Charts where some of them were not holding data across restart of UI
- Performance improvement on loading and display of application logic
- Performance improvement on opening Model related components
- Fix a bug in display of tooltip on Charts
- Fix a bug in GriffinProcesses
- Fix a bug in BarChart reporting
15.7.1 (3/25/2019)
- Genetic Trainer
- Population diversity display now plotted
- Optimization of all hyperparameters now possible
- CNN functionality has been fixed
- Time limit available – optimization of learning rate allows for efficient use of model training time
- New GeneticTrainer component operates in background – does not block application execution
- View Actual vs. Predicted or DCC from the results interface
- Optimizer Component
- Advanced options tab added
- Improved functionality of “Test Optimizer” mode
- Distance Penalty and Consider Initial Conditions flags now available
- Population size and max evals can be set programmatically
- “Final Cost” now an available design variable for Optimizer blocks, as well as optimized inputs, outputs, and array of optimized inputs
- Distance penalty can be enabled/disabled on the Advanced tab. Distance Penalty column not visible unless enabled.- Add Custom Constraint and Custom Cost
- Neural Networks
- Separate test data file functionality has been removed due to implementation difficulties.
- New activation functions ReLU and SoftSign
- Configurable dropout now available for input and hidden nodes (haven’t seen much benefit from this, might be more suitable to image based tasks)
- All error measurements now in terms of mean squared error (large misses have more influence)
- Time limit available in all training setups – for CNN training time limit is PER SUBMODEL – and per output for models with multiple outputs. Use this with the Genetic Trainer to constrain model complexity/speed of retraining (from scratch).
- All training parameters are customizable for each NeuralTrainer. NeuralTrainer component now has the option to load the training parameters from the model.
- Full support for models with multiple outputs. Note that models with multiple outputs actually contain independently trained neural networks for each output, rather than having a single neural net with multiple output nodes.
- CNNs
- Variables can now be used as clustering variables without being model inputs
- Clustering much faster
- NeuralTrainer component now works for regular or compound models – the CompoundNeuralTrainer element has been removed from the UI
- CompoundNeuralTrainer elements in applications created using 14x or 15x are automatically converted to the new version of the NeuralTrainer. AverageTrainError, AverageTestError, and NumClusters design variables are incorporated into the current NeuralTrainer element.
- UI
- CompoundNeuralTrainer element removed as described above
- Steam97 element moved to the Data tab with new icon
- LinearInterpolation given new icon
- Revised Optimization icons for styling consistency using PT Sans font
- Bar Chart – Improvements to Bar chart to display a series of bars
- XY Line Chart – New component to draw XY line from an array
- Line Chart – Add ability to have multiple Y Axis, set color, point type for series
- Add an option to reset chart data
15.6.5 (3/19/2019)
- Fix a bug in Matrix where the data was not persisted across restart
15.6.4 (12/25/2018)
- Add more debug information for Modbus link
15.6.3 (11/15/2018)
- Fix a bug where Charts and Tables are not refreshed with the latest changes to the design
15.6.2 (11/12/2018)
- Fix a bug where SQLRead was handling CHAR type data as string instead of number
15.6.1 (11/7/2018)
- Fix a bug where LineChart was not handling null dataset from runtime engine
15.6.0 (11/1/2018)
- Restore the snapshot feature for application
- Refresh splashscreen and icons for components
- Separate BarChart into a separate component from LineChart
- Make double click as a open action on applications, datalinks, models and genetic trainers window.
- Add accordion palette for component toolbox in application builder. Classic toolbox style still as an option under Edit->Preferences
- LineChart and XYHistChart will now hold data in the realtime engine and make it available for UI. UI will open with the historical data from the realtime engine.
- LineChart and XYHistChart will now provide an option to fix the Axis scale.
- TableView’s “Text & Link” column type will now support variables (String and Numberic) in the text. E.g. “X = <Constants1.X> | TableView1” will display “X = 10” with a link to the TableView1
- Fix a bug in TableView where if there are empty cells, the Runtime UI will crash.
- TableView has an option to set any font for the title and table content
- Genetic Trainer will have a default priority of “Low”
15.5.4 (9/19/2018)
- Bug fixes for the CompundNeural model
- Bug fixes for the Hybrid model
- Updates to SQL blocks to display SQL data type instead of JDBC type.
- Added help files for SQL blocks
- Updated Master IO to allow open and save of multiple master IO list. Updated Optimizer, DSV and Cluster Editor to export to master IO
15.5.3 (7/23/2018)
- Update Optimizer component to add a distance penalty to the cost function for inputs moving away from the current value.
15.5.2 (7/18/2018)
- Fix an issue with Range target type in Optimizer where the cost can be very high when the range parameters overlap with min or max.
15.5.1 (7/4/2018)
- Fix an issue with CurveLookup where it was not working due to a missing library
- Update Optimizer cost function for Range target to handle cases where the range min value is equal to the output min value.
- Update Linear Interrogator component to support extrapolation
- Add a find feature in Application Live Variable view
15.5.0 (4/18/2018)
- Revert Optimizer distance penalty option
- Add variables for clustering in Compound Neural Network without using it as a model input
15.4.5 (4/8/2018)
- Update Optimizer component to add a distance penalty weight option for controllable inputs
15.4.4 (4/8/2018)
- Add support for different locale
- Fix Optimizer to ignore initial value for inputs that are fixed.
- Fix TableView to check cell value for only Numeric type column
15.4.3 (3/25/2018)
- Datalink frozen tag list will be checked such that all tags in the list has to be frozen to be in frozen state. The older version indicated frozen state even if one tag is frozen
- Fix model/genetic trainer to ignore serial version id
- Initial implementation of language support. Not all windows are fully translated yet. Translations are based on google translate.
15.4.1 (3/16/2018)
- Fix app to ignore serial version id
15.4.0 (3/3/2018)
- Sign installer with certificate
15.3.3 (1/31/2018)
- RangeClip warns by default
- HybridModel warns user about IO list
- DataSieve warns about missing model
- Fixes to GeneticTrainer
- improved display of TableView element (TableViewCustomizer.form in case NetBeans/Subversion gives you any trouble)
- CheckList modified so changes aren’t lost when clicking OK with cursor still active
- Fixed issues with the HybridModel editor, including allowing duplicate models, and the Configure I/O not updating properly unless the model has been saved since making changes.
15.3.0 (1/28/2018)
- Fix a bug in Hybrid model where when member models were retrained, the hybrid model was not getting reloaded
- New Master I/O feature that lets user to maintain a common I/O list for easy import into multiple components
- Add option to add or remove variables from LineChart at runtime
- Add option to change LineChart background
- TableView and Matrix view automatically saves column width
- Implement batch read and write for OpenSCADA OPC Link
15.2.0 (11/10/2017)
- Add Curve Lookup component
14.5.5 (10/27/2017)
- Based on the 14.x version This has the new process manager network communication
- Fixes to the Native Win32 OPC data link to support duplicate tags and use proper mask for quality status
15.1.0 (10/23/2017)
- Updates to genetic trainer
- Fixes to the native Win32 OPC data link
15.0.5 (9/20/2017)
- Update Process Manager interface to reuse socket connections.
15.0.4 (9/11/2017)
- Update to make modelling changes compatible with older version models.
- Fix LogMessage block to use carriage return and newline (DOS format)
15.0.3 (9/10/2017)
- More improvements to genetic trainer (autostop).
- Allow XYHistChart to be updated on select threads
- Make XYHistChart available in Reports
15.0.2 (9/6/2017)
- Allow Line Chart to be updated on select threads
- Make XYHistChart available as tabs in Tabbed Window
15.0.1 (8/28/2017)
- Updates to genetic trainer
- Add Gaussian function for neural network
15.0.0 (8/2/2017)
- New genetic trainer
14.5.2 (7/26/2017)
- Add option to backup report output before overwriting it
- Animate find function in application builder
14.5.1 (7/18/2017)
- Add Parametric Test component
- Add print function to application builder
14.4.12 (5/7/2017)
- Update OPC Proxy Link use bitmask 0xC0 to check for good quality
- Fix the FileOut editor layout
- Update link to detect failure and restart services and link
14.4.10 (4/14/2017)
- Fix a bug in FileOut and other components where MovingAverage returned BAD value till a refresh was done
- Add a new help button in Misc. tab in data link editor
- Update documents
14.4.9 (4/9/2017)
- Fix a bug in MovingAverage where sometimes the MovingAverage is stuck with BAD values on restart. The workaround was to do a refresh or recreate the MovingAverage block.
- PID Controller will maintain its state across save and refresh
- Update Neural Network Trainer block to log any errors during training
14.4.8 (4/4/2017)
- Fix an issue with XY plot where trend lines are not generated when there are BAD values
- Update Find Dialog to search misconfigured components
14.4.7 (3/25/2017)
- Change the tab layout in the application builder
14.4.6 (3/24/2017)
- Fix a bug in the OPC Proxy write link
14.4.4 (3/19/2017)
- Line chart allows selection of multiple variable from the dialog
- Highlight active tab in application builder
- Application builder tab doesn’t shuffle tab rows based on selection change
- Fix an issue where sometimes the comments doesn’t get painted after an edit
14.4.3 (3/17/2017)
- Add Griffin OPC Proxy service. Add a new OPC Link type to use OPC Proxy service
14.4.2 (3/2/2017)
- NativeWin32 OPC Tag browser dialog now closes the OPC connection immediately after the dialog is closed
- Fixed an issue with the OPT component editor window resize
- OPT component editor will report the errors during a paste operation
14.4.1 (3/1/2017)
- Email component will continue execution with success port if the email feature is disabled.
- Minor fix to Find Dialog
14.4.0 (2/2/2017)
- Add XY Plot for Data Visualization
- Line Chart title is searchable
- Moving Average value is reset when variable or array size changes
14.3.3 (2/2/2017)
- Find feature can search for miss-configured components
- Fixed a bug where undo function was not checking component validity
14.3.2 (1/12/2017)
- Fix a bug in FIFO Matrix where if a syntax like FIFO.ColumnName.Averages[0] is used, the right column value is not returned.
14.3.1 (1/10/2017)
- Implement a limit on the maximum number of emails an email component can send in one hour
14.3.0 (11/3/2016)
- Implemented frozen value check in data links. Data links can automatically restart or set a tag on frozen value
- Version history has an option to restore runtime data along with the application
14.2.2 (8/28/2016)
- FileOut supports String variables in row header
- Added help document for the Report component
14.2.1 (8/26/2016)
- Added Report Generator Component
- Added a separate “Save to version history” button
14.2.0 (8/9/2016)
- Added Version History feature for Griffin Applications
14.1.2 (27/6/2016)
- Added “Train” and “Test” error variables for regular trainer component
- Added “Min”, “Max” and “Max Delta” to the Link Tags Viewer window
- Fix the layout issue with some text not showing up on the main screen and Optimizer customizer window
14.1.1 (16/5/2016)
- XYHistPlot can be customized to change the point size
- Live points in XYHistPlot are rendered above the hist points
- Components can be selected and moved using keyboard arrow keys
14.0.8 (4/20/2016)
- Change the chart to JFreeChart (right context menu to change axis range)
14.0.7 (4/4/2016)
- Make SMTP info a common application property
- Add Live data trend to XY Hist Plot
- Add a new dialog to list all variable name
- Variable names are listed in case insenstive alphabetic order
- Change the component naming scheme when pasting to be default new name instead of the same name with a suffix
14.0.6
- Fix a bug where save as will disable the live view
- Update help document
14.0.5
- Disable Historian feature by default
- Fix a bug in XYHistChart where X and Y axis lines were not displayed
- DCC block will check for errors. Models are not selected by default.
- LineChart has an option to disable view
- A new variable “NumberOfColumns” is available for Matrix
- Find now searches Email block (content, subject….), FileIn & FileOut file names
14.0.4
- Fix a potential lockup of UI when closing Charts or Tables
- Move LineChart to a new lightweight Charting library (less memory consumption)
14.0.2 (1/13/2015)
- Fix a bug where some threads where not getting started properly due a race condition.
14.0.1 (12/18/2015)
- Fix a bug where Griffin GUI has to be restarted to see changes to Graph and Tuning windows
14.0.0 (11/29/2015)
- Add Historian feature.
- Add XYHistChart component
12.0.7 (7/30/2015)
- Fix an issue with find feature when RangeClip block doesn’t have any variables configured.
- Fix Chart block to highlight in red when variables used are deleted.
12.0.6 (7/29/2015)
- Fix Calculator to support modulo function
- Update SetBits block to support variables for bit value
12.0.0
- Updated for Java 1.8
11.7.1 (6/12/2015)
- Fix Chart to not plot BAD values.
- Fix Calc block to check for unknown variables in the expression.
- Fix FileOut block to allow “None” for row header
- When copying and pasting content, the original component name will be preserved. If the name is already in use, a suffix (_1) will added.
- File dialog will highlight last entered text for easy replace. Enter key will trigger find.
- Double clicking component will not cause the component selection to be lost
11.7.0 (6/6/2015)
- Add a new Steam block STM97. Deprecated the external c program based STM block.
11.6.1 (4/4/2015)
- Validate Start component thread name when pasted from clipboard
- Variable names used in Switch block will get updated when component nane is changed
- Variable names used as index in Calculator will be updated when component name is changed
- Delete key will delete selected components
- Find dialog remembers the last search keyword
- Paste will ask user if space needs to be inserted
- Added warning about integer division (truncated result)
11.6.0 (3/30/2015)
- Added String Constant component
- Added SQLDelete component
- Make SQL components capable of using String variables for server/login/password/tablename
- Start component now supports milliseconds cycle time
- Fix a bug in component rename logic where Calculator result names were not updated.
- Fix a bug where when you exit without savings the changes to gapp and reopen the gapp (without exiting all GUI), the gapp seems to have the changes saved.
11.5.9 (3/2/2015)
- Calculator result name (external variable) will be updated on component name change
- FileOut file name can have variables in it.
11.5.1 (11/23/14)
- Fix FIFOMatrix variables
11.1.2 (1/5/14)
- Add license text
- Allow TableView header to use string variables
11.1.1 (12/?/13)
- Move to Java 7 platform
10.5.4 (9/4/13)
- Add option to disable GriffinRT java wrapper. Add “disablejavawrapper=true” line to griffin/cfg/processmanager.cfg file to disable.
10.5.3 (9/2/13)
- Add 64-bit GriffinRT64.exe for 64 bit JVMs.
10.5.2 (8/27/13)
- Diff Application Tool
10.4.6 (7/22/13)
- Fixes memory leak in the runtime display
10.4.3 (6/20/13)
- Fix a bug in Email where it stops working after a refresh
- Prompt user for updating references when a component name is changed
10.4.2 (6/13/13)
- Add Java version to Version Info
- Add tooltip to edit buttons in Application Builder
- Add additional logging to Process Manager
10.4.1 (6/9/2013)
- Use GriffinRT.exe (java wrapper) for applications, links and genetic trainer. Anti-Malware programs were stopping java.exe from sending emails.
- Increase Griffn DB Service max memory limit to 500MB
- Fix a bug where Tuning Window and Matrix didn’t update when in a Tabbed Window
10.4.0 (5/25/2013)
- Added Genetic Trainer Runtime View
10.3.1 (5/13/2013)
- Fix a bug where Application Refresh was not working because of Design caching.
10.3.0 (5/5/2013)
- SendMail component can have variables in from, to and subject in addition to mail message.
- Variable selction in components like RangeClip should have the default index for Variable set to the Repeater Index they are connected to.
- Copy and Paste should automatically update the Variable references to the new component names.
- When a component is renamed, all variable references to the component should automatically update to the new name.
10.2.12(5/2/2013)
- Update OPT block to preseve settings if the model is switched to another model with same set of inputs or outputs
- Fix a bug in DataOut where multiple TagGroup was not created.
10.2.11(5/1/2013)
- Fix a bug in Native OPC where a tag with BAD quality can crash the link.
- Link Tags Window title has the link name.
- Fix the default comment for Repeater block when it is copied and pasted.
- Add Find feature to DataIn and DataOut blocks
10.2.10 (4/26/2013)
- Matrix runtime view will highlight non-default value in yellow.
10.2.8 (4/22/2013)
- Rewrite NativeOPC to optimize performance in reading and writing.
10.2.7 (4/10/2013)
- Moving average will automatically generate variables for array input
10.2.6 (4/8/2013)
- Update Bar Chart to display only current values.
10.2.5 (4/6/2013)
- Fix Tab window to display charts.
- Fix for Griffin Service Manager not stopping or starting applications.
- Fix FileOut block to format numbers in CSV file.
10.2.4 (4/3/2013)
- Add header link option for Matrix runtime view
10.2.3 (3/29/2013)
- Improve performance on the runtime link highlighting.
- Fix a bug in AVG block where the result value is not saved across refresh.
10.2.2 (3/27/2013)
- Delete tags from Griffin DB when a link is deleted
- Include TableView block in Find function
- Highlight Clip block in red when Min or Max variable is Bad
- Fix copy and paste in String Array block
- Add “Select All” button for Tunning window.
10.2.1 (3/19/2013)
- Fix increasing memory usage by the Griffin Application when Tunning screen and live data are open.
10.2.0 (3/10/2013)
- Add Sort Array block
10.1.0 (3/10/2013)
- Add Tabbed Window for organizing multiple tunning screens
- Add Link column type in Tunning window to link to other tables
- Format numbers properly in email and log messages
- Add String array that can be used in email and log messages
- Fix a bug in FileOut block where invalid values were left blank in the rows causing some shifting issue.
10.0.2 (2/27/2013)
- Fix a bug in synchronous write.
10.0.1 (2/26/2013)
- Enchanced performance
- Modbus slave hub reports the client IP address in the log
9.0.x
- Add Data Visualization
8.3.1 (8/27/2012)
- Fix a bug in Csv file reader where empty columns header causes columns to be shifted.
- Set a minimum size for the Matrix runtime window so that the “Update” button shows up.
- Fix a bug where the Optimizer block editor was loading the model twice.
- Use a new Model caching mechanisum, where the file modified time is checked to reload a model from a file.
- Change the DataIn block fatal message about failure status data to a warning.
8.3.0 (6/14/2012)
- Application startup can be delayed based on time or a tag begin a good value
- OPC Link (OpenScada version) waits for the OPC server to come up
8.2.3 (6/12/2012)
- Matrix and Table View can update Application directly
- View Link Tags will use different background colors for read and write tags
- Save as will now save the used tweaked values to the new file name
8.1.2 (5/28/2012)
- Fix a bug where unconfigured DataOut block was causing the tab to not open in the Application Builder
- Set Frame Icons to Griffin Icon
8.1.0 (5/23/2012)
- Make DataQualityCheck block support arrays.
- Make DataQualityCheck check for a valid tag name (goes red if a tag goes bad)
- Fix a bug in the Native Win32 OPC client
8.0.0 (5/10/2012)
- Trim group name in DataOut block
- Load user persisted values in to the application configuration.
- Add an additional native OPC link option.
7.8.2 (4/17/2012)
- Fix a bug in DSV purge code
7.8.1 (3/24/2012)
- Fix a bug where execution highlights was not working well if multiple threads are used.
- Fix a issue where variable updates from Tuning block and Matrix block were not refreshed immediately in the application. Previously they were updated only when the main thread completes a cycle. Now it will refresh on any thread cycle completion.
7.8.0 (3/2/2012)
- DCS Link output has a feature to do range check (trim to min max) and do ramping(limit change to a max delta).
7.7.6 (2/26/2012)
- Repeater block automatically sets the comment to the block name if it not set.
- A new toolbar icon was added for Log window.
- Log Message Block checks variable used in the message and goes red if the varible is invalid
7.7.5 (2/22/2012)
- Link output can have min, max range check (trim to min & max) and delta check (trim values to current bias +/- delta )
7.7.4 (2/21/2012)
- Link output can now be logged to a CSV file.
7.7.3 (2/12/2012)
- OPT block will now check for any inputs to be BAD. if BAD, the optimizer will not optimize and the control logic will pass through the failure port (bottom port) of the block.
- Fix a bug where OPT block was not showing up in the “Find” operation.
- WriteOut block will trim any spaces in tag group names
- Opt block will check if the model file exists and if not will turn red
- Add Export Import feature for Model I/O list
7.7.2 (1/8/2011)
- Fix Matrix Runtime Display to highlight nondefault values.
- Optimizer block will have an additional array variable that will have the optimized inputs
7.7.1 (12/22/2011)
- Genetic trainer can now explore Activation Function combinations and Hidden Nodes combinations
- Tuning table can have multiple colors for different value ranges
- Reverted a broken feature Where a Compound model can use variables only for clustering. This will be added back in the next version.
- Model editor window will check if model is saved before closing.
- Repeater block will automatically update the comment field with the block name
7.7.0 (12/4/2011)
- Fix a bug in Table View (Tuning Screen) where when there is no “Editable” columns, the bottom panel with the “Save Column Size” is hidden.
- Added a “Test Optimizer” option in the Optimizer block editor to run the optimizer intractively.
7.6.9 (11/19/2011)
- Fix a bug in Matrix and TableView block where the string mapping was disabled.
- Copy and paste will now make the start sequence number unique.
7.6.8 (11/16/2011)
- Fix a bug in Matrix where row names are getting sorted when the variables are browsed
- Fix the Data In block to replace space with underscore in variable names entered by user.
7.6.7 (11/13/2011)
- Matrix display now support comments in cell
- Allow compound model to cluster based on any variable from the training file (not just the model inputs).
- Corrected the label in Link Editor-> Manual Add Dialog from “Variable” to “Griffin Tag Name”
- Added help button in Comment editor to show some basic HTML formatting syntax
- Fixed a bug where the Log Message block was not searched during a Find operation.
7.6.6 (10/31/2011)
- Complete Documentation
- Set tooltip for Tables toolbar button in Applications Window
- Check training error to be NaN
- Check input for bad or out of range value in Model Test dialog.
7.6.5 (10/22/2011)
- Added cell comments in Table View (Tuning screen)
- Added “Inputs in Top Model” tab in the Genetic Trainer Result Viewer
- CSV files with text (e.g PI error message) for values will be automatically converted to -99999
7.6.4 (10/17/2011)
- Added Help documents
7.6.3 (10/12/2011)
- Range Check will now log warnings only if the option is selected. By default, it is turned off.
- New Standard Deviation Block will generate Std. Dev. and Mean for a variable. Every time the block is executed, the variable current value is sampled, then the standard deviation and mean is updated.
- Uses a new upgrade.exe file to update existing installation