Mesa Flash - Mesa 7i94.
- Moreira
- Offline
- New Member
Less
More
- Posts: 16
- Thank you received: 0
13 Nov 2019 14:27 #150298
by Moreira
Replied by Moreira on topic Mesa Flash - Mesa 7i94.
Attachments:
Please Log in or Create an account to join the conversation.
- PCW
- Away
- Moderator
Less
More
- Posts: 17970
- Thank you received: 4828
13 Nov 2019 14:43 #150299
by PCW
Replied by PCW on topic Mesa Flash - Mesa 7i94.
That error means that you did not move the included Makefile that includes the xy2mod object to the src directory
hostmot2-objs := \
hal/drivers/mesa-hostmot2/hostmot2.o \
hal/drivers/mesa-hostmot2/ioport.o \
hal/drivers/mesa-hostmot2/encoder.o \
hal/drivers/mesa-hostmot2/abs_encoder.o\
hal/drivers/mesa-hostmot2/resolver.o \
hal/drivers/mesa-hostmot2/pwmgen.o \
hal/drivers/mesa-hostmot2/inmux.o \
hal/drivers/mesa-hostmot2/xy2mod.o \ <<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<
hostmot2-objs := \
hal/drivers/mesa-hostmot2/hostmot2.o \
hal/drivers/mesa-hostmot2/ioport.o \
hal/drivers/mesa-hostmot2/encoder.o \
hal/drivers/mesa-hostmot2/abs_encoder.o\
hal/drivers/mesa-hostmot2/resolver.o \
hal/drivers/mesa-hostmot2/pwmgen.o \
hal/drivers/mesa-hostmot2/inmux.o \
hal/drivers/mesa-hostmot2/xy2mod.o \ <<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<
The following user(s) said Thank You: Moreira
Please Log in or Create an account to join the conversation.
- PCW
- Away
- Moderator
Less
More
- Posts: 17970
- Thank you received: 4828
13 Nov 2019 14:57 #150300
by PCW
Replied by PCW on topic Mesa Flash - Mesa 7i94.
its hostmot2 not hotmot2
Please Log in or Create an account to join the conversation.
- Moreira
- Offline
- New Member
Less
More
- Posts: 16
- Thank you received: 0
13 Nov 2019 15:32 #150302
by Moreira
Replied by Moreira on topic Mesa Flash - Mesa 7i94.
PCW you were right!
I forgot to copy the makefile into the source directory!
It's working now!! I can load the linux CNC and It recognises the board 7i94.
Thanks a lot!!
I forgot to copy the makefile into the source directory!
It's working now!! I can load the linux CNC and It recognises the board 7i94.
Thanks a lot!!
Please Log in or Create an account to join the conversation.
- andypugh
- Offline
- Moderator
Less
More
- Posts: 23170
- Thank you received: 4860
13 Nov 2019 15:50 #150307
by andypugh
Replied by andypugh on topic Mesa Flash - Mesa 7i94.
My suggested procedure still has some things going for it, as it takes a lot of surrounding stuff out of the equation.
But it does need to be "hostmot2".
But it does need to be "hostmot2".
The following user(s) said Thank You: Moreira
Please Log in or Create an account to join the conversation.
- PCW
- Away
- Moderator
Less
More
- Posts: 17970
- Thank you received: 4828
13 Nov 2019 18:54 #150320
by PCW
Replied by PCW on topic Mesa Flash - Mesa 7i94.
Yes, halcmd is great way to debug hardware and software setups, list pins and parameters etc without the need for a hal/ini file
Its also better for live tweaking pins and parameters than the GUIs "show" interface because it has command completion and you inherit command history and line editing from the terminal interface
Its also better for live tweaking pins and parameters than the GUIs "show" interface because it has command completion and you inherit command history and line editing from the terminal interface
The following user(s) said Thank You: Moreira
Please Log in or Create an account to join the conversation.
- Moreira
- Offline
- New Member
Less
More
- Posts: 16
- Thank you received: 0
14 Nov 2019 09:55 - 14 Nov 2019 09:56 #150352
by Moreira
Replied by Moreira on topic Mesa Flash - Mesa 7i94.
Attachments:
Last edit: 14 Nov 2019 09:56 by Moreira.
Please Log in or Create an account to join the conversation.
- andypugh
- Offline
- Moderator
Less
More
- Posts: 23170
- Thank you received: 4860
14 Nov 2019 16:37 #150375
by andypugh
Replied by andypugh on topic Mesa Flash - Mesa 7i94.
Another tip, you can use the command line to connect to a live system:That allows you link and unlink pins, load and unload HAL components, start halmeters (loadusr halmeter pin motion.program-line for example), start the halscope (loadusr halscope) etc etc.
Anything you can do in a HAL file you can do live at the command line.
halcmd -kf
Anything you can do in a HAL file you can do live at the command line.
The following user(s) said Thank You: Moreira
Please Log in or Create an account to join the conversation.
- Moreira
- Offline
- New Member
Less
More
- Posts: 16
- Thank you received: 0
14 Nov 2019 16:41 #150377
by Moreira
Replied by Moreira on topic Mesa Flash - Mesa 7i94.
This is great! Thank you!
Please Log in or Create an account to join the conversation.
- Henk
- Offline
- Platinum Member
Less
More
- Posts: 395
- Thank you received: 80
22 Jun 2020 18:32 #172376
by Henk
Replied by Henk on topic Mesa Flash - Mesa 7i94.
Hi. Is the 7i94 supported by the standard 2.7.15 distribution?
Thanks
Henk
Thanks
Henk
Please Log in or Create an account to join the conversation.
Time to create page: 0.102 seconds