home *** CD-ROM | disk | FTP | other *** search
/ PC World Komputer 1996 May / PCW596.iso / demo / janbit / cvitour / disk1 / dbase.msc / DBASE.ARR next >
Text File  |  1995-11-28  |  11KB  |  1,432 lines

  1. 50228
  2. 3.21
  3. -1 
  4.  1 
  5.  15 
  6.  27 
  7.  0 
  8.  7039 
  9.  640 
  10.  480 
  11.  15 
  12.  15 
  13.  0 
  14.  4890 
  15.  3690 
  16.  5685 
  17.  2190 
  18.  0 
  19.  0 
  20.  0 
  21.  0 
  22. BEGIN_TEXT
  23. With the LabWindows/CVI SQL Toolkit, you can communicate with more than 30 different database formats directly from LabWindows/CVI.  Many LabWindows/CVI users developing automated test systems are using the SQL Toolkit to store their results in a database for post processing and further analysis.
  24.  
  25. Click on the arrow button to continue.
  26. !
  27. BEGIN_TEXT
  28.  
  29. !
  30. Database Communication
  31.  0 
  32.  0 
  33.  0 
  34.  0 
  35.  255 
  36.  255 
  37.  255 
  38.  255 
  39.  0 
  40.  0 
  41.  0 
  42.  0 
  43.  0 
  44.  0 
  45.  255 
  46.  255 
  47.  255 
  48.  0 
  49.  
  50.  5 
  51.  
  52.  
  53.  0 
  54.  0 
  55.  
  56.  0 
  57.  0 
  58.  0 
  59.  0 
  60.  0 
  61.  0 
  62.  0 
  63.  0 
  64.  0 
  65.  0 
  66.  0 
  67.  
  68.  0 
  69.  0 
  70.  0 
  71.  0 
  72.  8 
  73.  8 
  74.  
  75. ~~
  76. ~~
  77. -1 
  78.  0 
  79.  0 
  80.  0 
  81.  0 
  82.  3 
  83.  3 
  84. -1 
  85.  3 
  86.  0 
  87.  0 
  88. DBASE.AVI
  89.  0 
  90.  
  91.  1 
  92.  4935 
  93.  3630 
  94.  5685 
  95.  2190 
  96.  0 
  97.  0 
  98.  0 
  99.  0 
  100. BEGIN_TEXT
  101. This example program illustrates common database operations from LabWindows/CVI.  With the SQL Toolkit, you can store data to a database, fetch data from a database, and perform SQL queries to search through your data.  This example uses simulated weather data for one year.
  102.  
  103. Click on the arrow button to continue.
  104. !
  105. BEGIN_TEXT
  106.  
  107. !
  108. Database Communication
  109.  0 
  110.  0 
  111.  0 
  112.  0 
  113.  255 
  114.  255 
  115.  255 
  116.  255 
  117.  0 
  118.  0 
  119.  0 
  120.  0 
  121.  0 
  122.  0 
  123.  255 
  124.  255 
  125.  255 
  126.  0 
  127.  
  128.  5 
  129.  
  130.  
  131.  0 
  132.  0 
  133.  
  134.  0 
  135.  0 
  136.  0 
  137.  0 
  138.  0 
  139.  0 
  140.  0 
  141.  0 
  142.  0 
  143.  0 
  144.  0 
  145.  
  146.  0 
  147.  0 
  148.  0 
  149.  0 
  150.  8 
  151.  8 
  152.  
  153. ~~
  154. ~~
  155. -1 
  156.  0 
  157.  0 
  158.  0 
  159.  0 
  160.  3 
  161.  3 
  162. -1 
  163.  3 
  164.  0 
  165.  0 
  166. DBASE.AVI
  167.  0 
  168.  
  169.  2 
  170.  1920 
  171.  2685 
  172.  3900 
  173.  1425 
  174.  0 
  175.  0 
  176.  0 
  177.  0 
  178. BEGIN_TEXT
  179. Click on the Generate Data button to build a database of simulated weather data.
  180. !
  181. BEGIN_TEXT
  182.  
  183. !
  184. Database Communication
  185.  0 
  186.  0 
  187.  0 
  188.  0 
  189.  255 
  190.  255 
  191.  255 
  192.  255 
  193.  0 
  194.  0 
  195.  0 
  196.  0 
  197.  0 
  198.  0 
  199.  255 
  200.  255 
  201.  255 
  202.  0 
  203.  
  204.  5 
  205.  
  206.  
  207.  0 
  208.  0 
  209.  
  210.  0 
  211.  0 
  212.  0 
  213.  0 
  214.  0 
  215.  0 
  216.  0 
  217.  0 
  218.  0 
  219.  0 
  220.  0 
  221.  
  222.  0 
  223.  0 
  224.  0 
  225.  0 
  226.  8 
  227.  8 
  228.  
  229. ~~
  230. ~~
  231.  0 
  232.  0 
  233.  0 
  234.  0 
  235.  0 
  236.  3 
  237.  3 
  238.  0 
  239.  3 
  240.  0 
  241. -1 
  242. DBASE.AVI
  243.  0 
  244.  
  245.  4 
  246.  5100 
  247.  3180 
  248.  6180 
  249.  2025 
  250.  0 
  251.  0 
  252.  0 
  253.  0 
  254. BEGIN_TEXT
  255. You can see the type of data generated on this screen.  The program generates random data for temperature, sunshine, precipitation, and wind speed for each day over the period of one year.  These statistics are stored in a database as they are generated.
  256.  
  257. Click on the Return button to continue.
  258. !
  259. BEGIN_TEXT
  260.  
  261. !
  262. Database Communication
  263.  0 
  264.  0 
  265.  0 
  266.  0 
  267.  255 
  268.  255 
  269.  255 
  270.  255 
  271.  0 
  272.  0 
  273.  0 
  274.  0 
  275.  0 
  276.  0 
  277.  255 
  278.  255 
  279.  255 
  280.  0 
  281.  
  282.  5 
  283.  
  284.  
  285.  0 
  286.  0 
  287.  
  288.  0 
  289.  0 
  290.  0 
  291.  0 
  292.  0 
  293.  0 
  294.  0 
  295.  0 
  296.  0 
  297.  0 
  298.  0 
  299.  
  300.  0 
  301.  0 
  302.  0 
  303.  0 
  304.  8 
  305.  8 
  306.  
  307. ~~
  308. ~~
  309.  0 
  310.  0 
  311.  0 
  312.  0 
  313.  0 
  314.  3 
  315.  3 
  316.  0 
  317.  3 
  318.  0 
  319. -1 
  320. DBASE.AVI
  321.  0 
  322.  
  323.  6 
  324.  3105 
  325.  2415 
  326.  3225 
  327.  1470 
  328.  0 
  329.  0 
  330.  0 
  331.  0 
  332. BEGIN_TEXT
  333. Click on the Graphical Analysis of Data button to continue.
  334. !
  335. BEGIN_TEXT
  336.  
  337. !
  338. Database Communication
  339.  0 
  340.  0 
  341.  0 
  342.  0 
  343.  255 
  344.  255 
  345.  255 
  346.  255 
  347.  0 
  348.  0 
  349.  0 
  350.  0 
  351.  0 
  352.  0 
  353.  255 
  354.  255 
  355.  255 
  356.  0 
  357.  
  358.  5 
  359.  
  360.  
  361.  0 
  362.  0 
  363.  
  364.  0 
  365.  0 
  366.  0 
  367.  0 
  368.  0 
  369.  0 
  370.  0 
  371.  0 
  372.  0 
  373.  0 
  374.  0 
  375.  
  376.  0 
  377.  0 
  378.  0 
  379.  0 
  380.  8 
  381.  8 
  382.  
  383. ~~
  384. ~~
  385.  0 
  386.  0 
  387.  0 
  388.  0 
  389.  0 
  390.  3 
  391.  3 
  392.  0 
  393.  3 
  394.  0 
  395. -1 
  396. DBASE.AVI
  397.  0 
  398.  
  399.  8 
  400.  5025 
  401.  4635 
  402.  4500 
  403.  2085 
  404.  0 
  405.  0 
  406.  0 
  407.  0 
  408. BEGIN_TEXT
  409. From this screen, you can plot any of the data in the database.  
  410.  
  411. Click on the Plot button to display the rain and snow data for the year.
  412. !
  413. BEGIN_TEXT
  414.  
  415. !
  416. Database Communication
  417.  0 
  418.  0 
  419.  0 
  420.  0 
  421.  255 
  422.  255 
  423.  255 
  424.  255 
  425.  0 
  426.  0 
  427.  0 
  428.  0 
  429.  0 
  430.  0 
  431.  255 
  432.  255 
  433.  255 
  434.  0 
  435.  
  436.  5 
  437.  
  438.  
  439.  0 
  440.  0 
  441.  
  442.  0 
  443.  0 
  444.  0 
  445.  0 
  446.  0 
  447.  0 
  448.  0 
  449.  0 
  450.  0 
  451.  0 
  452.  0 
  453.  
  454.  0 
  455.  0 
  456.  0 
  457.  0 
  458.  8 
  459.  8 
  460.  
  461. ~~
  462. ~~
  463.  0 
  464.  0 
  465.  0 
  466.  0 
  467.  0 
  468.  3 
  469.  3 
  470.  0 
  471.  3 
  472.  0 
  473. -1 
  474. DBASE.AVI
  475.  0 
  476.  
  477.  10 
  478.  930 
  479.  3450 
  480.  4530 
  481.  1710 
  482.  0 
  483.  0 
  484.  0 
  485.  0 
  486. BEGIN_TEXT
  487. As you can see, snowfall is displayed in red and rainfall in green.
  488.  
  489. Click on the arrow button to continue.
  490. !
  491. BEGIN_TEXT
  492.  
  493. !
  494. Database Communication
  495.  0 
  496.  0 
  497.  0 
  498.  0 
  499.  255 
  500.  255 
  501.  255 
  502.  255 
  503.  0 
  504.  0 
  505.  0 
  506.  0 
  507.  0 
  508.  0 
  509.  255 
  510.  255 
  511.  255 
  512.  0 
  513.  
  514.  5 
  515.  
  516.  
  517.  0 
  518.  0 
  519.  
  520.  0 
  521.  0 
  522.  0 
  523.  0 
  524.  0 
  525.  0 
  526.  0 
  527.  0 
  528.  0 
  529.  0 
  530.  0 
  531.  
  532.  0 
  533.  0 
  534.  0 
  535.  0 
  536.  8 
  537.  8 
  538.  
  539. ~~
  540. ~~
  541. -1 
  542.  0 
  543.  0 
  544.  0 
  545.  0 
  546.  3 
  547.  3 
  548. -1 
  549.  3 
  550.  0 
  551.  0 
  552. DBASE.AVI
  553.  0 
  554.  
  555.  11 
  556.  4590 
  557.  3645 
  558.  5550 
  559.  2550 
  560.  0 
  561.  0 
  562.  0 
  563.  0 
  564. BEGIN_TEXT
  565. You can also build custom queries for your data using the SQL Toolkit.  From this screen you can specify which fields you would like to display, the time period over which you would like to search, and specific comparison criteria for your data.  As you select options, you can see the SQL statement displayed at the bottom of the screen.
  566.  
  567. Click on the >>Add>> button to add to the SQL statement under construction.
  568. !
  569. BEGIN_TEXT
  570.  
  571. !
  572. Database Communication
  573.  0 
  574.  0 
  575.  0 
  576.  0 
  577.  255 
  578.  255 
  579.  255 
  580.  255 
  581.  0 
  582.  0 
  583.  0 
  584.  0 
  585.  0 
  586.  0 
  587.  255 
  588.  255 
  589.  255 
  590.  0 
  591.  
  592.  5 
  593.  
  594.  
  595.  0 
  596.  0 
  597.  
  598.  0 
  599.  0 
  600.  0 
  601.  0 
  602.  0 
  603.  0 
  604.  0 
  605.  0 
  606.  0 
  607.  0 
  608.  0 
  609.  
  610.  0 
  611.  0 
  612.  0 
  613.  0 
  614.  8 
  615.  8 
  616.  
  617. ~~
  618. ~~
  619.  0 
  620.  0 
  621.  0 
  622.  0 
  623.  0 
  624.  3 
  625.  3 
  626.  0 
  627.  3 
  628.  0 
  629. -1 
  630. DBASE.AVI
  631.  0 
  632.  
  633.  13 
  634.  90 
  635.  3975 
  636.  5340 
  637.  2160 
  638.  0 
  639.  0 
  640.  0 
  641.  0 
  642. BEGIN_TEXT
  643. As you can see, you have added a query condition to the SQL statement: find only those days in which the high temperature was greater than 75 degrees.  At the bottom of the screen, this query was added to the SELECT statement under construction.
  644.  
  645. Click on the arrow button to continue.
  646. !
  647. BEGIN_TEXT
  648.  
  649. !
  650. Database Communication
  651.  0 
  652.  0 
  653.  0 
  654.  0 
  655.  255 
  656.  255 
  657.  255 
  658.  255 
  659.  0 
  660.  0 
  661.  0 
  662.  0 
  663.  0 
  664.  0 
  665.  255 
  666.  255 
  667.  255 
  668.  0 
  669.  
  670.  5 
  671.  
  672.  
  673.  0 
  674.  0 
  675.  
  676.  0 
  677.  0 
  678.  0 
  679.  0 
  680.  0 
  681.  0 
  682.  0 
  683.  0 
  684.  0 
  685.  0 
  686.  0 
  687.  
  688.  0 
  689.  0 
  690.  0 
  691.  0 
  692.  8 
  693.  8 
  694.  
  695. ~~
  696. ~~
  697.  0 
  698.  0 
  699.  0 
  700.  0 
  701.  0 
  702.  3 
  703.  3 
  704. -1 
  705.  3 
  706.  0 
  707.  0 
  708. DBASE.AVI
  709.  0 
  710.  
  711.  15 
  712.  750 
  713.  3795 
  714.  5340 
  715.  1620 
  716.  0 
  717.  0 
  718.  0 
  719.  0 
  720. BEGIN_TEXT
  721. Now you can set how the data should be sorted once it is found in the database.
  722.  
  723. Click on Temp - High in the SQL Fields control.
  724. !
  725. BEGIN_TEXT
  726.  
  727. !
  728. Database Communication
  729.  0 
  730.  0 
  731.  0 
  732.  0 
  733.  255 
  734.  255 
  735.  255 
  736.  255 
  737.  0 
  738.  0 
  739.  0 
  740.  0 
  741.  0 
  742.  0 
  743.  255 
  744.  255 
  745.  255 
  746.  0 
  747.  
  748.  5 
  749.  
  750.  
  751.  0 
  752.  0 
  753.  
  754.  0 
  755.  0 
  756.  0 
  757.  0 
  758.  0 
  759.  0 
  760.  0 
  761.  0 
  762.  0 
  763.  0 
  764.  0 
  765.  
  766.  0 
  767.  0 
  768.  0 
  769.  0 
  770.  8 
  771.  8 
  772.  
  773. ~~
  774. ~~
  775.  0 
  776.  0 
  777.  0 
  778.  0 
  779.  0 
  780.  3 
  781.  3 
  782.  0 
  783.  3 
  784.  0 
  785. -1 
  786. DBASE.AVI
  787.  0 
  788.  
  789.  17 
  790.  750 
  791.  3795 
  792.  5340 
  793.  1620 
  794.  0 
  795.  0 
  796.  0 
  797.  0 
  798. BEGIN_TEXT
  799. Now click on Descending in the SQL Ordering control to specify that the high temperatures found above 75 degrees are to be sorted in descending order.
  800. !
  801. BEGIN_TEXT
  802.  
  803. !
  804. Database Communication
  805.  0 
  806.  0 
  807.  0 
  808.  0 
  809.  255 
  810.  255 
  811.  255 
  812.  255 
  813.  0 
  814.  0 
  815.  0 
  816.  0 
  817.  0 
  818.  0 
  819.  255 
  820.  255 
  821.  255 
  822.  0 
  823.  
  824.  5 
  825.  
  826.  
  827.  0 
  828.  0 
  829.  
  830.  0 
  831.  0 
  832.  0 
  833.  0 
  834.  0 
  835.  0 
  836.  0 
  837.  0 
  838.  0 
  839.  0 
  840.  0 
  841.  
  842.  0 
  843.  0 
  844.  0 
  845.  0 
  846.  8 
  847.  8 
  848.  
  849. ~~
  850. ~~
  851.  0 
  852.  0 
  853.  0 
  854.  0 
  855.  0 
  856.  3 
  857.  3 
  858.  0 
  859.  3 
  860.  0 
  861. -1 
  862. DBASE.AVI
  863.  0 
  864.  
  865.  19 
  866.  750 
  867.  3795 
  868.  5340 
  869.  1620 
  870.  0 
  871.  0 
  872.  0 
  873.  0 
  874. BEGIN_TEXT
  875. Click on the >>Add>> button to add this condition to the SELECT statement.
  876. !
  877. BEGIN_TEXT
  878.  
  879. !
  880. Database Communication
  881.  0 
  882.  0 
  883.  0 
  884.  0 
  885.  255 
  886.  255 
  887.  255 
  888.  255 
  889.  0 
  890.  0 
  891.  0 
  892.  0 
  893.  0 
  894.  0 
  895.  255 
  896.  255 
  897.  255 
  898.  0 
  899.  
  900.  5 
  901.  
  902.  
  903.  0 
  904.  0 
  905.  
  906.  0 
  907.  0 
  908.  0 
  909.  0 
  910.  0 
  911.  0 
  912.  0 
  913.  0 
  914.  0 
  915.  0 
  916.  0 
  917.  
  918.  0 
  919.  0 
  920.  0 
  921.  0 
  922.  8 
  923.  8 
  924.  
  925. ~~
  926. ~~
  927.  0 
  928.  0 
  929.  0 
  930.  0 
  931.  0 
  932.  3 
  933.  3 
  934.  0 
  935.  3 
  936.  0 
  937. -1 
  938. DBASE.AVI
  939.  0 
  940.  
  941.  21 
  942.  3765 
  943.  5655 
  944.  3750 
  945.  1485 
  946.  0 
  947.  0 
  948.  0 
  949.  0 
  950. BEGIN_TEXT
  951. Click on the Execute SQL to run the query on the weather data.
  952. !
  953. BEGIN_TEXT
  954.  
  955. !
  956. Database Communication
  957.  0 
  958.  0 
  959.  0 
  960.  0 
  961.  255 
  962.  255 
  963.  255 
  964.  255 
  965.  0 
  966.  0 
  967.  0 
  968.  0 
  969.  0 
  970.  0 
  971.  255 
  972.  255 
  973.  255 
  974.  0 
  975.  
  976.  5 
  977.  
  978.  
  979.  0 
  980.  0 
  981.  
  982.  0 
  983.  0 
  984.  0 
  985.  0 
  986.  0 
  987.  0 
  988.  0 
  989.  0 
  990.  0 
  991.  0 
  992.  0 
  993.  
  994.  0 
  995.  0 
  996.  0 
  997.  0 
  998.  8 
  999.  8 
  1000.  
  1001. ~~
  1002. ~~
  1003.  0 
  1004.  0 
  1005.  0 
  1006.  0 
  1007.  0 
  1008.  3 
  1009.  3 
  1010.  0 
  1011.  3 
  1012.  0 
  1013. -1 
  1014. DBASE.AVI
  1015.  0 
  1016.  
  1017.  23 
  1018.  2820 
  1019.  375 
  1020.  5325 
  1021.  2955 
  1022.  0 
  1023.  0 
  1024.  0 
  1025.  0 
  1026. BEGIN_TEXT
  1027. The query results are displayed in a popup panel.  The fields displayed are constructed automatically based on those chosen earlier. For this example, we only wanted to see the date and high temperature fields from the database records that meet our selection criteria.  As you can see, June 14 was the hottest day of the year, with a high temperature of 82.2 degrees.
  1028.  
  1029. Press the Fetch Next button to see the next record found.
  1030. !
  1031. BEGIN_TEXT
  1032.  
  1033. !
  1034. Database Communication
  1035.  0 
  1036.  0 
  1037.  0 
  1038.  0 
  1039.  255 
  1040.  255 
  1041.  255 
  1042.  255 
  1043.  0 
  1044.  0 
  1045.  0 
  1046.  0 
  1047.  0 
  1048.  0 
  1049.  255 
  1050.  255 
  1051.  255 
  1052.  0 
  1053.  
  1054.  5 
  1055.  
  1056.  
  1057.  0 
  1058.  0 
  1059.  
  1060.  0 
  1061.  0 
  1062.  0 
  1063.  0 
  1064.  0 
  1065.  0 
  1066.  0 
  1067.  0 
  1068.  0 
  1069.  0 
  1070.  0 
  1071.  
  1072.  0 
  1073.  0 
  1074.  0 
  1075.  0 
  1076.  8 
  1077.  8 
  1078.  
  1079. ~~
  1080. ~~
  1081.  0 
  1082.  0 
  1083.  0 
  1084.  0 
  1085.  0 
  1086.  3 
  1087.  3 
  1088.  0 
  1089.  3 
  1090.  0 
  1091. -1 
  1092. DBASE.AVI
  1093.  0 
  1094.  
  1095.  25 
  1096.  2325 
  1097.  405 
  1098.  5325 
  1099.  2955 
  1100.  0 
  1101.  0 
  1102.  0 
  1103.  0 
  1104. BEGIN_TEXT
  1105. As you can see from the sample application, you can build very flexible database applications with LabWindows/CVI and the SQL Toolkit.  You can use the data acquisition capabilities of LabWindows/CVI to acquire data and store it in a database, or you can use the user interface capabilities to search, analyze, and display data from a database.  To learn more about the SQL Toolkit, refer to the Toolkits section of this demonstration.
  1106.  
  1107. Press the Done button to end this module.
  1108. !
  1109. BEGIN_TEXT
  1110.  
  1111. !
  1112. Database Communication
  1113.  0 
  1114.  0 
  1115.  0 
  1116.  0 
  1117.  255 
  1118.  255 
  1119.  255 
  1120.  255 
  1121.  0 
  1122.  0 
  1123.  0 
  1124.  0 
  1125.  0 
  1126.  0 
  1127.  255 
  1128.  255 
  1129.  255 
  1130.  0 
  1131.  
  1132.  5 
  1133.  
  1134.  
  1135.  0 
  1136.  0 
  1137.  
  1138.  0 
  1139.  0 
  1140.  0 
  1141.  0 
  1142.  0 
  1143.  0 
  1144.  0 
  1145.  0 
  1146.  0 
  1147.  0 
  1148.  0 
  1149.  
  1150.  0 
  1151.  0 
  1152.  0 
  1153.  0 
  1154.  8 
  1155.  8 
  1156.  
  1157. ~~
  1158. ~~
  1159.  0 
  1160.  0 
  1161.  0 
  1162.  0 
  1163.  0 
  1164.  3 
  1165.  3 
  1166.  0 
  1167.  3 
  1168.  0 
  1169. -1 
  1170. DBASE.AVI
  1171.  1 
  1172.  
  1173.  11 
  1174.  108 
  1175.  243 
  1176.  110 
  1177.  244 
  1178.  111 
  1179.  106 
  1180.  139 
  1181.  133 
  1182.  321 
  1183.  75 
  1184.  320 
  1185.  75 
  1186.  165 
  1187.  174 
  1188.  165 
  1189.  174 
  1190.  572 
  1191.  203 
  1192.  572 
  1193.  203 
  1194.  147 
  1195.  237 
  1196.  343 
  1197.  257 
  1198.  383 
  1199.  315 
  1200.  92 
  1201.  108 
  1202.  91 
  1203.  107 
  1204.  106 
  1205.  204 
  1206.  106 
  1207.  203 
  1208.  212 
  1209.  207 
  1210.  211 
  1211.  207 
  1212.  325 
  1213.  211 
  1214.  325 
  1215.  211 
  1216.  581 
  1217.  416 
  1218.  581 
  1219.  416 
  1220.  178 
  1221.  44 
  1222.  177 
  1223.  44 
  1224.  388 
  1225.  48 
  1226.  388 
  1227.  48 
  1228. DBASE.AVI
  1229.  26 
  1230.  0 
  1231.  0 
  1232.  641 
  1233.  481 
  1234.  0 
  1235.  1 
  1236.  0 
  1237.  87 
  1238.  225 
  1239.  127 
  1240.  259 
  1241.  0 
  1242.  1 
  1243.  0 
  1244.  89 
  1245.  226 
  1246.  129 
  1247.  260 
  1248.  0 
  1249.  1 
  1250.  1 
  1251.  32 
  1252.  62 
  1253.  267 
  1254.  120 
  1255.  0 
  1256.  1 
  1257.  2 
  1258.  20 
  1259.  103 
  1260.  256 
  1261.  161 
  1262.  0 
  1263.  1 
  1264.  1 
  1265.  202 
  1266.  45 
  1267.  438 
  1268.  103 
  1269.  0 
  1270.  1 
  1271.  2 
  1272.  201 
  1273.  45 
  1274.  437 
  1275.  103 
  1276.  0 
  1277.  1 
  1278.  1 
  1279.  46 
  1280.  144 
  1281.  282 
  1282.  202 
  1283.  0 
  1284.  1 
  1285.  2 
  1286.  46 
  1287.  144 
  1288.  282 
  1289.  202 
  1290.  0 
  1291.  1 
  1292.  1 
  1293.  536 
  1294.  187 
  1295.  599 
  1296.  220 
  1297.  0 
  1298.  1 
  1299.  2 
  1300.  539 
  1301.  186 
  1302.  603 
  1303.  218 
  1304.  0 
  1305.  1 
  1306.  0 
  1307.  114 
  1308.  220 
  1309.  178 
  1310.  252 
  1311.  0 
  1312.  1 
  1313.  1 
  1314.  297 
  1315.  247 
  1316.  387 
  1317.  268 
  1318.  0 
  1319.  1 
  1320.  2 
  1321.  294 
  1322.  247 
  1323.  388 
  1324.  267 
  1325.  0 
  1326.  1 
  1327.  1 
  1328.  44 
  1329.  97 
  1330.  138 
  1331.  117 
  1332.  0 
  1333.  1 
  1334.  2 
  1335.  43 
  1336.  96 
  1337.  137 
  1338.  116 
  1339.  0 
  1340.  1 
  1341.  1 
  1342.  49 
  1343.  198 
  1344.  150 
  1345.  213 
  1346.  0 
  1347.  1 
  1348.  2 
  1349.  55 
  1350.  194 
  1351.  155 
  1352.  210 
  1353.  0 
  1354.  1 
  1355.  1 
  1356.  184 
  1357.  198 
  1358.  274 
  1359.  215 
  1360.  0 
  1361.  1 
  1362.  2 
  1363.  165 
  1364.  198 
  1365.  255 
  1366.  214 
  1367.  0 
  1368.  1 
  1369.  1 
  1370.  279 
  1371.  202 
  1372.  369 
  1373.  218 
  1374.  0 
  1375.  1 
  1376.  2 
  1377.  279 
  1378.  202 
  1379.  369 
  1380.  218 
  1381.  0 
  1382.  1 
  1383.  1 
  1384.  535 
  1385.  407 
  1386.  625 
  1387.  423 
  1388.  0 
  1389.  1 
  1390.  2 
  1391.  535 
  1392.  407 
  1393.  625 
  1394.  423 
  1395.  0 
  1396.  1 
  1397.  1 
  1398.  132 
  1399.  35 
  1400.  222 
  1401.  51 
  1402.  0 
  1403.  1 
  1404.  2 
  1405.  131 
  1406.  35 
  1407.  221 
  1408.  51 
  1409.  0 
  1410.  1 
  1411.  1 
  1412.  342 
  1413.  39 
  1414.  432 
  1415.  55 
  1416.  0 
  1417.  1 
  1418.  2 
  1419.  342 
  1420.  39 
  1421.  432 
  1422.  55 
  1423. -2 
  1424.  1 
  1425.  1 
  1426. SYSTEM
  1427.  10 
  1428.  0 
  1429.  0 
  1430.  0 
  1431.  0 
  1432.