Resource Center
CRBasicEditor Patch
Software applications, data logger operating systems, firmware, and drivers for Campbell Scientific products
CRBasicEditor Patch
v3.8.1Campbell Scientific has an option to buy the CRBasicEditor as a stand-alone product.
This patch will upgrade the stand-alone installation of the CRBasicEditor version 3.7 to 3.8. CRBasicEditor 3.7 must be installed on the computer.
Note: This will not upgrade the CRBasicEditor installed with LoggerNet or PC400.
Revision History
v3.8.1March 13, 2020
- Fixed an issue with language support on non-English Windows operating systems.
v3.8March 3, 2020
- Added the ability to use CAN .dbc file for use with new CAN-FD read and write instructions.
- Added support for CRB files and programs.
- Made it so that the parameter check for conditional parameter is not case sensitive.
- Fixed a problem with instruction search and last item in list (XOR).
- Changed the CRBasic editor to no longer try to write to HKEY_LOCAL_MACHINE hive when associating files which can require admin privileges.
- Added the ability to select a .DBC file and fill out parameters for CANRead and CANWrite on the GRANITE 10. This is similar to how the SDMCAN allows selecting of a .PCK file but it uses DBC2PCK.exe for the user.
- Added a small change to make the parsing of datalogger type on the first line more flexible.
- Optimized loading of the default template files to speed up the process.
- Fixed a bug where Compile, Save, and Send was not showing any loggers to send to with a dld extension. Now it shows a filtered list based on CRB or DLD extension.
- Fixed an MDI bug where part of MDI child form was hidden behind toolbar when the main form started maximized.
- Fixed an issue with editing an instruction with the insert edit dialog when using the insert instruction edit box. If a parameter has options, a selected option could show the comment for a previous option if the selected option does not have a comment.
- Modified the code to allow the "&" operator to be syntax highlighted.
- Fixed a problem where the instruction edit box would not show the comment for a parameter if that parameter used the rg#DefaultName? The look up for the comment needed the actual name to work.
- Modified to now allow the "File Save As" to set the correct extension. Fixed by setting the default extension.