Gantry machine progress

More
12 Aug 2017 16:55 #97388 by Yannis
Replied by Yannis on topic Gantry machine progres
the homing of the machine is done with no physical limit and limit switch hooked up
since
HOME = 0
HOME_SEQUENCE = -1
HOME_SEARCH_VEL = 0
HOME_LATCH_VEL = 0
HOME_USE_INDEX = no
HOME_IGNORE_LIMITS = yes

Please Log in or Create an account to join the conversation.

More
12 Aug 2017 17:09 #97391 by Clive S
Replied by Clive S on topic Gantry machine progres

MAX_VELOCITY = 5000
MAX_ACCELERATION = 250.0
MIN_LIMIT = -0.01
MAX_LIMIT = 1500.0

and are the same

I don't see it as the same as MIN_LIMIT = -0.01 MAX_LIMIT = 1500.0 is missing from the first Y
The following user(s) said Thank You: Yannis

Please Log in or Create an account to join the conversation.

More
12 Aug 2017 18:50 #97392 by andypugh
Replied by andypugh on topic Gantry machine progres

and are the same


There _must_ be only one [AXIS_Y] section. And it must contain the axis limits.

Please Log in or Create an account to join the conversation.

More
12 Aug 2017 19:24 #97393 by Yannis
Replied by Yannis on topic Gantry machine progres
i saw this section of the INI file
ENCODER_SCALE = 800
OUTPUT_SCALE = 10
OUTPUT_MIN_LIMIT = -10
OUTPUT_MAX_LIMIT = 10
MIN_LIMIT = -0.01
MAX_LIMIT = 1500.0
HOME_OFFSET = 5.0
HOME = 0
HOME_SEQUENCE = -1
HOME_SEARCH_VEL = 0
HOME_LATCH_VEL = 0
HOME_USE_INDEX = no
HOME_IGNORE_LIMITS = yes

Please Log in or Create an account to join the conversation.

More
12 Aug 2017 19:28 #97394 by Yannis
Replied by Yannis on topic Gantry machine progres
andypugh replied
There _must_ be only one [AXIS_Y] section. And it must contain the axis limits.
the right think to do is to have the [AXIS_Y] in Joint 1 or Joint 2?

Please Log in or Create an account to join the conversation.

More
12 Aug 2017 19:29 #97395 by andypugh
Replied by andypugh on topic Gantry machine progres
Joint limits and axis limits are not always the same thing.
(they have the same numbers, though, in your case)

Just delete the first [AXIS_Y] section that doesn't contain the Y axis limits.

Please Log in or Create an account to join the conversation.

More
12 Aug 2017 19:30 #97396 by andypugh
Replied by andypugh on topic Gantry machine progres

the right think to do is to have the [AXIS_Y] in Joint 1 or Joint 2?


Neither. [AXIS_Y] is the [AXIS_Y] section. It could be anywhere in the INI file, but you should only have one of them.
The following user(s) said Thank You: Yannis

Please Log in or Create an account to join the conversation.

More
12 Aug 2017 19:51 #97398 by Yannis
Replied by Yannis on topic Gantry machine progres
i have one more thing to ask
in some test i use the Touch button or the Touch off button for the z axis and then in the offset tab i write the value 50
the result of that is when i open the linuxcnc i have in the display of the z axis 50 (you can see that in the previous screen shots)
how can i change this value?(my z limits are -280 to0.1)

Please Log in or Create an account to join the conversation.

More
15 Aug 2017 17:00 #97523 by andypugh
Replied by andypugh on topic Gantry machine progres
You need to understand the difference between machine coordinates and work coordinates. The "50" is work coordinates.
If you switch the view to "absolute" (or "machine", depending on the GUI) you will see that you are still working in a -280 to 0.1 range.

Please Log in or Create an account to join the conversation.

More
16 Aug 2017 16:07 #97584 by Yannis
Replied by Yannis on topic Gantry machine progres
hi again
i try to configure the spindle output and the home limit inputs with no success in the hal file


# external input signals

# --- ESTOP-EXT ---
net estop-ext <= hm2_5i25.0.7i77.0.0.input-00

# --- HOME-X ---
net home-x <= hm2_5i25.0.7i77.0.0.input-01

# --- BOTH-X ---
net both-x <= hm2_5i25.0.7i77.0.0.input-02

# --- HOME-Y ---
net home-y <= hm2_5i25.0.7i77.0.0.input-03

# --- BOTH-Y ---
net both-y <= hm2_5i25.0.7i77.0.0.input-04

# --- HOME-Y1 ---
net home-y1 <= hm2_5i25.0.7i77.0.0.input-05

# --- BOTH-Z ---
net both-z <= hm2_5i25.0.7i77.0.0.input-07

# --- HOME-Z ---
net home-z <= hm2_5i25.0.7i77.0.0.input-08

# --- HOME-C ---
net home-c <= hm2_5i25.0.7i77.0.0.input-09


do i have to change anything else??

Please Log in or Create an account to join the conversation.

Time to create page: 0.679 seconds
Powered by Kunena Forum