Hello Guest it is March 28, 2024, 10:29:08 PM

Author Topic: Scripter Compile Error bites again :(  (Read 15382 times)

0 Members and 1 Guest are viewing this topic.

Offline rcaffin

*
  •  1,052 1,052
    • View Profile
Re: Scripter Compile Error bites again :(
« Reply #70 on: March 15, 2018, 06:46:43 AM »
Hi Craig

I started writing in Assembler around 1970.  At one stage I 'knew' just about every microprocessor language - and then gave up tracking the ones which I knew were not going anywhere. I also knew most standard high-level languages until they too got boring (being little more than variants on each other).
I have written everything from device drivers to science packages to database systems (not the app, the system), robot and machine controllers, image analysis systems, ...
I have debugged OSs, compilers and ...  Both the first OS and the compiler were fun, as I was able to tell the vendor exactly where the bug was without the source code.

Now - I am retired.
So yes, I know what a disassembler can and cannot do. I agree with the limits you gave.
Mind you, decompiling C is not that hard: there is little difference between the two!

Cheers
Roger

Offline Davek0974

*
  •  2,606 2,606
    • View Profile
Re: Scripter Compile Error bites again :(
« Reply #71 on: March 17, 2018, 11:40:45 AM »
I had a small run of parts on the mill today, about 15 tool changes in all - all worked perfectly, no scripter errors.

Too early to say fixed or not but it's promising.

Offline Davek0974

*
  •  2,606 2,606
    • View Profile
Re: Scripter Compile Error bites again :(
« Reply #72 on: March 18, 2018, 09:36:15 AM »
Running again this morning - still no sign of trouble :)
Re: Scripter Compile Error bites again :(
« Reply #73 on: March 19, 2018, 05:14:24 AM »
Fingers crossed!

Mike
We never have the time or money to do it right the first time, but we somehow manage to do it twice and then spend the money to get it right.

Offline TPS

*
  •  2,501 2,501
    • View Profile
Re: Scripter Compile Error bites again :(
« Reply #74 on: March 24, 2018, 05:52:29 AM »
hello Dave,

you wrote that you are using rigid tapping
with cs lab enc module?

in G84 or with M84 ?

Thomas
anything is possible, just try to do it.
if you find some mistakes, in my bad bavarian english,they are yours.

Offline Davek0974

*
  •  2,606 2,606
    • View Profile
Re: Scripter Compile Error bites again :(
« Reply #75 on: March 24, 2018, 06:44:44 AM »
Hi

yes, I modded my posts to output M84

Offline TPS

*
  •  2,501 2,501
    • View Profile
Re: Scripter Compile Error bites again :(
« Reply #76 on: March 24, 2018, 06:47:48 AM »
Hi Thank you for the reply,

if i use M84 my System allways get stuck.

anything is possible, just try to do it.
if you find some mistakes, in my bad bavarian english,they are yours.

Offline Davek0974

*
  •  2,606 2,606
    • View Profile
Re: Scripter Compile Error bites again :(
« Reply #77 on: March 24, 2018, 07:29:50 AM »
Have you got the full M84 output code?

Should appear like this...

M84 Q11.262 P0.8 S350 R350

Offline TPS

*
  •  2,501 2,501
    • View Profile
Re: Scripter Compile Error bites again :(
« Reply #78 on: March 24, 2018, 07:53:11 AM »
what a actual do is:

Z = 0

then
M3
M84 P2 Q-20 S50 R100

i suggested that it will go to -20 and then go back

but it goes to -20 spindle stops wait for the 2 sek start's spindle CW again
and goes with f200 further down (Z-) until i press stop
anything is possible, just try to do it.
if you find some mistakes, in my bad bavarian english,they are yours.

Offline Davek0974

*
  •  2,606 2,606
    • View Profile
Re: Scripter Compile Error bites again :(
« Reply #79 on: March 24, 2018, 08:56:24 AM »
Take the M3 out, the spindle is controlled internally by the M84 routine - its scary but does work ;)

Your parameters are in the wrong order too :)

Should be M84 Q P S R