Hello Guest it is March 28, 2024, 04:48:01 PM

Show Posts

This section allows you to view all posts made by this member. Note that you can only see posts made in areas you currently have access to.


Messages - nemoc

Pages: 1 2 3 »
1
General Mach Discussion / Re: Art Code:8877
« on: April 27, 2012, 09:27:31 PM »
Just for something to try I have seen the DO act strangely in certain combinations. You may try this as a test to see if it acts  differently.
................................................................................
(;-) TP
Hi BR549
I swapped your suggested code to suit my need, and did a simulation.
 So far this has worked without problems.
......
  Code "(Ativado)"
  Code "M8"
  Code "G04 P2.5"
  Code "M9"
  Code "G04 P1"   
  Code "(            )"
While  Isactive(Input1) = False
Code "(Pneumatico Desativado)"
Wend
End

Nemo

2
General Mach Discussion / Re: Art Code:8877
« on: April 27, 2012, 08:24:37 PM »
Wonder if it could be due to........................................Mine just sits at 1% CPU.
Hood

Mine show 2%.

Nemo

3
General Mach Discussion / Re: Art Code:8877
« on: April 27, 2012, 05:50:13 PM »
HI BR549 , I'll try your suggestion.

Nemo

4
General Mach Discussion / Re: Art Code:8877
« on: April 27, 2012, 05:45:45 PM »
I'll try to explain the issue.
 Beside the spindle has an air drill. Initially the drill is high and the microswitch is activated or INPUT # 1 is high.
 When the drill is driven by Gcode, an air piston down the drill and the microswitch is deactivated, ie, INPUT # 1 goes down.
 The drill must return to the top, microswitch trigger to HI , releasing the CNC advances to the next hole.
I hope I have explained well.

Nemo

5
General Mach Discussion / Re: Art Code:8877
« on: April 27, 2012, 05:17:52 PM »
I've tried to emulate the keyboard and did the same.
 The error does not occur immediately after the trigger microswitch or the keyboard, only after some time after retained.
 I have attached picture from the message

6
General Mach Discussion / Re: Art Code:8877
« on: April 27, 2012, 03:11:33 PM »
Hi Hood

XML attached.

7
General Mach Discussion / Re: Art Code:8877
« on: April 27, 2012, 01:15:03 PM »
Hi Hood
Parallel Port
Mach Version R3.042.029
INPUT#1 - PIN10
Active HI
The external Device is a single MicroSwitch.
Could the problem be caused by debouncing or noise?

Nemo

8
General Mach Discussion / Re: Art Code:8877
« on: April 27, 2012, 01:02:42 PM »
Hi BR549
It's Simple. The macro checks if INPUT#1 is or not active.
If TRUE - forward , If FALSE,  wait for TRUE condition.

thanks


Nemo

9
General Mach Discussion / Re: Art Code:8877
« on: April 25, 2012, 08:27:24 PM »
Hi Hood
I have a macro like this below , where the error  (Art Code:8877) occurs when changing the value of INPUT1.
Can you see anything wrong?

Thanks

Nemo

*************************
Dim Value as boolean

Value = IsActive(INPUT1)
   

   If Value = True Then
         Code "(Ativado)"
         Code "M8"
         Code "G04 P2.5"
         Code "M9"
         Code "G04 P1"   
              Code "(            )"

      Else

   Do
   Value = IsActive(INPUT1)
   If Value = False then
      Code "(Pneumatico Desativado)"
   Else
         Code "(Ativado)"
         Code "M8"
         Code "G04 P2.5"
         Code "M9"
         Code "G04 P1"   
              Code "(            )"

      Exit Do
   End If
   Loop
    End If
Exit Sub

10
General Mach Discussion / Art Code:8877
« on: April 25, 2012, 05:55:43 PM »
Hello people, can someone help me with this message?
 "Art Code: 8877."
 What does it mean?
 Where can I get an error table?

Thanks

NEMO

Pages: 1 2 3 »