Insert points in blocks with lisp

Till now lisp work ok, but now cant recognize it.

Unable to recognize command "4". Please try again.

Unable to recognize command "5". Please try again.

Unable to recognize command "6". Please try again.

Template file is 0.txt in attachment.
Template blocks is 0.dwg
and lisp is t25.lsp
dcl:
t25:dialog {
label="KARTIRANJE";

    : edit_box  {
    label="Razmera kartiranja:";
    key="razmera";
    allow_accept=true;
        fixed_width = true;
            }

    : edit_box  {
    label="Ugao rotiranja atributa:";
    key="ugao";
    allow_accept=true;
        fixed_width = true;
            }

    : edit_box  {
    label="Od tacke:";
    key="manja";
    allow_accept=true;
        fixed_width = true;
            }

    : edit_box  {
    label="Do tacke:";
    key="veca";
    allow_accept=true;
        fixed_width = true;
            }

    : toggle    {
        label = "Kartirati sve tacke";
        key = "sve";
        mnemonic = "S";
        fixed_width = true;
            }

    : toggle    {
        label = "T25-HONEYWELL";
        key = "han";
        mnemonic = "H";
        fixed_width = true;
            }

ok_cancel;
}

------------------------------------------------

LISP can be run on command T25
-LISP START
After OK chose TXT file with extension prn.

enter points below in txt flie with space delimiter, save it and change txt extension in prn

1 7405228.63 5011661.12 80.51
2 7405227.21 5011666.58 80.54
3 7405228.29 5011666.61 80.53
4 7405227.31 5011671.30 80.54
5 7405227.84 5011673.23 80.53
6 7405231.56 5011666.12 80.55
7 7405243.60 5011664.63 80.66
8 7405242.82 5011668.76 80.56
9 7405244.13 5011668.69 80.56
10 7405246.68 5011668.43 80.50

Comments

  • I found what is going wrong.
    But still do not know how i change this before.
    Perhaps the applications I use with the program are not compatible.

This discussion has been closed.

Howdy, Stranger!

It looks like you're new here. Click one of the buttons on the top bar to get involved!