edytornc is text editor for cnc programmers.docx

Upload: brandon-castillo

Post on 02-Jun-2018

215 views

Category:

Documents


0 download

TRANSCRIPT

  • 8/10/2019 EdytorNC is text editor for CNC programmers.docx

    1/2

    EdytorNC is text editor for CNC programmers.http://sourceforge.net/projects/edytornc/Source code of EdytorNC can from SVN :http://edytornc.svn.sourceforge.net/viewvc/edytornc/?view=tarSome features :

    bolt holes calculationsolutions of triangles calculationspeed, feed calculationsend/receive through serial portconversion inch/mm, mm/inch. You can write inches in format 1.3/4 1/4 ...find in filessimple project managment - you can keep links to (almost) all files related to your part

    programm in one place.first comment in program is displayed in title bar. In first comment you can write part name.comment with date will be replaced with current date on file save. Comment format (dd-mm-yyyy) or ;dd-mm-yyyy

    block renumbering - whole program or selectioncode colorizing. Now with help function - click on "Help"->"Create cnc tooltips" and putmouse pointer above G, M or other codes - should appear tooltip with short information about

    pointed code.Default tooltips are in file "cnc_tooltips_lang_code.txt" (lang_code = pl_PL - for polish) infolder with application settings (~.config on Linux. C:\Documents andSettings\USERNAME\Application Data\EdytorNC on Windows).You may copy it to folder with cnc programs and customize for your machine. File must berenamed to "cnc_tips.txt". Now this is done by functions in help menu.Currently tooltip file contains some information about codes for OKUMA, SINUMERIK 850and FANUC.Code colorizing detects control type by 'in file' file name eg. : $EXAMPLE.MIN%$SUBS.SSB% - OKUMA; :0110 O1234 - FANUCExperimental features :macro program - parametric programming. See EXAMPLES dir.split file - if file contains more than one program this function tries to split it into separatefiles. No auto save yet.Command line options:open file -> edytornc file.ncdiff two files -> edytornc -diff file1.nc file2.ncEdytorNC is developed in QT Creator (best for compile EdytorNC) (libs Qt 4.6, should

    compile without problems under Qt 4.5) : http://www.qtsoftware.com/products/developer-toolsCross platform installer made by BitRock InstallBuilder for Qt :http://installbuilder.bitrock.comIf you have any suggestion (bug/translations mistakes) about EdytorNC please email me -artkoz(at)poczta.onet.plTo compile EdytorNC :- install Qt SDK- go to the edytornc src directory.- run qmake (this creates proper Makefile)- go to edytornc directory

    - run qmake- run make clean

  • 8/10/2019 EdytorNC is text editor for CNC programmers.docx

    2/2

    - run make (there is no make install)To translate EdytorNC to your language you may use "Qt Linguist Download"http://qt-apps.org/content/show.php/Qt+Linguist+Download?content=89360More about translations : http://doc.trolltech.org/4.6/internationalization.html