![]() | |
| Home Page | Mark Forums Read | Today's Posts | My Replies | Classifieds | Reviews | Photo Gallery | Web Links | Share Files | Advertise With Us | Ad List |
| |||||||
| Fanuc Discuss Fanuc controllers here! |
| This forum is sponsored by: |
![]() |
| | LinkBack | Thread Tools | Search this Thread | Display Modes |
|
#1
| |||
| |||
| Hi.. I take coordinates of the part on cnc. So we write them on paper, then on pc.. So is there a way to write the coordinates on memory card by pressing a button like X,Y,Z style ? So I can put the card and open the coordinates on my software ? Is there a macro which can save the coordinates on MMC? |
|
#6
| ||||
| ||||
| Ethernet is I/O device 9. You can't DPRNT to it. If you decide to hook up to a PC via RS-232, you can use the following commands (assume X and Y are at centerline of a hole. You need to open the port with a POPEN command. This can be at the beginning of the progam. Then output the data with the DPRNT command. In the following example assume X is at -14.5 and Y is at 7.3. POPEN(OPEN THE PORT) DPRNT[X#5041[24] Y#5042[24]] PCLOS(CLOSE THE PORT) Should send the following to the PC: X-145000 Y73000 Dave |
|
#7
| |||
| |||
| Thanks Dave It writes the Coodinates on MMC ![]() It makes a fıle PRNT0000.DAT for each coordinate. But there are some errors. Can you tell me SYNTAX of DPRNT ? What means 5041 and 24... There are also MMC CaRD error, CNC don't recognize MMC card after DPRINT. I don't use the commands POPEN PCLOS... |
|
#9
| |||
| |||
| Thanks Dave. I will try tomorrow.. I only write DPRNT[X#5041[24] Y#5042[24]]. I think I should write also POPEN and PCLOS because, without this commands there is an error if you take out MMC card. Can I do it in a looped Program? If i pressed "N" button It saves the coodinate? I'm sorry for lots of question. |
|
#10
| |||
| |||
| If you are just looking to save a copy of these parameters for future reference and don't need to read them back into the control, you can punch a bitmap file of the coordinate screen to the memory card. All you have to do is make sure your I/O channel is set to 4, go to you work offset screen and hold the shift hardkey for 5 seconds. Your control will freeze for 15 seconds while it creates a bitmap image of the screen on the memory card. I believe the control only allows 3 images on the card so you'll have to remove them from the card if you wish to do more. |
| Sponsored Links |
![]() |
| 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 |
| Ge-Fanuc 21imb and HSM | serkanc | Hard and High Speed Machining | 2 | 10-13-2009 07:40 AM |
| Ok I know how to save all Prg. on my flash card but,How | theemudracer | Fanuc | 7 | 02-27-2008 07:16 PM |
| Need Help!- SAVE FANUC 21i NC FILE TO CARD READER | Bigbill | Fanuc | 3 | 02-01-2008 02:05 PM |
| Haas TRT210 and Fanuc 21iMB | 2alpha | Haas Mills | 2 | 01-19-2008 09:16 PM |
| Convert Fanuc Macro to Fadal Macro | bfoster59 | Fadal | 1 | 11-08-2007 11:41 PM |