Mesa 7i96 and LinuxCNC 2.8 PnCConf
01 Aug 2018 18:08 #115330
by PCW
Replied by PCW on topic Mesa 7i96 and LinuxCNC 2.8 PnCConf
You don't need sudo for Ethernet card access, what you do need is the latest
mesaflash (using sudo may just give the broken mesaflash version rights to corrupt memory it doesn't own)
I think this needs to be built from source _AND_ don't build master...
Checkout 3.3 before building, master does not have the 7I96 support
mesaflash (using sudo may just give the broken mesaflash version rights to corrupt memory it doesn't own)
I think this needs to be built from source _AND_ don't build master...
Checkout 3.3 before building, master does not have the 7I96 support
Please Log in or Create an account to join the conversation.
01 Aug 2018 18:13 #115331
by andypugh
Does that need fixing?
Replied by andypugh on topic Mesa 7i96 and LinuxCNC 2.8 PnCConf
I think this needs to be built from source _AND_ don't build master...
Checkout 3.3 before building, master does not have the 7I96 support
Does that need fixing?
Please Log in or Create an account to join the conversation.
01 Aug 2018 18:16 #115333
by PCW
Replied by PCW on topic Mesa 7i96 and LinuxCNC 2.8 PnCConf
I dont know whats involved to get the latest mesaflash 3.3 changes merged into mesaflash master. Whether there even needs to be a development version of something so basic is also an open question
Please Log in or Create an account to join the conversation.
02 Aug 2018 18:00 - 02 Aug 2018 18:23 #115424
by ikkuh
I have two mesaflashes now, one from the repositories and one I build from the source at github.
The repo one:
The one I build from github.com/micges/mesaflash
Both mesaflash bins give me the segmentation fault.
I can not find the version you keep referring to. Where is this magical mesaflash hidden?
Btw: I am using the master-rt repo as I want 2.8 pre.
btw2: When I check the repositories there is just one mesaflash:
Replied by ikkuh on topic Mesa 7i96 and LinuxCNC 2.8 PnCConf
You don't need sudo for Ethernet card access, what you do need is the latest
mesaflash (using sudo may just give the broken mesaflash version rights to corrupt memory it doesn't own)
I have two mesaflashes now, one from the repositories and one I build from the source at github.
The repo one:
ton@LinuxCNC-MESA:~$ mesaflash
Mesaflash version 3.3.0~pre (built on Jun 28 2017 04:15:24 with libpci 3.1.9)
Configuration and diagnostic tool for Mesa Electronics PCI(E)/ETH/EPP/USB boards
(C) 2013-2015 Michael Geszkiewicz (contact: micges@wp.pl)
(C) Mesa Electronics
Try 'mesaflash --help' for more information
The one I build from github.com/micges/mesaflash
ton@LinuxCNC-MESA:~$ mesaflash/mesaflash
Mesaflash version 3.3.0~pre (built on Aug 1 2018 19:07:16 with libpci 3.1.9)
Configuration and diagnostic tool for Mesa Electronics PCI(E)/ETH/EPP/USB boards
(C) 2013-2015 Michael Geszkiewicz (contact: micges@wp.pl)
(C) Mesa Electronics
Try 'mesaflash --help' for more information
Both mesaflash bins give me the segmentation fault.
I can not find the version you keep referring to. Where is this magical mesaflash hidden?
Btw: I am using the master-rt repo as I want 2.8 pre.
btw2: When I check the repositories there is just one mesaflash:
This change is not coming from a source that supports changelogs.
Failed to fetch the changelog for mesaflash
URI was: http://linuxcnc.org/dists/wheezy/base/binary-i386/mesaflash_3.3.0~pre0+dfsg-0_i386.changelog
Last edit: 02 Aug 2018 18:23 by ikkuh.
Please Log in or Create an account to join the conversation.
02 Aug 2018 18:22 #115425
by PCW
Replied by PCW on topic Mesa 7i96 and LinuxCNC 2.8 PnCConf
github.com/micges/mesaflash
As I mentioned, you must checkout 3.3 _not_ mesaflash master
This has nothing to do with the LinuxCNC version
You can select the branch with a button on the left side of the file listing on
GitHub
3.3 has Latest commit 5dc2dd1 on Jun 9
As I mentioned, you must checkout 3.3 _not_ mesaflash master
This has nothing to do with the LinuxCNC version
You can select the branch with a button on the left side of the file listing on
GitHub
3.3 has Latest commit 5dc2dd1 on Jun 9
Please Log in or Create an account to join the conversation.
02 Aug 2018 18:38 #115428
by ikkuh
Ok, it works now. Good to see that the transformers are really ssr's.
Replied by ikkuh on topic Mesa 7i96 and LinuxCNC 2.8 PnCConf
(that was not really clear to me. I read it to say that the latest version was available through the repos)github.com/micges/mesaflash
As I mentioned, you must checkout 3.3 _not_ mesaflash master
Ok, it works now. Good to see that the transformers are really ssr's.
Please Log in or Create an account to join the conversation.
- snugglylovemuffin
- Offline
- Elite Member
Less
More
- Posts: 209
- Thank you received: 11
04 Nov 2018 23:58 #119949
by snugglylovemuffin
Replied by snugglylovemuffin on topic Mesa 7i96 and LinuxCNC 2.8 PnCConf
How are you managing your endstops? I modified a 7i76 wizard file for my machine but my endstops aren't showing that they're tripping.
Please Log in or Create an account to join the conversation.
05 Nov 2018 00:21 #119953
by PCW
Replied by PCW on topic Mesa 7i96 and LinuxCNC 2.8 PnCConf
7I96 inputs 0..11 map directly to GPIO hal pins 000..011
Have you tried using halshow to check the inputs and verify that your home and or limit switches work as expected?
I would always do this before proceeding
Have you tried using halshow to check the inputs and verify that your home and or limit switches work as expected?
I would always do this before proceeding
Please Log in or Create an account to join the conversation.
- snugglylovemuffin
- Offline
- Elite Member
Less
More
- Posts: 209
- Thank you received: 11
05 Nov 2018 15:42 #119996
by snugglylovemuffin
Replied by snugglylovemuffin on topic Mesa 7i96 and LinuxCNC 2.8 PnCConf
My switches are normally closed w/ 24v going to the input on the TB3 header.
I have my HAL file, I'm just not sure if this is the proper way to write that the pins are NC for this board, as using other examples has proved fruitless.
I have my HAL file, I'm just not sure if this is the proper way to write that the pins are NC for this board, as using other examples has proved fruitless.
Please Log in or Create an account to join the conversation.
- tommylight
- Away
- Moderator
Less
More
- Posts: 19219
- Thank you received: 6440
05 Nov 2018 15:57 #120000
by tommylight
Replied by tommylight on topic Mesa 7i96 and LinuxCNC 2.8 PnCConf
in_not
should be
in-not
should be
in-not
Please Log in or Create an account to join the conversation.
Moderators: cmorley
Time to create page: 0.121 seconds