In LabVIEW, one can specify that a control have a valid range of entries (i.e. min/max/increment). If you run this VI from LabVIEW, everything works great. However, when that VI is invoked from TestStand, values outside the range are allowed to be passed in. Is there a good/easy way to apply the same constraints on the TestStand side, or do we have to perform range checking on all user-supplied inputs?