I modified the pci_8255 driver and renamed it to pci_dio96 then compiled it 
into EMC. I called the new driver in my cofig and it did show up with the 
proper number of pins in hal show. Have'nt tested it yet but I do expect 
some hurdles. The first time it lock up the computer completely while 
loading EMC. I fixed a booboo and it loaded normally after that. I have a 
little learning curve but I am on my way. Thank you for all your help so 
far. If I can make this work it will give us 96 more IO points to play 
with........Any future help is welcomed and appreciated...

           Dave

----- Original Message ----- 
From: "Dave Keeton" <[EMAIL PROTECTED]>
To: "Enhanced Machine Controller (EMC)" <[email protected]>
Sent: Thursday, May 15, 2008 10:35 PM
Subject: Re: [Emc-users] Installing on Hardy Heron


> Thank you! That is a big help....
>
>     Dave
>
> ----- Original Message ----- 
> From: "Stephen Wille Padnos" <[EMAIL PROTECTED]>
> To: "Enhanced Machine Controller (EMC)" <[email protected]>
> Sent: Thursday, May 15, 2008 10:24 PM
> Subject: Re: [Emc-users] Installing on Hardy Heron
>
>
>> Dave Keeton wrote:
>>
>>>Since I'm still working on that driver for my DIO96, Is it very difficult
>>>to
>>>compile the new driver into emc? I am fairly new at C programming so this
>>>is
>>>a learning experience for me.....
>>>
>>>
>> Install the developer tools:
>> sudo apt-get install emc2-dev
>>
>> Maybe also install all the EMC build dependencies (though I don't think
>> it's necessary):
>> sudo apt-get build-dep emc2
>>
>> Then write some C or comp code (man comp for more info, also you can
>> look at all the comps in the emc source after `apt-get source emc2`),
>> and install it with:
>> sudo comp --install mycode.c
>> or sudo comp --install mycode.comp
>>
>> Not too hard, especially if you have DSL or cable for the package
>> downloads :)
>>
>> Oh, there's a wiki page:
>> <http://wiki.linuxcnc.org/cgi-bin/emcinfo.pl?HowToWriteNewHalComponent>
>>
>> - Steve
>> [snip]
>>
>>
>> -------------------------------------------------------------------------
>> This SF.net email is sponsored by: Microsoft
>> Defy all challenges. Microsoft(R) Visual Studio 2008.
>> http://clk.atdmt.com/MRT/go/vse0120000070mrt/direct/01/
>> _______________________________________________
>> Emc-users mailing list
>> [email protected]
>> https://lists.sourceforge.net/lists/listinfo/emc-users
>>
>
>
> -------------------------------------------------------------------------
> This SF.net email is sponsored by: Microsoft
> Defy all challenges. Microsoft(R) Visual Studio 2008.
> http://clk.atdmt.com/MRT/go/vse0120000070mrt/direct/01/
> _______________________________________________
> Emc-users mailing list
> [email protected]
> https://lists.sourceforge.net/lists/listinfo/emc-users
> 


-------------------------------------------------------------------------
This SF.net email is sponsored by: Microsoft 
Defy all challenges. Microsoft(R) Visual Studio 2008. 
http://clk.atdmt.com/MRT/go/vse0120000070mrt/direct/01/
_______________________________________________
Emc-users mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/emc-users

Reply via email to