![]() | |
| Home Page | Mark Forums Read | Today's Posts | My Replies | Classifieds | Reviews | Photo Gallery | Web Links | Share Files | Advertise With Us | Ad List |
| |||||||
| G-Code Programing Discuss G-code programing and problems here! |
| This forum is sponsored by: |
![]() |
| | LinkBack | Thread Tools | Search this Thread | Display Modes |
|
#1
| |||
| |||
Hi, I want to record the unique serial number of each part machined prior to printing the inspection/probing results for the part. I can get operator to enter part number as a macro variable, eg #800=123.456, but would be interested in user experiences with best way to do this. I'm not keen for user (varying skill levels) to MDI the variable (Mazak controller, Fusion640). I can run an ISO sub prog, which the operator could edit, but again not very keen on that. Any ideas? |
|
#2
| |||
| |||
| How is the Unique SN derived? If the parts are production parts and run sequentially, then the setup person could enter a variable #800=123.456 once then your program could "count" each part #800=#800+1 yielding 223.456 then you could print #800. Good Luck |
|
#3
| |||
| |||
Hi, Nice idea, and would work well (only 1 chance to get it wrong, and could error check), however all the serial numbers are effectively random since parts come from several forge batches, and not necessarily in sequence by the time they arrive at this machine. I see there is a Haas M109 code (this machine is a Mazak CT4500 with Fusion control) which is designed for user input of a single character at a prompt. Sort of what I'm looking for? But I doubt the Mazak will recognize this as an ISO subprog M code? |
|
#5
| |||
| |||
| I see. sounds like you'll we working around individuall user input unless you get into a more elaborate "part staging" technique coupled with a spradsheet or some such device. How many parts at a time are you dealing with? |
| Sponsored Links |
|
#7
| |||
| |||
| 30 is not too many... You could put the parts into some type of organized rack system in a known order. You or someone in charge could write this in a program and run it, setting the machine variables to the corresponding unique part S/N's #800=123.456 #801=23.189 #802=9823.123 so on and so forth in the same order as the parts... at the end #100=800(set the variable that will be used in your probing/inspectig code) in your probing/inspecting code... ##100(get the current part's S/N) (first time through ##100 is same as #800) (do your probing/inspecting...) now increment to the next S/N... #100=[#100+1] (now ##100 is same as #801) HTH. Good luck. |
![]() |
| Currently Active Users Viewing This Thread: 1 (0 members and 1 guests) | |
| Thread Tools | Search this Thread |
| Display Modes | |
| |
Similar Threads | ||||
| Thread | Thread Starter | Forum | Replies | Last Post |
| EMC2 variable pitch / variable diameter threading. | samco | General Metalwork Discussion | 0 | 03-09-2008 01:40 PM |
| 3 phase input VFD for single phase input? | Redhead | Phase Converters and VFD | 4 | 02-27-2008 10:30 AM |
| Geckodrive user input requested | Mariss Freimanis | Gecko Drives | 34 | 10-15-2006 10:26 AM |
| M109 Interactive User Input | axis overtravel | Haas Mills | 16 | 07-31-2006 03:55 PM |