Author Topic: MC088 Application Logging & Loss of Communication  (Read 6937 times)

Offline slewis

  • PLUS+1 Developer
  • ***
  • Posts: 10
  • Karma: +0/-0
MC088 Application Logging & Loss of Communication
« on: March 15, 2011, 03:48:46 PM »
I've run into a problem with the MC088-015 controller while using the application log.  My program compiles with no errors, but I lose communication with the controller once I download it.  If I remove the application logging features from the program and recompile/download everything is fine.  The only parts of the program I remove to make it work again are the "Define Application Log Areas Page", the "Define Application Log Page", and the "Access App Log Enable" component.  I'm using the latest hardware file (10108098v170), but I have also tried with an older version (10108098v150).

Has anybody seen this before, and know what's wrong?

Offline A.Peterson

  • PLUS+1 User
  • **
  • Posts: 7
  • Karma: +0/-0
Re: MC088 Application Logging & Loss of Communication
« Reply #1 on: March 16, 2011, 07:08:26 PM »
I had this same issue.
It's not that you loose communication; what I saw was that it could take a very long time for the system to scan once the program finished loading (like 5-10 minutes).
I found that even adding another checkpoint could "fix' the problem.
I did send Sauer a program that failed everytime, but I haven't heard back as to why its happening.

Offline A.Peterson

  • PLUS+1 User
  • **
  • Posts: 7
  • Karma: +0/-0
Re: MC088 Application Logging & Loss of Communication
« Reply #2 on: March 17, 2011, 01:51:14 PM »
Just a follow up. I saw the report on the unit we sent back to Sauer.
They found That the OS.ExecTimeOut is set to 1 in my program.
They said to put that to 2 or more and the problem should go away.

Offline slewis

  • PLUS+1 Developer
  • ***
  • Posts: 10
  • Karma: +0/-0
Re: MC088 Application Logging & Loss of Communication
« Reply #3 on: March 18, 2011, 03:43:14 PM »
Thanks for the help, that solved it.  I set the Exec time to 5ms and everything is great.

Offline bryantmorris

  • PLUS+1 Expert
  • ****
  • Posts: 51
  • Karma: +0/-1
Re: MC088 Application Logging & Loss of Communication
« Reply #4 on: September 10, 2015, 09:30:45 AM »
How do you change the OS.ExecTimeOut variable? I need to do a similar thing on my program however I can not find instructions on how to do this.

Offline Loader

  • PLUS+1 Expert
  • ****
  • Posts: 50
  • Karma: +3/-0
  • If something can go wrong, it will!
Re: MC088 Application Logging & Loss of Communication
« Reply #5 on: September 10, 2015, 10:44:14 AM »
Hi Bryantmorris, I don't know the MC088-015 ,but in other controllers you can find OS.ExecTimeOut in Inputs/OS page.
I hope this help you.
Bye

Offline bryantmorris

  • PLUS+1 Expert
  • ****
  • Posts: 51
  • Karma: +0/-1
Re: MC088 Application Logging & Loss of Communication
« Reply #6 on: September 11, 2015, 12:42:38 AM »
Thanks Loader,

Thats what I was looking for