// // time: Wed Apr 9 15:45:40 1997 // // version: 3.1.1 (format), 3.1.4 (DX Beta) // // // MODULE main // // comment: This visual program shows some ways to visualize topographic data. Imported are two data sets which share the same grid: an elevation data set and a grey scale image. // comment: // comment: Reorient is used to ensure that the image color data is assigned to the elevation data in the correct order, as the original data sets, while on the same grid, do not have the data in the same order. The "how" parameter of Reorient was set so that the two small images have the same orientation; the grey image is the photograph, while the colored image is the elevation data. // comment: // comment: The Image module shows the result of combining the colors from the image with the elevation data. First the elevation data are inserted into the image data using Replace. Then the elevation data are turned into height differences using the RubberSheet module. No shading is added, as the image data themselves include shading information. // comment: // comment: The Display module on the right side of the visual program shows the result of simply using RubberSheet on the elevation data. Normals are added for shading. This image uses the same camera as is used for the Image tool. // comment: // comment: If the image and elevation data had not been on the same grid, then instead of Replace we could have used Map to map the elevation data onto the image field. // workspace: width = 614, height = 747 // layout: snap = 0, width = 50, height = 50, align = UL // macro main( ) -> ( ) { // // node ReadImage[3]: x = 17, y = 15, inputs = 9, label = ReadImage // input[1]: defaulting = 0, visible = 1, type = 32, value = "colorado.tiff" // main_ReadImage_3_out_1 = ReadImage( main_ReadImage_3_in_1, main_ReadImage_3_in_2, main_ReadImage_3_in_3, main_ReadImage_3_in_4, main_ReadImage_3_in_5, main_ReadImage_3_in_6, main_ReadImage_3_in_7, main_ReadImage_3_in_8, main_ReadImage_3_in_9 ) [instance: 3, cache: 1]; // // node Integer[1]: x = 125, y = 8, inputs = 11, label = Integer // input[1]: defaulting = 0, visible = 0, type = 32, value = "Integer_1" // input[3]: defaulting = 0, visible = 0, type = 1, value = 1 // input[4]: defaulting = 1, visible = 0, type = 1, value = 0 // input[5]: defaulting = 1, visible = 0, type = 1, value = 0 // input[6]: defaulting = 1, visible = 0, type = 1, value = 3 // input[7]: defaulting = 1, visible = 0, type = 5, value = 1.0 // input[9]: defaulting = 1, visible = 0, type = 1, value = 0 // output[1]: visible = 1, type = 1, value = 1 // // // node Compute[1]: x = 122, y = 83, inputs = 2, label = Compute // input[1]: defaulting = 0, visible = 0, type = 32, value = "2^$0" // expression: value = 2^a // name[2]: value = a // main_Compute_1_out_1 = Compute( main_Compute_1_in_1, main_Integer_1_out_1 ) [instance: 1, cache: 1]; // // node Reduce[1]: x = 36, y = 91, inputs = 2, label = Reduce // main_Reduce_1_out_1 = Reduce( main_ReadImage_3_out_1, main_Compute_1_out_1 ) [instance: 1, cache: 1]; // // node Reorient[1]: x = 12, y = 208, inputs = 2, label = Reorient // input[2]: defaulting = 1, visible = 1, type = 1, value = 7 // main_Reorient_1_out_1 = Reorient( main_Reduce_1_out_1, main_Reorient_1_in_2 ) [instance: 1, cache: 1]; // // node Import[2]: x = 210, y = 4, inputs = 6, label = Import // input[1]: defaulting = 0, visible = 1, type = 32, value = "colo_elev.general" // main_Import_2_out_1 = Import( main_Import_2_in_1, main_Import_2_in_2, main_Import_2_in_3, main_Import_2_in_4, main_Import_2_in_5, main_Import_2_in_6 ) [instance: 2, cache: 1]; // // node Reduce[2]: x = 219, y = 89, inputs = 2, label = Reduce // main_Reduce_2_out_1 = Reduce( main_Import_2_out_1, main_Compute_1_out_1 ) [instance: 2, cache: 1]; // // node Reorient[2]: x = 95, y = 212, inputs = 2, label = Reorient // input[2]: defaulting = 0, visible = 1, type = 1, value = 4 // main_Reorient_2_out_1 = Reorient( main_Reduce_2_out_1, main_Reorient_2_in_2 ) [instance: 2, cache: 1]; // // node AutoColor[1]: x = 77, y = 287, inputs = 10, label = AutoColor // main_AutoColor_1_out_1, main_AutoColor_1_out_2 = AutoColor( main_Reorient_2_out_1, main_AutoColor_1_in_2, main_AutoColor_1_in_3, main_AutoColor_1_in_4, main_AutoColor_1_in_5, main_AutoColor_1_in_6, main_AutoColor_1_in_7, main_AutoColor_1_in_8, main_AutoColor_1_in_9, main_AutoColor_1_in_10 ) [instance: 1, cache: 1]; // // node Collect[3]: x = 27, y = 387, inputs = 2, label = Collect // main_Collect_3_out_1 = Collect( main_Reorient_1_out_1, main_AutoColor_1_out_1 ) [instance: 3, cache: 1]; // // node Arrange[1]: x = 96, y = 397, inputs = 5, label = Arrange // main_Arrange_1_out_1 = Arrange( main_Collect_3_out_1, main_Arrange_1_in_2, main_Arrange_1_in_3, main_Arrange_1_in_4, main_Arrange_1_in_5 ) [instance: 1, cache: 1]; // // node Caption[1]: x = 462, y = 425, inputs = 9, label = Caption // input[1]: defaulting = 0, visible = 1, type = 32, value = "image combined with rubbersheet'd elevation data" // main_Caption_1_out_1 = Caption( main_Caption_1_in_1, main_Caption_1_in_2, main_Caption_1_in_3, main_Caption_1_in_4, main_Caption_1_in_5, main_Caption_1_in_6, main_Caption_1_in_7, main_Caption_1_in_8, main_Caption_1_in_9 ) [instance: 1, cache: 1]; // // node Caption[2]: x = 553, y = 425, inputs = 9, label = Caption // input[1]: defaulting = 0, visible = 1, type = 32, value = "rubbersheet'd elevation data" // main_Caption_2_out_1 = Caption( main_Caption_2_in_1, main_Caption_2_in_2, main_Caption_2_in_3, main_Caption_2_in_4, main_Caption_2_in_5, main_Caption_2_in_6, main_Caption_2_in_7, main_Caption_2_in_8, main_Caption_2_in_9 ) [instance: 2, cache: 1]; // // node Replace[1]: x = 250, y = 277, inputs = 4, label = Replace // main_Replace_1_out_1 = Replace( main_Reorient_2_out_1, main_Reorient_1_out_1, main_Replace_1_in_3, main_Replace_1_in_4 ) [instance: 1, cache: 1]; // // node Scalar[1]: x = 497, y = 190, inputs = 11, label = Scalar // input[1]: defaulting = 0, visible = 0, type = 32, value = "Scalar_1" // input[3]: defaulting = 0, visible = 0, type = 5, value = 0.500000 // input[4]: defaulting = 1, visible = 0, type = 3, value = 0 // input[5]: defaulting = 1, visible = 0, type = 5, value = 0.0 // input[6]: defaulting = 1, visible = 0, type = 5, value = 1.0 // input[7]: defaulting = 1, visible = 0, type = 5, value = 1.0 // input[9]: defaulting = 1, visible = 0, type = 1, value = 2 // output[1]: visible = 1, type = 5, value = 0.500000 // // // node RubberSheet[1]: x = 344, y = 365, inputs = 4, label = RubberSheet // main_RubberSheet_1_out_1 = RubberSheet( main_Replace_1_out_1, main_Scalar_1_out_1, main_RubberSheet_1_in_3, main_RubberSheet_1_in_4 ) [instance: 1, cache: 1]; // // node Collect[1]: x = 269, y = 425, inputs = 2, label = Collect // main_Collect_1_out_1 = Collect( main_RubberSheet_1_out_1, main_Caption_1_out_1 ) [instance: 1, cache: 1]; // // node RubberSheet[2]: x = 462, y = 317, inputs = 4, label = RubberSheet // main_RubberSheet_2_out_1 = RubberSheet( main_Reorient_2_out_1, main_Scalar_1_out_1, main_RubberSheet_2_in_3, main_RubberSheet_2_in_4 ) [instance: 2, cache: 1]; // // node Collect[2]: x = 483, y = 505, inputs = 2, label = Collect // main_Collect_2_out_1 = Collect( main_RubberSheet_2_out_1, main_Caption_2_out_1 ) [instance: 2, cache: 1]; // // node Image[2]: x = 300, y = 530, inputs = 48, label = Image // input[1]: defaulting = 0, visible = 0, type = 67108863, value = "Image_2" // input[4]: defaulting = 0, visible = 0, type = 1, value = 1 // input[5]: defaulting = 0, visible = 0, type = 8, value = [199.5 199.5 65] // input[6]: defaulting = 0, visible = 0, type = 8, value = [514.681 -662.674 961.298] // input[7]: defaulting = 0, visible = 0, type = 5, value = 478.144 // input[8]: defaulting = 0, visible = 0, type = 1, value = 394 // input[9]: defaulting = 0, visible = 0, type = 5, value = 0.849 // input[10]: defaulting = 0, visible = 0, type = 8, value = [-0.0737251 0.705653 0.704712] // input[11]: defaulting = 1, visible = 0, type = 5, value = 21.111 // input[12]: defaulting = 0, visible = 0, type = 1, value = 0 // input[14]: defaulting = 0, visible = 0, type = 1, value = 1 // input[15]: defaulting = 1, visible = 0, type = 32, value = "none" // input[16]: defaulting = 1, visible = 0, type = 32, value = "none" // input[17]: defaulting = 1, visible = 0, type = 1, value = 1 // input[18]: defaulting = 1, visible = 0, type = 1, value = 1 // input[19]: defaulting = 0, visible = 0, type = 3, value = 0 // input[29]: defaulting = 1, visible = 0, type = 3, value = 0 // input[41]: defaulting = 0, visible = 0, type = 32, value = "zoom" // depth: value = 24 // window: position = (0.3359,0.3076), size = 0.3187x0.3945 // internal caching: 1 // main_Image_2_out_1, main_Image_2_out_2, main_Image_2_out_3 = Image( main_Image_2_in_1, main_Collect_1_out_1, main_Image_2_in_3, main_Image_2_in_4, main_Image_2_in_5, main_Image_2_in_6, main_Image_2_in_7, main_Image_2_in_8, main_Image_2_in_9, main_Image_2_in_10, main_Image_2_in_11, main_Image_2_in_12, main_Image_2_in_13, main_Image_2_in_14, main_Image_2_in_15, main_Image_2_in_16, main_Image_2_in_17, main_Image_2_in_18, main_Image_2_in_19, main_Image_2_in_20, main_Image_2_in_21, main_Image_2_in_22, main_Image_2_in_23, main_Image_2_in_24, main_Image_2_in_25, main_Image_2_in_26, main_Image_2_in_27, main_Image_2_in_28, main_Image_2_in_29, main_Image_2_in_30, main_Image_2_in_31, main_Image_2_in_32, main_Image_2_in_33, main_Image_2_in_34, main_Image_2_in_35, main_Image_2_in_36, main_Image_2_in_37, main_Image_2_in_38, main_Image_2_in_39, main_Image_2_in_40, main_Image_2_in_41, main_Image_2_in_42, main_Image_2_in_43, main_Image_2_in_44, main_Image_2_in_45, main_Image_2_in_46, main_Image_2_in_47, main_Image_2_in_48 ) [instance: 2, cache: 1]; // // node Display[1]: x = 434, y = 685, inputs = 4, label = Display // depth: value = 24 // window: position = (0.6687,0.3076), size = 0.3187x0.3945 // main_Display_1_out_1[cache: 2] = Display( main_Collect_2_out_1, main_Image_2_out_2, main_Display_1_in_3, main_Display_1_in_4 ) [instance: 1, cache: 1]; // // node Display[4]: x = 79, y = 470, inputs = 8, label = Display // depth: value = 24 // window: position = (0.0000,0.3076), size = 0.3234x0.2637 // main_Display_4_out_1[cache: 2] = Display( main_Arrange_1_out_1, main_Display_4_in_2, main_Display_4_in_3, main_Display_4_in_4, main_Display_4_in_5, main_Display_4_in_6, main_Display_4_in_7, main_Display_4_in_8 ) [instance: 4, cache: 1]; // network: end of macro body CacheScene("Image_2", main_Image_2_out_1, main_Image_2_out_2); } main_ReadImage_3_in_1 = "colorado.tiff"; main_ReadImage_3_in_2 = NULL; main_ReadImage_3_in_3 = NULL; main_ReadImage_3_in_4 = NULL; main_ReadImage_3_in_5 = NULL; main_ReadImage_3_in_6 = NULL; main_ReadImage_3_in_7 = NULL; main_ReadImage_3_in_8 = NULL; main_ReadImage_3_in_9 = NULL; main_ReadImage_3_out_1 = NULL; main_Integer_1_in_1 = "Integer_1"; main_Integer_1_in_2 = NULL; main_Integer_1_in_3 = 1 ; main_Integer_1_in_4 = NULL; main_Integer_1_in_5 = NULL; main_Integer_1_in_6 = NULL; main_Integer_1_in_7 = NULL; main_Integer_1_in_8 = NULL; main_Integer_1_in_9 = NULL; main_Integer_1_in_10 = NULL; main_Integer_1_in_11 = NULL; main_Integer_1_out_1 = 1 ; main_Compute_1_in_1 = "2^$0"; main_Compute_1_out_1 = NULL; main_Reduce_1_out_1 = NULL; main_Reorient_1_in_2 = NULL; main_Reorient_1_out_1 = NULL; main_Import_2_in_1 = "colo_elev.general"; main_Import_2_in_2 = NULL; main_Import_2_in_3 = NULL; main_Import_2_in_4 = NULL; main_Import_2_in_5 = NULL; main_Import_2_in_6 = NULL; main_Import_2_out_1 = NULL; main_Reduce_2_out_1 = NULL; main_Reorient_2_in_2 = 4; main_Reorient_2_out_1 = NULL; main_AutoColor_1_in_2 = NULL; main_AutoColor_1_in_3 = NULL; main_AutoColor_1_in_4 = NULL; main_AutoColor_1_in_5 = NULL; main_AutoColor_1_in_6 = NULL; main_AutoColor_1_in_7 = NULL; main_AutoColor_1_in_8 = NULL; main_AutoColor_1_in_9 = NULL; main_AutoColor_1_in_10 = NULL; main_AutoColor_1_out_1 = NULL; main_Collect_3_out_1 = NULL; main_Arrange_1_in_2 = NULL; main_Arrange_1_in_3 = NULL; main_Arrange_1_in_4 = NULL; main_Arrange_1_in_5 = NULL; main_Arrange_1_out_1 = NULL; main_Caption_1_in_1 = "image combined with rubbersheet'd elevation data"; main_Caption_1_in_2 = NULL; main_Caption_1_in_3 = NULL; main_Caption_1_in_4 = NULL; main_Caption_1_in_5 = NULL; main_Caption_1_in_6 = NULL; main_Caption_1_in_7 = NULL; main_Caption_1_in_8 = NULL; main_Caption_1_in_9 = NULL; main_Caption_1_out_1 = NULL; main_Caption_2_in_1 = "rubbersheet'd elevation data"; main_Caption_2_in_2 = NULL; main_Caption_2_in_3 = NULL; main_Caption_2_in_4 = NULL; main_Caption_2_in_5 = NULL; main_Caption_2_in_6 = NULL; main_Caption_2_in_7 = NULL; main_Caption_2_in_8 = NULL; main_Caption_2_in_9 = NULL; main_Caption_2_out_1 = NULL; main_Replace_1_in_3 = NULL; main_Replace_1_in_4 = NULL; main_Replace_1_out_1 = NULL; main_Scalar_1_in_1 = "Scalar_1"; main_Scalar_1_in_2 = NULL; main_Scalar_1_in_3 = 0.500000 ; main_Scalar_1_in_4 = NULL; main_Scalar_1_in_5 = NULL; main_Scalar_1_in_6 = NULL; main_Scalar_1_in_7 = NULL; main_Scalar_1_in_8 = NULL; main_Scalar_1_in_9 = NULL; main_Scalar_1_in_10 = NULL; main_Scalar_1_in_11 = NULL; main_Scalar_1_out_1 = 0.500000 ; main_RubberSheet_1_in_3 = NULL; main_RubberSheet_1_in_4 = NULL; main_RubberSheet_1_out_1 = NULL; main_Collect_1_out_1 = NULL; main_RubberSheet_2_in_3 = NULL; main_RubberSheet_2_in_4 = NULL; main_RubberSheet_2_out_1 = NULL; main_Collect_2_out_1 = NULL; macro Image( id, object, where, useVector, to, from, width, resolution, aspect, up, viewAngle, perspective, options, buttonState = 1, buttonUpApprox = "none", buttonDownApprox = "none", buttonUpDensity = 1, buttonDownDensity = 1, renderMode = 0, defaultCamera, reset, backgroundColor, throttle, RECenable = 0, RECfile, RECformat, RECresolution, RECaspect, AAenable = 0, AAlabels, AAticks, AAcorners, AAframe, AAadjust, AAcursor, AAgrid, AAcolors, AAannotation, AAlabelscale, AAfont, interactionMode, title, AAxTickLocs, AAyTickLocs, AAzTickLocs, AAxTickLabels, AAyTickLabels, AAzTickLabels) -> ( object, camera, where) { ImageMessage( id, backgroundColor, throttle, RECenable, RECfile, RECformat, RECresolution, RECaspect, AAenable, AAlabels, AAticks, AAcorners, AAframe, AAadjust, AAcursor, AAgrid, AAcolors, AAannotation, AAlabelscale, AAfont, AAxTickLocs, AAyTickLocs, AAzTickLocs, AAxTickLabels, AAyTickLabels, AAzTickLabels, interactionMode, title, renderMode, buttonUpApprox, buttonDownApprox, buttonUpDensity, buttonDownDensity) [instance: 1, cache: 1]; autoCamera = AutoCamera( object, "front", object, resolution, aspect, [0,1,0], perspective, viewAngle, backgroundColor) [instance: 1, cache: 1]; realCamera = Camera( to, from, width, resolution, aspect, up, perspective, viewAngle, backgroundColor) [instance: 1, cache: 1]; coloredDefaultCamera = UpdateCamera(defaultCamera, background=backgroundColor) [instance: 1, cache: 1]; nullDefaultCamera = Inquire(defaultCamera, "is null + 1") [instance: 1, cache: 1]; resetCamera = Switch( nullDefaultCamera, coloredDefaultCamera, autoCamera) [instance: 1, cache: 1]; resetNull = Inquire( reset, "is null + 1") [instance: 2, cache: 1]; reset = Switch( resetNull, reset, 0) [instance: 2, cache: 1]; whichCamera = Compute( "($0 != 0 || $1 == 0) ? 1 : 2", reset, useVector) [instance: 1, cache: 1]; camera = Switch( whichCamera, resetCamera, realCamera) [instance: 3, cache: 1]; AAobject = AutoAxes( object, camera, AAlabels, AAticks, AAcorners, AAframe, AAadjust, AAcursor, AAgrid, AAcolors, AAannotation, AAlabelscale, AAfont, AAxTickLocs, AAyTickLocs, AAzTickLocs, AAxTickLabels, AAyTickLabels, AAzTickLabels) [instance: 1, cache: 1]; switchAAenable = Compute("$0+1", AAenable) [instance: 2, cache: 1]; object = Switch( switchAAenable, object, AAobject) [instance:4, cache: 1]; SWapproximation_options = Switch( buttonState, buttonUpApprox, buttonDownApprox) [instance: 5, cache: 1]; SWdensity_options = Switch( buttonState, buttonUpDensity, buttonDownDensity) [instance: 6, cache: 1]; HWapproximation_options = Format( "%s,%s", buttonDownApprox, buttonUpApprox) [instance: 1, cache: 1]; HWdensity_options = Format( "%d,%d", buttonDownDensity, buttonUpDensity) [instance: 2, cache: 1]; switchRenderMode = Compute( "$0+1", renderMode) [instance: 3, cache: 1]; approximation_options = Switch( switchRenderMode, SWapproximation_options, HWapproximation_options) [instance: 7, cache: 1]; density_options = Switch( switchRenderMode, SWdensity_options, HWdensity_options) [instance: 8, cache: 1]; renderModeString = Switch( switchRenderMode, "software", "hardware")[instance: 9, cache: 1]; object_tag = Inquire( object, "object tag")[instance: 3, cache: 1]; annoted_object = Options( object, "send boxes", 0, "cache", 1, "object tag", object_tag, "ddcamera", whichCamera, "rendering approximation", approximation_options, "render every", density_options, "button state", buttonState, "rendering mode", renderModeString) [instance: 1, cache: 1]; RECresNull = Inquire( RECresolution, "is null + 1") [instance: 4, cache: 1]; ImageResolution = Inquire( camera, "camera resolution") [instance: 5, cache: 1]; RECresolution = Switch( RECresNull, RECresolution, ImageResolution) [instance: 10, cache: 1]; RECaspectNull = Inquire( RECaspect, "is null + 1") [instance: 6, cache: 1]; ImageAspect = Inquire( camera, "camera aspect") [instance: 7, cache: 1]; RECaspect = Switch( RECaspectNull, RECaspect, ImageAspect) [instance: 11, cache: 1]; switchRECenable = Compute( "$0 == 0 ? 1 : (($2 == $3) && ($4 == $5)) ? ($1 == 1 ? 2 : 3) : 4", RECenable, switchRenderMode, RECresolution, ImageResolution, RECaspect, ImageAspect) [instance: 4, cache: 1]; NoRECobject, RECNoRerenderObject, RECNoRerHW, RECRerenderObject = Route(switchRECenable, annoted_object); Display( NoRECobject, camera, where, throttle) [instance: 1, cache: 1]; image = Render( RECNoRerenderObject, camera) [instance: 1, cache: 1]; Display( image, NULL, where, throttle) [instance: 2, cache: 1]; WriteImage( image, RECfile, RECformat) [instance: 1, cache: 1]; rec_where = Display( RECNoRerHW, camera, where, throttle) [instance: 1, cache: 0]; rec_image = ReadImageWindow( rec_where) [instance: 1, cache: 1]; WriteImage( rec_image, RECfile, RECformat) [instance: 1, cache: 1]; RECupdateCamera = UpdateCamera( camera, resolution=RECresolution, aspect=RECaspect) [instance: 2, cache: 1]; Display( RECRerenderObject, camera, where, throttle) [instance: 1, cache: 1]; RECRerenderObject = ScaleScreen( RECRerenderObject, NULL, RECresolution, camera) [instance: 1, cache: 1]; image = Render( RECRerenderObject, RECupdateCamera) [instance: 2, cache: 1]; WriteImage( image, RECfile, RECformat) [instance: 2, cache: 1]; } main_Image_2_in_1 = "Image_2"; main_Image_2_in_3 = "X24,,"; main_Image_2_in_4 = 1; main_Image_2_in_5 = [199.5 199.5 65]; main_Image_2_in_6 = [514.681 -662.674 961.298]; main_Image_2_in_7 = 478.144; main_Image_2_in_8 = 394; main_Image_2_in_9 = 0.849; main_Image_2_in_10 = [-0.0737251 0.705653 0.704712]; main_Image_2_in_11 = NULL; main_Image_2_in_12 = 0; main_Image_2_in_13 = NULL; main_Image_2_in_14 = 1; main_Image_2_in_15 = NULL; main_Image_2_in_16 = NULL; main_Image_2_in_17 = NULL; main_Image_2_in_18 = NULL; main_Image_2_in_19 = 0; main_Image_2_in_20 = NULL; main_Image_2_in_21 = NULL; main_Image_2_in_22 = NULL; main_Image_2_in_23 = NULL; main_Image_2_in_25 = NULL; main_Image_2_in_26 = NULL; main_Image_2_in_27 = NULL; main_Image_2_in_28 = NULL; main_Image_2_in_29 = NULL; main_Image_2_in_30 = NULL; main_Image_2_in_31 = NULL; main_Image_2_in_32 = NULL; main_Image_2_in_33 = NULL; main_Image_2_in_34 = NULL; main_Image_2_in_35 = NULL; main_Image_2_in_36 = NULL; main_Image_2_in_37 = NULL; main_Image_2_in_38 = NULL; main_Image_2_in_39 = NULL; main_Image_2_in_40 = NULL; main_Image_2_in_41 = "zoom"; main_Image_2_in_42 = NULL; main_Image_2_in_43 = NULL; main_Image_2_in_44 = NULL; main_Image_2_in_45 = NULL; main_Image_2_in_46 = NULL; main_Image_2_in_47 = NULL; main_Image_2_in_48 = NULL; main_Image_2_out_2 = NULL; main_Display_1_in_3 = "X24,,"; main_Display_1_in_4 = NULL; main_Display_4_in_2 = NULL; main_Display_4_in_3 = "X24,,"; main_Display_4_in_4 = NULL; main_Display_4_in_5 = NULL; main_Display_4_in_6 = NULL; main_Display_4_in_7 = NULL; main_Display_4_in_8 = NULL; Executive("product version 3 1 4"); $sync main();