easy-forum

English Support - Software => easySoft => Thema gestartet von: Jaxom am März 24, 2008, 23:12:31 Nachmittag

Titel: Jump & conditional jump
Beitrag von: Jaxom am März 24, 2008, 23:12:31 Nachmittag
Hello
A few brief questions about the jump commands.

If I have a GET command located between an active JUMP, it should not receive a new value if the associated PUT has sent an indication that it has a new value correct? (ie. the JUMP is located ahead of the GET but the JUMP to point is after the GET)

What is the difference, in operation, between the 2 JUMP commands?
Thanks, Jaxom
Titel: Re: Jump & conditional jump
Beitrag von: Mr. Spok am März 25, 2008, 06:04:25 Vormittag
Hello Jaxcom,

the :xx jump´s in the ladder to a label that is also in the ladder. It overjumps one or more lines in this diagram. The JC  jumps in the componet-diagram over other components to a label witch is only in this diagram. The overjump´s components ar not empty if the condition of jump are true.

regards Jan