Machine interface advice
Machine interface advice
(OP)
I have an interest in developing my own machine computer interface software with graphics. Which software tools / programming languages best lend themselves to this? I'm sure this is subjective, but, all responses would be appreciated!





RE: Machine interface advice
is used by over half a million developers worldwide and has become a critical component in thousands of corporations. It has a simple and programmable syntax and can be either used as a standalone application or embedded in application programs. Best of all, Tcl is open source so it's completely free.
Tk is a graphical user interface toolkit that makes it possible to create powerful GUIs incredibly quickly. It proved so popular that it now ships with all distributions of Tcl.
http://www.tcl.tk/software/tcltk/
Now, I don't personnally use TCL, however, I do use Perl/TK.
I've used Perl for years, so it's one less language that I
have to learn, however, there are many folks who I respect
that use TCL for their efforts.
Cheers,
Rich S.
RE: Machine interface advice
RE: Machine interface advice
<nbucska@pcperipherals.com>
RE: Machine interface advice
RE: Machine interface advice
I vote for LabView for GUI development, but that is primarily what I do programming in.
Melone/nbucska, I know we touched on LabView being painfully slow before, but it really isn't. But I do agree, it is expensive.
nbucska- I tought you did't do Windows!
Refer to link comparing LabView execution speeds:
http://zone.ni.com/devzone/conceptd.nsf/webmain/DC9B6DD177D91D6286256C9400733D7F?opendocument&node=DZ52061_US
RE: Machine interface advice
RE: Machine interface advice
RE: Machine interface advice