Hi, Thanks for your reply. I spend quite a long time setting again my machine (previous ini file was getting obsolete, giving error), and I have some new information.
For jdi, I get able to make a home doing a sleep after the command (time.sleep(5)) this explain me I have to wait the command to complete, and I now looking for this informations! Is there somewhere a list of all available command and signal that can be used in python for EMC control ? Regards Claude Chris Radek a écrit : > On Wed, Nov 05, 2008 at 09:56:40PM +0100, Claude Froidevaux wrote: > >> I want to make a home (same as "home all" on axis). As much as I look, >> it seem to be the command c.home(-1) >> > > That's right -- and it works for me. > > To check: > s=emc.stat() > s.poll() > print s.homed > > Maybe you have added c.home(-1) in the wrong place in jdi. Maybe you > are not waiting for homing to complete? Please say exactly what you > have tried... > > Chris > > > ------------------------------------------------------------------------- > This SF.Net email is sponsored by the Moblin Your Move Developer's challenge > Build the coolest Linux based applications with Moblin SDK & win great prizes > Grand prize is a trip for two to an Open Source event anywhere in the world > http://moblin-contest.org/redirect.php?banner_id=100&url=/ > _______________________________________________ > Emc-users mailing list > [email protected] > https://lists.sourceforge.net/lists/listinfo/emc-users > ------------------------------------------------------------------------ > > > No virus found in this incoming message. > Checked by AVG - http://www.avg.com > Version: 8.0.175 / Virus Database: 270.8.6/1769 - Release Date: 05/11/2008 > 07:17 > > ------------------------------------------------------------------------- This SF.Net email is sponsored by the Moblin Your Move Developer's challenge Build the coolest Linux based applications with Moblin SDK & win great prizes Grand prize is a trip for two to an Open Source event anywhere in the world http://moblin-contest.org/redirect.php?banner_id=100&url=/ _______________________________________________ Emc-users mailing list [email protected] https://lists.sourceforge.net/lists/listinfo/emc-users
