fordmanck

MrPLC Member
  • Content count

    3
  • Joined

  • Last visited

Community Reputation

0 Neutral

About fordmanck

  • Rank
    Hi, I am New!

Profile Information

  • Country United States
  1. S7 Retentive Timer

    Hey all. Been on here forever but rarely post. I'm working on an S7 project that I need some assistance with as I rarely use S7 and when I do, it's typically to troubleshoot, not develop. The code I'm working on was written by someone else and I noticed it doesn't work as I would expect. The original developer used an S_ODTS timer to ensure an event only happens every 20 minutes. The resets are based on if the system is turned off, or if it's completed. The problem is the S_ODTS timer will continue timing when one of the conditions drops out, and then resets when the condition is true again. I've found the FC80 Retentive timer, but the program I'm working in has an FC80 and when I drop it in the program, it says it already exists and asks if I want to overwrite it. I said no, and gave it a new name. I then dropped it in OB1, populated it with everything that was necessary and toggle the bits to enable it, but it's still not functioning. I apologize in advance if this sounds unintelligent, I just don't use this much at all and I'm lost. Any help in the right direction would be greatly appreciated.
  2. STL question

    Thank you, that's what I thought was happening. I will look into the timer and see what's turning it on. Thanks for the reply!
  3. STL question

    Hey all. I'm trying to troubleshoot an alarm we're getting with a machine. The alarm is being generated in STL which I have basically 0 experience on. I'm hoping someone can tell me what event is setting the output in this code.  A     #_IN_AlarmsReset       AN    #_OUT_AxisMovementRequest       R     #_OUT_PositioningError       A     #MY_OK_Tracking       AN    #Err_Min_Tol       A     #INFO_Profile_Finished       =     #T_OUT_Posizion_Run       A     #T_OUT_Position_On       S     #_OUT_PositioningError