cialog File Operations
The cialog data folder is the name of a folder that is used to contain saved data. cialog will not create a data folder. It must be created outside of cialog. The cialog data folder is used to set the initial folder for the save, open, and export file operations.
The cialog data folder is specified with the Set Data Folder Dialog Box.
The File->Save Data menu command is used to save data. The standard system save dialog is used to acquire the specification of a file name. The initial folder displayed will be the cialog data folder. You can change folders using the dialog box, and save files at any part of the file system.
cialog data files have a .fcd (file of cialog data) suffix.
The contents of a data file are ASCII text, and can be examined with a text editor, if desired. Be careful, however, since a change in the file could cause the reloading of the data to fail. If you wish to analyze saved data with other programs, used the export command, which creates a very generic data file with a common format.
The File->Open Data menu command is used to open an existing cialog data file.
The file open mechanism is used to enter Multiple Data Set Mode. The only way to introduce a second set of data is by opening a saved data file. In other words, if you want to compare data, even from a single session, you must save some of the data in a file, so that it can be opened and graphed against captured data.
When a file is opened, the new data is added to any existing captured or opened data. If the graph is empty when a file is opened, then cialog will be in Single Data Set Mode. It will be possible to display all data which exists in the file. If the graph is not empty, then opening a file will put cialog into Multiple Data Set Mode. In that mode, the graph will show one category of data at a time, drawing the same trace from each data set. In order to stay in Single Data Set Mode when looking at a series of files, it is necessary to erase the graph between each open operation. The graph can be erased with the Graph->Erase Graph menu command.
Up to five files can be open at one time. When this limit is reached, the Open Data menu command will be disabled.
The File->Export Data menu command creates a data file describing the most recently captured data. The command will not be enabled if there is no existing data graph constructed from captured data. The exported data file format follows either the csv (comma separated value) or tab delimited format. These two popular formats are readable by programs such as Microsoft Excel, or other spreadsheet and analysis programs. The format is determined by the file suffix that you supply on the exported file name, either .csv or .txt.
The exported data file contents consist of several header lines, followed by a table of data. There is one column of data for each value captured or computed by cialog. This ranges from a minimum of one column to a maximum of nine. A column header line will precede the table, and indicates the columns which are present, and their left to right order on the line. The column headings are:
Exported Data Column Headings | |
File Form | Meaning |
Freq. MHz | Frequency of data sample |
SWR | SWR at CIA-HF |
R | Resistance at CIA-HF |
X | Reactance at CIA-HF |
Z | Impedance at CIA-HF |
SWRL | SWR at load |
RL | Resistance at load |
XL | Reactance at load |
ZL | Impedance at load |
DB | dB Loss on transmission line |
Here is an example exported file in the comma separated value format.
Example cialog Export File | |
Comment |
File Contents |
Version # |
"CIALOG Version 1.05" "Tue Apr 20 14:07:11 2004" X Resolution: X + R Slope Feed System: Test (RG-58, (8240), 53.5 Ohms, VF = 66%, 28.5 pf/ft) Length: 60.000 FT "Freq. MHz","SWR","R","X","Z","SWRL","RL","XL","ZL","DB" 12.500,2.02,41.6,31.6,52.4,2.44,22.8,-10.2,25.0,1.14 12.600,2.06,45.9,35.0,57.8,2.46,22.5,-9.1,24.3,1.15 12.700,2.13,50.8,38.9,63.9,2.53,21.7,-8.2,23.2,1.17 12.800,2.19,56.5,42.3,70.6,2.60,21.0,-7.5,22.3,1.20 12.900,2.25,63.8,45.0,78.1,2.65,20.5,-6.7,21.6,1.22 13.000,2.31,72.4,46.7,86.3,2.71,20.0,-5.9,20.9,1.24 13.100,2.37,83.0,46.8,95.3,2.77,19.5,-5.1,20.2,1.26 13.200,2.42,95.7,43.4,105.1,2.82,19.1,-4.0,19.6,1.28 13.300,2.46,108.7,35.6,114.5,2.86,18.8,-2.9,19.0,1.30 13.400,2.50,120.5,22.0,122.3,2.92,18.5,-1.7,18.5,1.32 13.500,2.52,127.4,0.0,127.3,2.97,18.1,0.1,18.2,1.34 13.600,2.53,128.1,0.0,128.1,2.99,18.0,-2.6,18.2,1.35 13.700,2.53,123.2,-17.9,124.6,2.93,18.4,-1.7,18.5,1.34 13.800,2.52,110.9,-37.0,117.0,2.92,18.4,0.3,18.4,1.34 13.900,2.50,97.3,-46.2,107.8,2.90,18.6,1.5,18.6,1.34 14.000,2.47,84.1,-50.3,98.0,2.88,18.8,2.6,18.9,1.34 14.100,2.43,72.7,-50.4,88.5,2.84,19.1,3.5,19.4,1.33 14.200,2.40,62.7,-49.0,79.7,2.82,19.3,4.6,19.8,1.33 14.300,2.36,54.4,-45.9,71.2,2.79,19.6,5.8,20.5,1.33 14.400,2.33,47.1,-42.3,63.3,2.80,19.7,7.2,21.0,1.34 14.500,2.31,41.2,-38.2,56.1,2.82,19.8,8.7,21.7,1.35 14.600,2.30,36.3,-33.9,49.7,2.86,19.8,10.4,22.4,1.36 14.700,2.29,32.8,-29.8,44.2,2.88,19.9,11.7,23.1,1.38 14.800,2.28,29.6,-25.5,39.1,2.94,19.8,13.4,23.9,1.40 14.900,2.28,26.9,-21.2,34.3,3.03,19.6,15.3,24.9,1.43 15.000,2.30,24.7,-16.8,29.8,3.13,19.5,17.4,26.1,1.47 15.100,2.33,23.0,-11.9,25.8,3.22,19.7,20.1,28.1,1.50 15.200,2.36,21.6,-6.6,22.6,3.35,19.9,23.5,30.8,1.54 15.300,2.39,20.2,0.0,20.2,3.63,20.1,29.2,35.4,1.64 15.400,2.41,18.7,0.0,18.8,4.08,16.9,26.2,31.2,1.78 15.500,2.42,17.9,0.0,17.9,4.36,15.0,22.9,27.4,1.87 15.600,2.44,18.0,0.0,18.0,4.33,14.4,19.5,24.2,1.87 15.700,2.45,18.7,0.0,18.8,4.10,14.6,16.1,21.7,1.80 15.800,2.46,20.3,3.5,20.5,3.67,16.4,16.7,23.5,1.68 15.900,2.47,21.1,9.6,23.2,3.66,17.4,20.7,27.0,1.68 16.000,2.47,22.2,14.2,26.4,3.64,18.1,22.8,29.1,1.68 16.100,2.49,23.4,18.6,29.9,3.66,18.4,24.6,30.8,1.69 16.200,2.52,24.8,22.6,33.5,3.68,18.7,25.8,31.9,1.70 16.300,2.55,26.7,27.0,38.0,3.71,19.0,27.3,33.2,1.71 16.400,2.59,29.1,31.5,42.9,3.73,19.4,28.6,34.6,1.73 16.500,2.62,32.2,36.0,48.3,3.72,19.9,29.9,35.9,1.73 16.600,2.67,35.8,40.9,54.4,3.77,20.1,31.2,37.2,1.75 16.700,2.75,40.4,46.5,61.5,3.87,20.1,33.0,38.7,1.79 16.800,2.82,46.0,52.0,69.5,3.97,20.1,34.4,39.9,1.82 16.900,2.91,53.2,57.7,78.6,4.08,20.1,35.8,41.1,1.86 17.000,3.00,62.3,63.3,88.9,4.21,19.9,37.2,42.2,1.91 17.100,3.11,73.6,68.6,100.8,4.39,19.6,38.4,43.1,1.97 17.200,3.22,88.7,72.7,114.8,4.58,19.2,39.8,44.2,2.04 17.300,3.30,108.5,72.7,130.4,4.72,19.1,41.2,45.4,2.09 17.400,3.37,132.0,64.7,147.2,4.80,19.3,42.6,46.8,2.11 17.500,3.41,150.8,51.6,159.3,4.89,19.0,42.7,46.7,2.15 17.600,3.46,177.5,0.0,177.5,5.19,20.1,48.5,52.5,2.24 17.700,3.44,178.6,0.0,178.7,5.25,17.9,43.6,47.1,2.27 17.800,3.39,167.1,-19.2,168.1,4.81,18.9,41.6,45.7,2.14 17.900,3.33,138.8,-58.4,150.6,4.67,21.3,46.0,50.7,2.10 18.000,3.24,113.1,-69.2,132.4,4.50,22.9,47.7,52.9,2.05 18.100,3.18,90.6,-71.2,115.4,4.36,24.7,49.7,55.5,2.02 18.200,3.08,74.1,-68.0,100.6,4.22,26.4,51.1,57.6,1.98 18.300,3.00,61.2,-62.9,87.8,4.10,28.3,52.9,60.0,1.95 18.400,2.93,51.4,-57.2,76.9,4.02,30.2,54.7,62.5,1.92 18.500,2.89,43.5,-51.4,67.3,3.99,32.1,57.2,65.6,1.92 18.600,2.88,36.9,-45.7,58.8,4.06,33.9,60.5,69.4,1.95 18.700,2.85,32.0,-39.9,51.1,4.08,36.3,63.9,73.5,1.96 18.800,2.82,28.3,-34.7,44.8,4.14,38.3,67.2,77.3,1.98 18.900,2.78,25.7,-29.7,39.3,4.13,40.9,70.0,81.1,1.99 19.000,2.75,23.5,-24.8,34.2,4.16,44.1,73.7,85.9,2.00 19.100,2.74,21.7,-19.9,29.5,4.21,48.1,78.3,91.9,2.02 19.200,2.75,20.0,-15.0,25.0,4.37,52.8,84.8,100.0,2.08 19.300,2.79,18.6,-9.5,20.9,4.57,61.5,94.6,112.8,2.15 19.400,2.85,17.3,0.0,17.4,4.93,103.0,121.3,159.1,2.27 19.500,2.90,15.0,0.0,15.0,6.37,69.6,127.6,145.4,2.71 19.600,2.93,14.0,0.0,14.0,7.29,48.6,117.2,126.9,2.98 19.700,2.92,14.3,0.0,14.3,7.01,39.7,102.2,109.6,2.91 19.800,2.91,15.1,0.0,15.1,6.33,35.2,88.7,95.4,2.72 19.900,2.90,16.8,0.0,16.8,5.24,34.5,76.0,83.5,2.39 20.000,2.89,17.6,7.1,18.9,5.05,46.2,88.2,99.6,2.34 20.100,2.90,18.2,11.6,21.6,5.07,51.4,93.7,106.8,2.35 20.200,2.90,19.1,15.8,24.8,5.04,56.1,97.6,112.6,2.35 20.300,2.91,20.3,20.1,28.7,5.01,61.4,101.5,118.6,2.35 20.400,2.94,21.8,24.6,33.0,5.01,67.2,105.6,125.2,2.35 20.500,2.97,23.7,29.4,37.8,5.02,73.9,110.2,132.7,2.36 20.600,3.04,26.0,34.7,43.4,5.11,81.6,116.1,141.9,2.39 20.700,3.09,29.0,40.1,49.5,5.16,89.7,120.8,150.5,2.41 20.800,3.16,32.8,46.1,56.6,5.26,99.2,126.7,160.9,2.45 20.900,3.24,37.6,52.5,64.6,5.38,109.1,132.7,171.8,2.50 21.000,3.35,43.4,59.5,73.7,5.62,118.5,140.4,183.8,2.58 21.100,3.46,51.3,66.8,84.2,5.81,129.4,147.3,196.0,2.64 21.200,3.55,61.6,74.2,96.5,6.02,140.1,154.2,208.3,2.71 21.300,3.64,76.6,81.3,111.8,6.19,156.1,160.4,223.9,2.77 21.400,3.73,96.4,86.5,129.5,6.41,172.3,167.1,240.1,2.84 21.500,3.84,122.9,87.5,150.9,6.73,191.0,175.9,259.7,2.94 21.600,3.91,161.6,70.9,176.6,6.84,235.1,172.9,291.8,2.98 21.700,3.93,200.8,0.0,200.9,7.13,359.5,93.2,371.4,3.07 21.800,3.92,213.8,0.0,213.8,8.15,276.0,208.2,345.8,3.36 21.900,3.85,208.7,0.0,208.9,7.76,176.3,200.7,267.2,3.26 22.000,3.81,188.3,-20.3,189.2,6.46,153.3,166.6,226.4,2.89 22.100,3.71,144.6,-73.2,162.1,6.12,234.3,145.9,276.0,2.79 22.200,3.60,110.8,-82.0,137.8,5.83,264.8,111.9,287.5,2.71 22.300,3.50,86.1,-79.9,117.4,5.58,280.3,74.4,290.1,2.64 22.400,3.38,68.4,-73.6,100.4,5.33,283.2,34.9,285.4,2.56 |
Date of creation | |
Resolution mode | |
Feed System | |
Column headers | |
Data, until end | |
.
Last update:
Wednesday, April 21, 2004 09:27:29 AM
Back to the cialog Home Page