Gallery, Projects and General > Project Logs |
Storebro Combi-Mill CNC. |
<< < (6/8) > >> |
awemawson:
It won't run anything newer than Vista as it hasn't enough memory. I just had it on the network and used it to carry data to the machine. ... read your PM's - I've replied to yours |
NeoTech:
Ah right, well if it has a serialport i can have it run Linux or something instead really doesnt matter. its just a data transmitter. =D |
awemawson:
OK a few details for you to work out what your postage will cost: It weighs 5kGs in it's carry case without further packing It measures 380x340x120 mm, again without further packing It's running Windows 2000 Professional, and has a DVD drive. There is a WiFi plug in and also a Cat5e 10/100 plug in. I've steamed it up and checked it connects ok to my network. (I do also have a second one that you are welcome to for spares. but having had it's power off for years it's reverted to wanting a BIOS password - I got round that somehow years ago but cannot remember how) |
NeoTech:
So after a better part of a week and a weekend dealing with that piece of garbage Siemens system i'm fed up. That crap has to go, its prob. the most non-userfriendly shiet i have ever seen in a computer and should be dragged out in the backyard and shot. I have tried to everything from just programming it through MDI, from some ancient coding standard defined in the PDF.. only you get from that is "program error", and you need to enter the twilight zone of the machine and clear user memories and then reset.. that means all your settings for workarea, spindle speeds, sensors, options for serial ports everything is gone.. and you need to start over again.. Well then into automatic mode, the craptastic piece of garbage has a Dialog programmer.. manual says enter % programnummer and press edit.. Sure enough i have a program.. Well then choose dialog, start punching buttons, setting plane, measurement system etc etc.. then commit it to the program.. oooh noo the gods of siemens denies with this cryptic message "Locked input"..say what now.. im in edit mode.. how the holy #¤%! can that be locked.. i should be able to type in whatever shiet i want.. nope nothing can be entered into the program. Why anyone would wanna keep something this outdated and inconsistently buggy and ilogical is beyond my imagination... :zap: :wack: :wack: :wack: :wack: :wack: Conversion here we go.. then i shall bring this piece of **** to a hydraulic press and make a dinner plate out of it. |
NeoTech:
I took the bull by the horns and made a new attack at it rewrote the post process for a different machine so it fits this 810M machine. Just crammed that damn Fusio360 manual into my head and went at it. I basicly had to reimplement manual toolchange by stopping the spindle, retract it to a safe height and braking the program. then clearing buffer repurposing the external tool libs so it will not be a pain, change speed, stop the machine again making it possible to confirm the speed change, then kicking the program into high gear with finding its way to G54 then go down and start making a pocket, then doing another tool change and speed change and doing a 2D countour.. Can anyone.. look thru this and tell me if i'm a crazy person or not? --- Code: ---%MPF 1001 N1000 (Makingahole) N1001 G90 G94 N1002 G71 N1003 G64 N1004 G17 N1005 G0 Z150 D0 N1006 (2D Pocket1) N1007 M9 N1008 T1 D1 M5 N1009 G0 Z150 N1010 M0 N1011 G0 Z15 N1012 L999 N1013 D=R999 N1014 S2500 M0 N1015 M3 N1016 G54 N1017 G0 X8.313 Y4.63 N1018 G0 Z15 N1019 G0 Z5 N1020 G1 Z3.496 F314 N1021 G17 N1022 G3 X8.283 Y4.636 Z3.251 I-1.063 J-4.63 N1024 G3 X8.195 Y4.655 Z3.022 I-1.033 J-4.636 N1026 G3 X8.055 Y4.681 Z2.821 I-0.945 J-4.655 N1028 G3 X7.869 Y4.709 Z2.661 I-0.805 J-4.681 N1030 G3 X7.649 Y4.733 Z2.552 I-0.619 J-4.709 N1032 G3 X7.409 Y4.747 Z2.5 I-0.399 J-4.733 N1034 G3 X11.997 Y-0.159 Z0.542 I-0.159 J-4.747 N1036 G3 X7.091 Y-4.747 Z-1.417 I-4.747 J0.159 N1038 G3 X2.503 Y0.159 Z-3.375 I0.159 J4.747 N1040 G3 X7.409 Y4.747 Z-5.333 I4.747 J-0.159 N1042 G3 X2.5 Y0 Z-6 I-0.159 J-4.747 N1044 G3 X7 I2.25 J0 F942 N1046 G3 X-7 I-7 J0 N1048 G3 X16.5 I11.75 J0 N1050 G3 X-16.5 I-16.5 J0 N1052 G3 X26 I21.25 J0 N1054 G3 X-26 I-26 J0 N1056 G3 X35.5 I30.75 J0 N1058 G3 X-35.5 I-35.5 J0 N1060 G3 X45 I40.25 J0 N1062 G3 X0 Y-45 I-45 J0 N1064 G3 X45 Y0 I0 J45 N1066 G3 X44.967 Y0.256 Z-5.966 I-1 J0 F1256 N1068 G3 X44.878 Y0.479 Z-5.866 I-0.967 J-0.256 N1070 G3 X44.76 Y0.65 Z-5.707 I-0.878 J-0.479 N1072 G3 X44.648 Y0.762 Z-5.5 I-0.76 J-0.65 N1074 G3 X44.569 Y0.823 Z-5.259 I-0.648 J-0.762 N1076 G3 X44.54 Y0.841 Z-5 I-0.569 J-0.823 N1077 G0 Z15 N1079 G0 Z150 D0 N1080 (2D Contour1) N1081 M9 N1082 M1 N1083 T1 D2 M5 N1084 G0 Z150 N1085 M0 N1086 G0 Z15 N1087 L999 N1088 D=R999 N1089 M0 N1090 M3 N1091 G0 X66.8 Y0.8 N1092 G0 Z15 N1093 G0 Z5 N1094 G1 Z3.3 F314 N1095 G17 N1096 G3 X66 Z2.5 I-0.8 K0 N1098 G1 G41 X65.2 Y5.2 N1100 G3 X60 Y0 I0 J-5.2 N1103 G2 X0 Y60 Z-7.374 I-60 J0 N1105 G2 X57.005 Y18.72 Z-10 I0 J-60 N1108 G2 X-18.72 Y57.005 I-57.005 J-18.72 F942 N1110 G2 X57.048 Y18.587 I18.72 J-57.005 N1112 G3 X63.603 Y15.254 I4.944 J1.611 F1256 N1114 G1 G40 X63.001 Y19.685 N1116 CIP G3 X63.762 Y19.933 Z-9.2 I1=63.539 J1=19.861 K1=-9.766 N1117 G0 Z15 N1118 G17 N1119 G0 Z200 F1000 N1120 G0 X0 Y0 N1121 M30 --- End code --- |
Navigation |
Message Index |
Next page |
Previous page |