|
Re: IFI Loader Question
If the default code works and yours doesn't, the problem is in your code. Make sure that nothing else in the code is affecting the outputs you are controlling between your code and PutData(...).
Also, make sure your code is in or called by Process_Data_From_Master_uP(...).
And lastly, make sure you aren't in autonomous mode or disabled (the Disabled LED on the OI should be off in user controlled mode).
|