oops rereading your post I don't think I answered you question. I will leave this up and think about the script changes which I presume requires changing instance variables.
Yes this is possible via a variety of routes. I think you can just do it by having them all access the same slider value. (just pick one for instance slider('piston2091') and copy that to the others). Otherwise to do it by scripting you just put a variable @@value for instance or ...and this is not recommended $value in the controller field and then change that the value of @@value (or $value) with script. The program can be a bit sketchy sometimes so for original troubleshooting I generally just risk the wrath of ThomThom and go with the global variable $value.
D