Unicornai Posted March 19 Share Posted March 19 I want to use the fast knife in the coordinate system, but my program changes the F-number and can't change the frequency of the fast knife, what parameter limits the? I feel like I need the help of the big guys Quote Link to comment Share on other sites More sharing options...
Unicornai Posted March 19 Author Share Posted March 19 The first picture is the set HZ generated by the tuning sine curve function in the IDE, and the second picture is the F value of the running program, but no matter how much you give, you can run the program at 1HZ, how can I increase the frequency of the fast knife running program Quote Link to comment Share on other sites More sharing options...
DaveBarnett Posted March 19 Share Posted March 19 When I am faced with this kind of limiting I think you are describing....I usually "open up" the following: Motor[1].MaxSpeed = 900000 Motor[1].InvAmax = 0.001 Motor[1].InvJmax = 0.0001 Motor[1].InvDmax =0.001 Motor[1].Servo.MaxPosErr = 20000 This might be your issue.... Quote Link to comment Share on other sites More sharing options...
Recommended Posts
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.