Am 02.03.2013 um 11:27 schrieb Anders Wallin: > On Sat, Mar 2, 2013 at 10:13 AM, Marius Liebenberg > <[email protected]>wrote: > >> Hi, >> I need to do a lot of changes to a customer's system that has 5i23 and >> other cards installed. I dont have a similar installation to work on so >> my question is, is there a way to run LinuxCnc or just start it up >> without functionality, without having the 5i23 installed. Something like >> a dummy component. I need to make sure all the HAL connections are made >> and are to the right pins. Once that is done I can take the files to >> their system and test. >> > > No, AFAIK. > > A build-option where the HAL driver could be built in a "simulator" mode > would be nice. > All the HAL-pins would be exposed and available for monitoring, but no real > hardware would be required.
just emulating the pins with say a Python userland HAL component would be easy that wouldnt help beyond loading though since the behaviour would have to be emulated too or it would be of rather limited use - the first dependency on an output pin having some non-default value would stop the simulation in its tracks That problem has a $153 solution - which you'd want to put into proportion to the cost of writing a simulator including behavior -m > > AW > ------------------------------------------------------------------------------ > Everyone hates slow websites. So do we. > Make your web apps faster with AppDynamics > Download AppDynamics Lite for free today: > http://p.sf.net/sfu/appdyn_d2d_feb > _______________________________________________ > Emc-users mailing list > [email protected] > https://lists.sourceforge.net/lists/listinfo/emc-users ------------------------------------------------------------------------------ Everyone hates slow websites. So do we. Make your web apps faster with AppDynamics Download AppDynamics Lite for free today: http://p.sf.net/sfu/appdyn_d2d_feb _______________________________________________ Emc-users mailing list [email protected] https://lists.sourceforge.net/lists/listinfo/emc-users
