That's Stepper Position Maintenance (SPM). You have to set up code to catch position errors. Where the position error is "caught", the motor stopped, and then a POSERR subroutine is called to correct the error. Unfortunately, this is nowhere near a closed PID loop.
Also, this "mode" of correction is not suited to the way we stream data to the controller. We don't download a Galil script to the controller at all. If you run the plugin and enable debug output, then you can see what we are doing by looking at the GalilDebug.txt file.
So, unfortunately, all that the plugin supports is open loop control for stepper motors on the Galil.

Steve