Hello Guest it is April 19, 2024, 08:58:47 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 - haroutkhaloian

Pages: 1 2 »
1
G-Code, CAD, and CAM discussions / HELP ProNest
« on: October 19, 2015, 10:41:46 AM »
Hello
i didnt know where else to post this but i need your help in Pronest
m kind of new to Pronest and i used to use LazyCam but i just switched to Pronest for some reasons...
and i was wondering does Pronest have the same things like "Cut Height" "Rapid Height" "Start Height" as LazyCam?? or do they have different names in Pronest??
ive been trying every option but i just couldnt find a way ...
i would be really greatful if you'd help as soon as possible..
thank you in advance.

2
Mach3 and G-Rex / Re: Mach3 Probe HELP
« on: October 05, 2015, 05:40:46 AM »
here it is ... and i use LazyCam

3
VB and the development of wizards / Re: Mach3 Probe HELP
« on: October 05, 2015, 05:36:43 AM »
only half of it worked and then it says "Error Line:17_mismatch" and yes i did click on ref all after the probe the same error appeared .... does this script that you sent me works with every time i start a program on mach3? like does it move every time or just once only when i click on ref all?? 

4
VB and the development of wizards / Re: Mach3 Probe HELP
« on: October 05, 2015, 05:24:51 AM »
im sorry but the vbscript you sent didnt work ...

5
VB and the development of wizards / Re: Mach3 Probe HELP
« on: October 05, 2015, 03:54:10 AM »
sorry i might have done something wrong ... but what i want is what in the following video:-
https://www.youtube.com/watch?v=ZwK58aWHsHQ

i want my plasma machine to work just like in the video shows ... if you have a map of how i should do that or a setting or wiring or a way of connecting or a VBscript anything that helps my plasma to work the same as the man's in the video ... please send it to me .. thanks.
(p.s. i did connect the limit switch with the Z axis)

6
Mach3 and G-Rex / Re: Mach3 Probe HELP
« on: October 05, 2015, 03:06:13 AM »
Yes i assigned it to posrts and pins

7
Mach3 and G-Rex / Mach3 Probe HELP
« on: October 04, 2015, 03:48:23 AM »
Hello
i need your help a little please .. i have a problem with my Mach3 Probe ... to start with i made my own probe and everything it worked fine the LED light was green when the torch touched the plate and the VBscript worked fine as well when i clicked on "ref all home" .. but heres the problem when i try to work on a file on Mach3 the probe doesnt work at all .. its like i didnt even activated it :( i tried to change the vbscript and many other things but nothing worked .... i need help if you could .. as soon as possible
thanks in advance.

8
VB and the development of wizards / Mach3 Probe HELP
« on: October 04, 2015, 03:46:19 AM »
Hello
i need your help a little please .. i have a problem with my Mach3 Probe ... to start with i made my own probe and everything it worked fine the LED light was green when the torch touched the plate and the VBscript worked fine as well when i clicked on "ref all home" .. but heres the problem when i try to work on a file on Mach3 the probe doesnt work at all .. its like i didnt even activated it :( i tried to change the vbscript and many other things but nothing worked .... i need help if you could .. as soon as possible
thanks in advance.

9
General Mach Discussion / Mach3 Probe
« on: October 03, 2015, 04:33:35 AM »
hello everyone
i need a little help with Mach3 ... im trying to use the probe in it ... it works perfectly fine at first but when i try to open a file in Mach3 the probe doesnt work at all although it worked when i clicked on "ref all home" .. is there anyone who can help me at this please reply as soon as possible. (p.s. i tried different VBscripts all gave the same result)
thanks.

10
Mach3 and G-Rex / Mach3 Probe
« on: October 02, 2015, 06:35:50 AM »
helllo
if you could help me with my problem that would be great .. i have a little problem with mach3 vb script .. whenever i write this vb script it sends a message says "syntax error" is there anything wrong in the script ... im a newbie here ( the script is for Mach3 probe that works with THC proma ) and if you have good probe scripts that works with THC that would be great if you sent them
the script:
CurrentFeed = GetOemDRO(818)
PierceHight = -4.0
ProbeFeed = 1300.0

Code "G90 F" &ProbeFeed

If GetOemLed(825)=0 Then

Code "G31 Z-117 F" &ProbeFeed

While IsMoving()
Wend

Code "G4 P0.25"

ZprobePos = GetVar(2002)

Message "ProbePos is" & ZprobePos


Code "G0 Z" &ZprobePos

While IsMoving()
Wend

Call SetDRO(2. PierceHight)

While IsMoving()
Wend


Code "G4 P0.6"
Code "G0 Z 0"
Code "G92 Z0.0"

Message "Z at Perice Hight " & ZprobePos

Code "F" & CurrentFeed

StartTHC()

ZeroTHC()

Else

Code "(ERROR. Plate is Grounded)"

GotoSafeZ()

Exit Sub

End If

if you could help me please reply soon

Pages: 1 2 »