> > I've attached a pair of files, pyvcp-dro.xml and pyvcp-dro.hal, which 
> > (should) implement a 3 axis DRO with one "zero" button for each axis. 
> 
> Oops, found a typo:

there's at least one more, the line where pyvcp is called should read:
loadusr -W pyvcp pyvcp-dro.xml

(original had underscore in the filename)

John's xml has highlighted a feature/bug of pyvcp. The file starts with an
empty line(or just 'enter'), and xml.dom.minidom.parse does not seem to like
that:
pyVCP: Error: could not open pyvcp-dro.xml !

as soon as I remove the empty line at the beginning of the xml file, it works:
pyVCP: Creating widgets from pyvcp-dro.xml ... Done.

Is that a feature of XML/parsing, or a bug in vcpparse.py?

> > net YphaseA parport.0.pin-04-in => encoder.1.phase-A

with this new syntax, is there ever a named signal that gets created?
Or does 'net' just link two pins together ?



Anders

-------------------------------------------------------------------------
Take Surveys. Earn Cash. Influence the Future of IT
Join SourceForge.net's Techsay panel and you'll get the chance to share your
opinions on IT & business topics through brief surveys - and earn cash
http://www.techsay.com/default.php?page=join.php&p=sourceforge&CID=DEVDEV
_______________________________________________
Emc-users mailing list
Emc-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/emc-users

Reply via email to