#!/usr/bin/avs -network version 3.5 (25.107 gs) module "graph viewer.user.2" -xy 48,222 module "graph viewer.user.3" -xy 248,222 module "strip chart.user.4" -xy 128,142 -ex strip_chart port_vis "strip chart.user.4":integer -on port_vis "strip chart.user.4":float -on module "animated float.user.5" -xy 48,62 -ex $Path/avs_library/anim_float module "animated integer.user.7" -xy 248,62 -ex $Path/avs_library/anim_int port_connect "strip chart.user.4":0 "graph viewer.user.3":0 port_connect "strip chart.user.4":1 "graph viewer.user.2":0 port_connect "animated float.user.5":0 "strip chart.user.4":1 port_connect "animated integer.user.7":0 "strip chart.user.4":0 parm_set "strip chart.user.4":integer 10 parm_set "strip chart.user.4":float 0.000000000 parm_set "animated float.user.5":"max value" 10.000000000 parm_set "animated float.user.5":sleep true parm_set "animated float.user.5":choice Continuous parm_set "animated integer.user.7":"min value" 1 parm_set "animated integer.user.7":"max value" 5 parm_set "animated integer.user.7":steps 4 parm_set "animated integer.user.7":choice Bounce mod_graph "graph viewer.user.2" # Plot Title Helvetica 0 2 24 1.00 1.00 1.00 # Plot Size 500 500 # X Axis Coordinates and Tics 0.00 38.00 2 2 1 # Y Axis Coordinates and Tics -35.60 20.50 2 2 1 # X Axis Color 1.00 1.00 1.00 # Y Axis Color 1.00 1.00 1.00 # X Axis Scale and Base 0 10.00 # Y Axis Scale and Base 0 10.00 # Axis Border 1 # X Axis Label Helvetica 0 2 20 1.00 1.00 1.00 # Y Axis Label Helvetica 0 2 20 1.00 1.00 1.00 # Tic Label Helvetica 0 2 12 1.00 1.00 1.00 # Number of Plot Datasets 1 # Foreground Color 0.20 0.20 0.20 # Background Color 0.00 0.00 0.00 # End of AVS Plot Data # Plot Title Helvetica 0 2 24 1.00 1.00 1.00 # Plot Size 500 500 # X Axis Coordinates and Tics 0.00 9.00 2 2 1 # Y Axis Coordinates and Tics -4.00 34.00 2 2 1 # X Axis Color 1.00 1.00 1.00 # Y Axis Color 1.00 1.00 1.00 # X Axis Scale and Base 0 10.00 # Y Axis Scale and Base 0 10.00 # Axis Border 1 # X Axis Label Helvetica 0 2 20 1.00 1.00 1.00 # Y Axis Label Helvetica 0 2 20 1.00 1.00 1.00 # Tic Label Helvetica 0 2 12 1.00 1.00 1.00 # Number of Plot Datasets 1 # Foreground Color 0.20 0.20 0.20 # Background Color 0.00 0.00 0.00 # End of AVS Plot Data } mod_graph "graph viewer.user.3" # Plot Title Helvetica 0 2 24 1.00 1.00 1.00 # Plot Size 500 500 # X Axis Coordinates and Tics 0.00 38.00 2 2 1 # Y Axis Coordinates and Tics -35.60 20.50 2 2 1 # X Axis Color 1.00 1.00 1.00 # Y Axis Color 1.00 1.00 1.00 # X Axis Scale and Base 0 10.00 # Y Axis Scale and Base 0 10.00 # Axis Border 1 # X Axis Label Helvetica 0 2 20 1.00 1.00 1.00 # Y Axis Label Helvetica 0 2 20 1.00 1.00 1.00 # Tic Label Helvetica 0 2 12 1.00 1.00 1.00 # Number of Plot Datasets 1 # Foreground Color 0.20 0.20 0.20 # Background Color 0.00 0.00 0.00 # End of AVS Plot Data # Plot Title Helvetica 0 2 24 1.00 1.00 1.00 # Plot Size 500 500 # X Axis Coordinates and Tics 0.00 9.00 2 2 1 # Y Axis Coordinates and Tics -4.00 34.00 2 2 1 # X Axis Color 1.00 1.00 1.00 # Y Axis Color 1.00 1.00 1.00 # X Axis Scale and Base 0 10.00 # Y Axis Scale and Base 0 10.00 # Axis Border 1 # X Axis Label Helvetica 0 2 20 1.00 1.00 1.00 # Y Axis Label Helvetica 0 2 20 1.00 1.00 1.00 # Tic Label Helvetica 0 2 12 1.00 1.00 1.00 # Number of Plot Datasets 1 # Foreground Color 0.20 0.20 0.20 # Background Color 0.00 0.00 0.00 # End of AVS Plot Data } shell "ui" shell panel Application -w app_panel -p ui -xy 0,0 -wh 260,1024 panel "Top Level Stack" -w master_stack -p Application -xy 2,100 -wh 256,282 panel "strip chart.user.4" -w panel -p "Top Level Stack" -xy 0,86 -wh 200,172 manipulator "strip chart.user.4:integer" -w idial -p "strip chart.user.4" \ -xy 10,10 -wh 90,130 manipulator "strip chart.user.4:float" -w dial -p "strip chart.user.4" \ -xy 100,10 -wh 90,130 manipulator "strip chart.user.4:reset" -w oneshot -p "strip chart.user.4" \ -xy 10,140 -wh 118,22 panel "animated float.user.5" -w panel -p "Top Level Stack" \ -xy 0,86 -wh 256,174 manipulator "animated float.user.5:min value" -w typein_real -p "animated float.user.5" \ -xy 10,10 -wh 236,22 manipulator "animated float.user.5:max value" -w typein_real -p "animated float.user.5" \ -xy 10,32 -wh 236,22 manipulator "animated float.user.5:steps" -w typein_integer -p "animated float.user.5" \ -xy 10,54 -wh 118,22 manipulator "animated float.user.5:sleep" -w toggle -p "animated float.user.5" \ -xy 10,76 -wh 118,22 manipulator "animated float.user.5:choice" -w radio_buttons -p "animated float.user.5" \ -xy 10,98 -wh 118,66 panel "animated integer.user.7" -w panel -p "Top Level Stack" \ -xy 0,108 -wh 256,174 manipulator "animated integer.user.7:min value" -w typein_integer -p "animated integer.user.7" \ -xy 10,10 -wh 236,22 manipulator "animated integer.user.7:max value" -w typein_integer -p "animated integer.user.7" \ -xy 10,32 -wh 236,22 manipulator "animated integer.user.7:steps" -w typein_integer -p "animated integer.user.7" \ -xy 10,54 -wh 118,22 manipulator "animated integer.user.7:sleep" -w toggle -p "animated integer.user.7" \ -xy 10,76 -wh 118,22 manipulator "animated integer.user.7:choice" -w radio_buttons -p "animated integer.user.7" \ -xy 10,98 -wh 118,66 panel "graph viewer.user.2!graph" -w container -p ui -xy 266,-14 -wh 520,552\ -P zoom_coords string "0 0 0 0 0 <$NULL> 0 0 0 0" panel "graph viewer.user.3!graph" -w container -p ui -xy 755,27 -wh 520,552\ -P zoom_coords string "0 0 0 0 0 <$NULL> 0 0 0 0" # End of file Solution: