Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations MintJulep on being selected by the Eng-Tips community for having the most helpful posts in the forums last week. Way to Go!

Search results for query: *

  1. discount_rack

    delay in IEC 61131-3 structured text

    Without cracking open the manual, Is that timer you define spawned and updated asynchronously? or does it need to be scanned in your code? My guess is the later. You define a timer, but your while loop doesn't call the timer, so it's not actually updated(ie there's no UpdateTimer(Pause)). So...

Part and Inventory Search

Back
Top