ShararehMirbagheri Posted August 12, 2014 Report Posted August 12, 2014 I have a simple St code ! Which in it I used JMP but it gives me error " E1206 usage of jump statements is disabled" Please HELP. if Period = t#0s then JMP SkipLogic; end_if; RecycleTimer(NOT RecycleTimer.Q, Period); if RecycleTimer.Q then PeriodCapture := IN; end_if; PeriodDelta := ABS(PeriodCapture - IN); Alarm := PeriodDelta > Delta; SkipLogic: E1206 usage of jump statements is disabled Quote
cHud Posted August 13, 2014 Report Posted August 13, 2014 Just enable it in your project settings under Tools menu Quote
ShararehMirbagheri Posted August 13, 2014 Author Report Posted August 13, 2014 Very Helpful. Ah, Feels so Good. Thank you so, so much. Quote
Recommended Posts
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.
Note: Your post will require moderator approval before it will be visible.