Hello Guest it is April 26, 2024, 04:05:37 AM

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 - aluplastvz

Pages: « 1 2 3 4 5 »
12
Modbus / Re: Arduino Modbus, Complete, Documented and free
« on: January 09, 2016, 11:53:35 AM »
I have a problem with this code when you activate the Modbus command and went M6T ???
Mach3 bag, "blocks"

13
General Mach Discussion / pwm -conect
« on: January 02, 2016, 05:07:00 PM »
Does anyone have an idea how to make a circuit between the two devices as in the picture?
I have a PWM source which operates from 0 -2.5-5v and analog devices to the entrance between the input and GND has 5V and then output either 10V when you connect a short input and GNG have + 10v
2.5v = 0V
at the exit of how to do to merge these two assembly
greeting

14
I bought a robot ASEA provided you do something to control your robot
greeting

15
how it can be entered DRO value one beneath the other and previous to remain enrolled
x
y
z
x
y
z
......

16
This is great, is it possible to record the position one below the other and that does not erase the previous row
greeting

17
VB and the development of wizards / ATC CW/CCW rotation
« on: December 10, 2015, 07:42:40 AM »
Can someone help me how to rotate tool cw / ccw with BCD encoder 1-4 tools .outpt 1 - cw , output2 - ccw,  output3 -clok
The engine that runs the three-phase tools with 2 relays


'M6Start.m1s
OldTool = GetOEMDRO (1200)
Tool = GetSelectedTool()
MaxToolNum = 4     

If OldTool = Tool Then
Message ("Selected Tool already loaded")
Exit Sub
End If

While Tool > MaxToolNum
Tool = Question ("Enter New Tool Number up to " & MaxToolNum)
Wend

Call StartTool

While NewTool <> Tool
   Call CheckPins
   While IsMoving()
   Wend
Wend

Call StopTool

Call SetUserDRO (1200, NewTool)
SetCurrentTool(NewTool)


Sub StartTool

If NevTool< Tool Then
ActivateSignal(Output2)
Exit Sub
End If

While IsMoving()
   Wend

If NevTool>Tool Then

ActivateSignal(Output4)
Exit Sub
End If



   ActivateSignal(Output3)
   
      While IsMoving()
      Wend
End Sub

Sub CheckPins
   If  IsActive(Input1) Then
      NewTool = 1
      End If
   If  IsActive(Input2) Then
      NewTool = 2
      End If
   If  IsActive(Input3) Then
      NewTool = 3
      End If
   If  IsActive(Input4) Then
      NewTool = 4
      End If
End Sub

Sub Stoptool
   DeActivateSignal(Output2)
      While IsMoving()
      Wend
   ActivateSignal(Output3) 
      Code "G4 P1.0"   
      While IsMoving()
      Wend
   DeActivateSignal(Output3)
   DeActivateSignal(Output4)

      While IsMoving()
      Wend
End Sub       



This example works in one direction, what is the problem
thanks

18
Modbus / OMRON C200
« on: September 20, 2015, 10:43:03 AM »
Hello .has anyone have a code example how to configure the OMRON C200H PLC to communicate ca Mach3 via RS232 Modbus connection .
thank you

19
Modbus / Re: arduino mega to mach3 prototype
« on: July 11, 2015, 03:27:48 PM »
Now work output pins relay work but we do not input error, "CRC error"
What is the problem Bass configuration mode

20
Modbus / Re: arduino mega to mach3 prototype
« on: July 07, 2015, 06:14:14 PM »
problems

Pages: « 1 2 3 4 5 »