yacineamk Posted February 16, 2015 Report Posted February 16, 2015 Hello, I am trying to migrate a PL7_3 programme to siemens and i stumble against this instruction in a etap !NOT B800[X0,8,V>2] !EOP Can anyone explain this to me Quote
acpi Posted February 16, 2015 Report Posted February 16, 2015 Morning, You have forgot the "+" between B800 and [X0,8,V>2], "+" means "or", so your transition from the step 8 to the step OUT in the macro 0 is : not B800 or step time > 200 ms. "V" is the current time value of the step in 100 ms base time. JC Quote
yacineamk Posted February 16, 2015 Author Report Posted February 16, 2015 Thank you very much sir 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.