Technical Information
ActiveX for One Axis Controller PAT-001 SGPATX
Q & AEven if I use the SetJOGSpeed method, why might not I be able to set the JOG speed? (←1.1.0)
Even if I use the SetJOGSpeed method, why might not I be able to set the JOG speed? ( - )
Fault was found in a part of SetJOGSpeed method.
Please specify as follows, when you use SetJOGSpeed method.
Please be sure to specify 0 as the 1st argument Idx of a SetJOGSpeed method.
And specify speed (100-30000) as Factor of the 2nd argument.
Example: For setting the JOG speed as 1000
rtn = SGPATCtlX1.Axes(1).SetJOGSpeed(0,1000)