F-Error problems
.
These first two seem to run OK.
.
These next two through an f-error
.
This plot is where I could hear the stepper jitter
.
What would cause this
ini file.
[AXIS_Z]
MIN_LIMIT = -82
MAX_LIMIT = -4
# set to double the value in the corresponding joint
MAX_VELOCITY = 120
# set to double the value in the corresponding joint
MAX_ACCELERATION =1800
# shares the above two equally between the joint and the offset
OFFSET_AV_RATIO = 0.5
[JOINT_1]
AXIS = Z
MIN_LIMIT = -82
MAX_LIMIT = -4
MAX_VELOCITY = 60
MAX_ACCELERATION = 900
TYPE = LINEAR
SCALE = -800
STEPGEN_MAX_VEL = 120
STEPGEN_MAX_ACC = 1350
FERROR = 1
MIN_FERROR = 0.25
DIRSETUP = 4000
DIRHOLD = 4000
STEPLEN = 4000
STEPSPACE = 4000
DEADBAND = 0
P = 1000
I = 0
D = 0
FF0 = 0
FF1 = 1
FF2 = 0.000127
BIAS = 0
MAX_OUTPUT = 0
MAX_ERROR = 0
Please Log in or Create an account to join the conversation.
joint limits = 2250,150 respectively
BTW your plots are not showing up, can you attach them rather than use links?
Please Log in or Create an account to join the conversation.
- tommylight
- Away
- Moderator
- Posts: 19205
- Thank you received: 6437
[AXIS_Z] MIN_LIMIT = -82 MAX_LIMIT = -4 # set to double the value in the corresponding joint MAX_VELOCITY = 120 # set to double the value in the corresponding joint MAX_ACCELERATION =1800 # shares the above two equally between the joint and the offset OFFSET_AV_RATIO = 0.5 [JOINT_1] AXIS = Z MIN_LIMIT = -82 MAX_LIMIT = -4 MAX_VELOCITY = 60 MAX_ACCELERATION = 900 TYPE = LINEAR SCALE = -800 STEPGEN_MAX_VEL = 120 <<<<set to 150 STEPGEN_MAX_ACC = 1350 <<<<set to 2250 FERROR = 1 MIN_FERROR = 0.25 DIRSETUP = 4000 DIRHOLD = 4000 STEPLEN = 4000 STEPSPACE = 4000 DEADBAND = 0 P = 1000 I = 0 D = 0 FF0 = 0 FF1 = 1 FF2 = 0.000127 BIAS = 0 MAX_OUTPUT = 0 <<<<delete this MAX_ERROR = 0 <<<<delete this
Please Log in or Create an account to join the conversation.
The stepgen maxaccel and maxvel need to be at least 25% higher than the
joint limits = 2250,150 respectively
BTW your plots are not showing up, can you attach them rather than use links?
Thanks I have fixed the link
Please Log in or Create an account to join the conversation.
Probably 0.00012 to .00025
What kind of machine is this that you need (and than can handle) >2G accel and 3600 IPM?
Last plot show loss of DPLL lock, This can be due to host base time issues
what host hardware do you have? does it have internet connections?
Please Log in or Create an account to join the conversation.
On all plots you could use some FF2
Probably 0.00012 to .00025
What kind of machine is this that you need (and than can handle) >2G accel and 3600 IPM?
Last plot show loss of DPLL lock, This can be due to host base time issues
what host hardware do you have? does it have internet connections?
Peter sorry about the links I don't know what went wrong. I think they are correct now.
I am have trouble in that the same code will run ok but a second time I hear a different noise from the steppers like missing steps.
.
I do have a wifi dongle in the pc could this be a problem?
.
.re. What kind of machine is this that you need (and than can handle) >2G accel and 3600 IPM?
So I thought that would be 3600 mtr/min
.
My machine is metric so is this valid for metric F2 0.00012 to .00025
Please Log in or Create an account to join the conversation.
FF2 is independent of units
What PC hardware do you have?
(this could have a bearing on the stepgen noise issue)
Please Log in or Create an account to join the conversation.
Ahh metric, somehow saw the small Z range and assumed imperial
FF2 is independent of units
What PC hardware do you have?
(this could have a bearing on the stepgen noise issue)
Very helpful Peter.
This is a link to for the pc ark.intel.com/content/www/us/en/ark/prod...p-board-dg965ss.html
Its a Pentium 3G chip Board type DG965SS
Please Log in or Create an account to join the conversation.
A good check on this is pinging the Ethernet FPGA card and checking the ping times
Please Log in or Create an account to join the conversation.
R: Tom
MAX_VELOCITY = 60 <<<<delete this
MAX_ACCELERATION = 900 <<<<delete this
Tom. can you please explain why I have to delete the above. I think that has to bee in a PlasmaC config
Please Log in or Create an account to join the conversation.