Some of you might know I am working on a pretty weird machine, We have been doing some testing and I have come across an issue that I am not sure if its a BUG on my part or if its just sometrhing I overlooked until now. When I load my Program (which consists mainly of a bunch of MACRO calls ) There is a particular macro I WANT to run during program LOAD to SET some configuration info before the cycle start is pressed. On Most of my Macros I have a If ISLOADING() THEN statement which wont run them if the system is loading a file. I have 2 config macros which I want to setup some systems settings when the file is loaded, I though they were working but I may have just had the settings correct to begin with. When I load my FILE I SEE the LED's for the required settings come on, but they go off again almost immediately. None of my other macros are re-setting these LED's. Is there ANY way to make this Macro Set those settings when the file is loaded?