Are you sure you want to report the post shown below? This will send an email to the ATVO administrators.
Please include a short reason for reporting.
Users reporting for no reason may be locked out.
Post
Posted by Nick Thissen
on
Few things:
You want to use this script to convert a data-binding. In that case, you need to keep "Auto-update" disabled. Auto-update is for scripts that are not linked to a data-binding but simply run every data update.
You are using this script for a data-binding set to "rpm" binding. This means the "value" parameter in the script is your rpm value already (not rounded). In your script, you are using the value as if it is an IDriver object. The script you copied probably was using the "driver_object" data-binding, which is indeed of type IDriver. So either change the databinding to "driver_object", or change the script. Probably you can just remove the first line (in the Execute function).
When running your current script you should have been receiving errors. Check the error log, perhaps it tells you what is wrong.