Importing Short Cut Code Into Crbasic Editor - Campbell EE181 Instruction Manual

Temperature and relative humidity probe
Hide thumbs Also See for EE181:
Table of Contents

Advertisement

Appendix A. Importing Short Cut Code
Into CRBasic Editor
NOTE
This tutorial shows:
How to import a Short Cut program into a program editor for
additional refinement
How to import a wiring diagram from Short Cut into the comments of
a custom program
Short Cut creates files, which can be imported into CRBasic Editor. Assuming
defaults were used when Short Cut was installed, these files reside in the
C:\campbellsci\SCWin folder:
.DEF (wiring and memory usage information)
.CR2 (CR200(X)-series datalogger code)
.CR300 (CR300-series datalogger code)
.CR6 (CR6-series datalogger code)
.CR8 (CR800-series datalogger code)
.CR1 (CR1000 datalogger code)
.CR3 (CR3000 datalogger code)
.CR5 (CR5000 datalogger code)
.CR9 (CR9000(X) datalogger code)
Use the following procedure to import Short Cut code and wiring diagram into
CRBasic Editor.
1.
Create the Short Cut program following the procedure in Section 4,
. Finish the program and exit Short Cut. Make note of the
QuickStart
(p. 2)
file name used when saving the Short Cut program.
2.
Open CRBasic Editor.
3.
Click File | Open. Assuming the default paths were used when Short Cut
was installed, navigate to C:\CampbellSci\SCWin folder. The file of
interest has the .CR2, .CR300, .CR6, .CR8, .CR1, .CR3, .CR5, or .CR9
extension. Select the file and click Open.
4.
Immediately save the file in a folder different from
C:\Campbellsci\SCWin, or save the file with a different file name.
Once the file is edited with CRBasic Editor, Short Cut can no
longer be used to edit the datalogger program. Change the name
of the program file or move it, or Short Cut may overwrite it next
time it is used.
5.
The program can now be edited, saved, and sent to the datalogger.
6.
Import wiring information to the program by opening the associated .DEF
file. Copy and paste the section beginning with heading "-Wiring for
CRXXX–" into the CRBasic program, usually at the head of the file. After
pasting, edit the information such that an apostrophe (') begins each line.
This character instructs the datalogger compiler to ignore the line when
compiling.
A-1

Hide quick links:

Advertisement

Table of Contents
loading

Table of Contents