Hello Guest it is April 16, 2024, 11:39:31 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.


Topics - haroutkhaloian

Pages: 1
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 / 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.

3
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.

4
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.

5
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

6
VB and the development of wizards / Mach3 VBscript that works with THC
« on: October 01, 2015, 10:58:45 AM »
Hi
If there is anyone who is free to help with little something ... I have a problem with vb and if anyone could help me that would be great .... I want a vb script for Mach3 that makes the probe work with the THC proma that i have the THC works perfectly but i need the probe to work so i dont have to babysit the machine while it works .. I would really appreciate if someone could help
Sorry for the bother and thanks in advance!

Pages: 1