Re: [Emc-users] Mesa 8i20 as a spindle drive

2019-09-05 Thread Curtis Dutton
Ok well I'll try it out thanks!

On Thu, Sep 5, 2019 at 3:36 PM andy pugh  wrote:

> On Thu, 5 Sep 2019 at 20:17, Curtis Dutton  wrote:
>
> > I'll be controlling it via hostmot2.
>
>
> I was assuming that.
>
>
> > I just wasn't sure if the driver could
> > be commanded without an encoder.
>
>
> It just needs an angle and a current. Which is where the siggen might be an
> answer.
>
> --
> atp
> "A motorcycle is a bicycle with a pandemonium attachment and is designed
> for the especial use of mechanical geniuses, daredevils and lunatics."
> — George Fitch, Atlanta Constitution Newspaper, 1916
>
> ___
> Emc-users mailing list
> Emc-users@lists.sourceforge.net
> https://lists.sourceforge.net/lists/listinfo/emc-users
>

___
Emc-users mailing list
Emc-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/emc-users


Re: [Emc-users] Mesa 8i20 as a spindle drive

2019-09-05 Thread andy pugh
On Thu, 5 Sep 2019 at 20:17, Curtis Dutton  wrote:

> I'll be controlling it via hostmot2.


I was assuming that.


> I just wasn't sure if the driver could
> be commanded without an encoder.


It just needs an angle and a current. Which is where the siggen might be an
answer.

-- 
atp
"A motorcycle is a bicycle with a pandemonium attachment and is designed
for the especial use of mechanical geniuses, daredevils and lunatics."
— George Fitch, Atlanta Constitution Newspaper, 1916

___
Emc-users mailing list
Emc-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/emc-users


Re: [Emc-users] Mesa 8i20 as a spindle drive

2019-09-05 Thread Curtis Dutton
I'll be controlling it via hostmot2. I just wasn't sure if the driver could
be commanded without an encoder.

On Thu, Sep 5, 2019 at 2:05 PM andy pugh  wrote:

> On Thu, 5 Sep 2019 at 18:09, Curtis Dutton  wrote:
>
> > Does anyone know if it would be possible to use a Mesa 8i20 for a 3 phase
> > spindle motor? No encoder just for a router.
> >
>
> I don't see a reason why not, though PCW might.
>
>  The STMBL drive can be used open-loop as a VFD.
>
> You should be able to generate the right effect with siggen.sawtooth.
> http://linuxcnc.org/docs/2.8/html/man/man9/siggen.9.html
>
> --
> atp
> "A motorcycle is a bicycle with a pandemonium attachment and is designed
> for the especial use of mechanical geniuses, daredevils and lunatics."
> — George Fitch, Atlanta Constitution Newspaper, 1916
>
> ___
> Emc-users mailing list
> Emc-users@lists.sourceforge.net
> https://lists.sourceforge.net/lists/listinfo/emc-users
>

___
Emc-users mailing list
Emc-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/emc-users


Re: [Emc-users] Mesa 8i20 as a spindle drive

2019-09-05 Thread andy pugh
On Thu, 5 Sep 2019 at 18:09, Curtis Dutton  wrote:

> Does anyone know if it would be possible to use a Mesa 8i20 for a 3 phase
> spindle motor? No encoder just for a router.
>

I don't see a reason why not, though PCW might.

 The STMBL drive can be used open-loop as a VFD.

You should be able to generate the right effect with siggen.sawtooth.
http://linuxcnc.org/docs/2.8/html/man/man9/siggen.9.html

-- 
atp
"A motorcycle is a bicycle with a pandemonium attachment and is designed
for the especial use of mechanical geniuses, daredevils and lunatics."
— George Fitch, Atlanta Constitution Newspaper, 1916

___
Emc-users mailing list
Emc-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/emc-users


Re: [Emc-users] Mesa 8i20 as a spindle drive

2019-09-05 Thread N
Driver has some kind of input?

> Does anyone know if it would be possible to use a Mesa 8i20 for a 3 phase
> spindle motor? No encoder just for a router.
> 
> Thanks,
>Curt
> 
> ___
> Emc-users mailing list
> Emc-users@lists.sourceforge.net
> https://lists.sourceforge.net/lists/listinfo/emc-users


___
Emc-users mailing list
Emc-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/emc-users


[Emc-users] Mesa 8i20 as a spindle drive

2019-09-05 Thread Curtis Dutton
Does anyone know if it would be possible to use a Mesa 8i20 for a 3 phase
spindle motor? No encoder just for a router.

Thanks,
   Curt

___
Emc-users mailing list
Emc-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/emc-users


Re: [Emc-users] Mesa PIN file description

2019-09-05 Thread Marius Liebenberg


On 9/4/2019 9:09 PM, Peter C. Wallace wrote:

On Wed, 4 Sep 2019, Marius Liebenberg wrote:


Date: Wed, 4 Sep 2019 21:03:10 +0200
From: Marius Liebenberg 
Reply-To: "Enhanced Machine Controller (EMC)"
    
To: "Enhanced Machine Controller (EMC)" 


Subject: [Emc-users] Mesa PIN file description

Hi all

Does anyone know of a document or a description somewhere that 
explains the contents, structure and possibilities of the Mesa PIN file?


--

Regards / Groete
Marius D. Liebenberg
082 698 3251


___
Emc-users mailing list
Emc-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/emc-users



Theres a bit of a description in the main constants file:

IDROMConst.vhd


Thanks Peter I have much clearer picture now. Just one description that 
is not clear is the "PinDescType". What I see in the array is not 
explained in the definition.


/type PinDescType is array(0 to MaxPins -1) of std_logic_vector(31 
downto 0);/


and what is in the array is:

/IOPortTag & x"00" & StepGenTag & StepGenDirPin,     -- I/O 00/

The second field in particular is not clear to me.



Peter Wallace
Mesa Electronics

(\__/)
(='.'=) This is Bunny. Copy and paste bunny into your
(")_(") signature to help him gain world domination.



___
Emc-users mailing list
Emc-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/emc-users


--

Regards / Groete
Marius D. Liebenberg
082 698 3251


___
Emc-users mailing list
Emc-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/emc-users