John Hartman - 2014-05-27

Currently, VTS parsing of event-parameters EPICS doesn't use the context tags called for by 135.1 clause 4.4. Instead, it derives the CHOICE from the value of the event-type property. That is one reason why the item with [4] is commented out in allTestEpics.tpi. You change of [4] to (3) confuses matters even more: VTS reads the 4 as the delay, and then fails trying to read the object ID.

You need something like:
event-type: floating-limit
event-parameters: {3, {(analog-input,1),present-value,,}, 4.4, 5.5, 6.6}
VTS 3.6.1 beta will read this correctly