eaglesplsh
01-06-2010, 12:44 AM
Has anyone figured out a good way to implement the new [FILE_NOTES] or [TOOLPATH_NOTES] features in their post processor?
I'm trying to come up with a way to have these notes pop up as reminders to the operator while the machining file is running.
The msgbox() command works...
"msgbox([FILE_NOTES],0,FILE NOTES)"
But, if your notes are written on more than one line, you get multiple message boxes popping up in succession - one for each line of notes.
I suppose that this quirk may or may not be helpful, depending on what you're trying to display.
I haven't done a lot of testing, but there may also be problems with this display method if you include numbers and/or math operators in the notes string.
When Vectric first announced that they would be including this feature, I immediately thought it would be useful for controlling peripheral devices with simple text flags - something like Dust_Collector_Auto_ON_OFF=1 After giving this somemore thought, I'm not sure if the SB programing language includes commands for parsing strings.
Any thoughts on how to accomplish these two goals?
I'm trying to come up with a way to have these notes pop up as reminders to the operator while the machining file is running.
The msgbox() command works...
"msgbox([FILE_NOTES],0,FILE NOTES)"
But, if your notes are written on more than one line, you get multiple message boxes popping up in succession - one for each line of notes.
I suppose that this quirk may or may not be helpful, depending on what you're trying to display.
I haven't done a lot of testing, but there may also be problems with this display method if you include numbers and/or math operators in the notes string.
When Vectric first announced that they would be including this feature, I immediately thought it would be useful for controlling peripheral devices with simple text flags - something like Dust_Collector_Auto_ON_OFF=1 After giving this somemore thought, I'm not sure if the SB programing language includes commands for parsing strings.
Any thoughts on how to accomplish these two goals?