From: David Gravereaux on 7 Oct 2009 17:07 David Gravereaux wrote: > Ok, I see what you want to do. Those are the DB-25 pin numbers for the > control port signals on port 0x378+2 Whoops... looks like inpout32.dll can work. My mistake. All you'd need after that is to write an extension for it. If this was me, I'd choose the RTS/DTR method due to effects of Murphy, less code and less cables. --
From: CKL on 7 Oct 2009 17:58 On 7 oct, 21:39, Jan Kandziora <j...(a)gmx.de> wrote: > CKL schrieb: > > >> For information, my open source project is located here > >> :http://papsi.origo.ethz.ch/wiki/screenshots(Writtenin tcl) > >> :-)))http://papsi.origo.ethz.ch/wiki/cahier_des_charges_0 > > >> But it's in French > > No problem, as the language of science is math and the language of > engineering are schematics. > > I don't think you will be encountering big problems with Tcl's speed. Your > device is using stepper motors, if I understand correctly. The upper speed > of such a device is limited to a low level by the intertia of the mass to > move. A Tcl program should always be fast enough to catch up. > > Kind regards > > Jan It's right jan, it's for Stepper Motors. But this application, is just to configure, download new Firmware, and test a little bit the stepper for debug, it is not intended to replace a tool like Mach 3 Christian
From: CKL on 8 Oct 2009 05:40 On 7 oct, 23:07, David Gravereaux <davyg...(a)pobox.com> wrote: > David Gravereaux wrote: > > Ok, I see what you want to do. Those are the DB-25 pin numbers for the > > control port signals on port 0x378+2 > > Whoops... looks like inpout32.dll can work. My mistake. All you'd > need after that is to write an extension for it. If this was me, I'd > choose the RTS/DTR method due to effects of Murphy, less code and less > cables. > -- > > signature.asc > < 1 000AfficherTélécharger Thanks for all, There is an extension in tcl which allows to use inout32.dll : LPTTCL.dll see http://wiki.tcl.tk/2816. But I will use it in the future, (also for my application) but for now, my decision has been taken to use full RS232 connexion to control the plex. Christian
First
|
Prev
|
Pages: 1 2 3 4 Prev: BLT with starpacks Next: Announce : Oratcl version 4.5 is released. |