You want to make duration (speed) tests and you don’t know how?
Of course, cause it’s undocumented!
But if you use TII (Tamino Interactive Interface) you have a chance.
– BE CAREFUL, HACKINGS BELOW, I DON’T TAKE ANY RESPONSABILITY –
Ok, let’s make a copy of TII directory for safe.
Then open TII.js, search for
function sendRequest(sCommand, sValue, sCollection, nResSize, nPosition, bDuration, sEncoding)
and insert this line just below first line:
bDuration=1;
and (WONDERFUL!) all of your query will have a duration parts on lower end, something like this:
<ino:time ino:date=“26.10.2003” ino:time=“13:13:17.056” ino:duration=“23223” />
WOW, that simple?, you will say…
Yes, and I really don’t understand why IT’S STILL UNDOCUMENTED!!!
This costed me precious hours of work.
Aureliano