VENT has inputs of DEVC_ID and CTRL_ID. Replace the CTRL_ID with DEVC_ID, and give the ID of the DEVC measuring max AST. Add SETPOINT to the DEVC.
Instead of:
&VENT ID='Vent04', SURF_ID='Grounded car', XB=4.8,6.8,2.8,7.4,1.6,1.6, CTRL_ID='Control01'/
&DEVC ID='Adiabatic Surface Temperature_MAX', QUANTITY='ADIABATIC SURFACE TEMPERATURE', STATISTICS='MAX', XB=4.8,6.8,2.8,7.4,0.0,1.6/
Do:
&VENT ID='Vent04', SURF_ID='Grounded car', XB=4.8,6.8,2.8,7.4,1.6,1.6, DEVC_ID='Adiabatic Surface Temperature_MAX'/
&DEVC ID='Adiabatic Surface Temperature_MAX', QUANTITY='ADIABATIC SURFACE TEMPERATURE', STATISTICS='MAX', XB=4.8,6.8,2.8,7.4,0.0,1.6,SETPOINT=whatever temperature you want to ignite at/
When the DEVC hits the SETPOINT its logical state will change from FALSE to TRUE and a VENT with a control will be active when its controling item is TRUE.