![]() | |
| 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 All, Time to test just how good you boffins really are. I've wrote a tasty program where # parameters control a set of conditions that machine different sizes of aircraft blades. When you type ie:- #101=12204 You get a 12204 type blade. this is on a matsuura twin pallet machine. with me so far ? when your first line of progams reads so :- O1234 (LW12204); The LW12204 man readable is displayed at the top of the screen and is also in the program directory. Can somebody tell me how to send the #101 value to the display instead of having to type it in. I think that makes sense. Cheers in advance Alan |
|
#4
| ||||
| ||||
| I'm a little confused by your terminology.
__________________ It's just a part..... cutter still goes round and round.... |
|
#5
| |||
| |||
| Sorry, I'll try to be clearer. The annotation in brackets after the program number, (on the first line), is always different, I wish to control this annotation in program because this annotation is displayed on the screen during the machines cutting cycle, thus informing the operator what job is being cut at that precise momment. I hope this is clearer if not please don't give up on this topic, just reply and i'll try again. once again cheers. Last edited by alanblackwell; 08-09-2005 at 01:50 PM. |
| Sponsored Links |
|
#6
| ||||
| ||||
The information between the parenthesis ( ) is called a comment. If you are asking if you can change this via a macro command, I don't think believe it is possible. There are ways to create operator messages with Macro statements, but do not know the specifics. As I assume you already know, you can put anything you want between the ( ) characters as they are only comments, however, depending on the control and options, you may not be able to change them on the control, rather on a computer then re-download the program. I hope this answers your question, but I am still not 100% sure I understand the question. Chris |
|
#8
| ||||
| ||||
I think that answers your question, if not, keep asking. Chris |
|
#9
| |||
| |||
| "()" is not a macro statement, so its not stored. You can trigger macros to give operator messages, however these are alarms or warnings when certain conditions are not met. If you're using a macro to run certain part numbers, then set it up as a sub (the part programs). Most controls will 'display' the current running program. So when you start, you'll have program 101 displayed. In it, you run the macro, sub call to 1234, and now the display name changes to (LW 12204) since its running this "sub". Now, not all controllers do this, but yours might. Beyond that, I think its gonna be a ladder issue to somehow alter the display. I haven't messed with that.
__________________ It's just a part..... cutter still goes round and round.... |
![]() |
| Currently Active Users Viewing This Thread: 1 (0 members and 1 guests) | |
| Thread Tools | Search this Thread |
| Display Modes | |
| |