id	summary	reporter	owner	description	type	status	priority	milestone	component	version	severity	resolution	keywords	cc
202	Script Builder outputs incomplete CCTV tag	jdalbey	jdalbey	"Currently !ScriptBuilder outputs an empty CCTV tag:
{{{
<CCTV_INFO></CCTV_INFO>
}}}
This causes Simulator to crash because it is expecting the tag to contain attributes. 
{{{
SEVERE: Exception in parsing CCTV_INFO node.
java.lang.NumberFormatException: null
	at java.lang.Integer.parseInt(Integer.java:542)
	at java.lang.Integer.parseInt(Integer.java:615)
	at tmcsim.client.cadclientgui.ScriptHandler.startElement(ScriptHandler.java:239)
}}}
Currently this tag is never used in the simulation so I think the workaround for the moment is to have !ScriptBuilder generate a
tag with default values for the attributes.  It would look like this
{{{
<CCTV_INFO ID=""0"" Dir=""NORTH"" Toggle=""false""/>
}}}
"	defect	closed	High	May 2021 Training	ScriptBuilder GUI		Minor	fixed		
