AWS Thinkbox Discussion Forums

Adding limits in the submitter

Hello,

Would be cool if limits are added to the submitter, xmesh saver license is only one here, for example :slight_smile:
Thanks!

Good point, will log it.
You can modify your script if you want :wink:

*Locate the remark “-- copy values from controls to SMTDSettings”
*Store the old value in a variable

local oldLimitGroupsToUse = SMTDSettings.LimitGroupsToUse

Then set

SMTDSettings.LimitGroupsToUse = #("XMesh")

At the end of the event handler around line 4550, set the array back to the old value

SMTDSettings.LimitGroupsToUse = oldLimitGroupsToUse

Define “XMesh” Limit in the Monitor. Done.

Will do!

Privacy | Site terms | Cookie preferences