SE Modicon M221 SHORT Instruction

KristienP

Member
Join Date
Jan 2015
Location
Nova Scotia
Posts
44
Hi All,
I'm looking for some insight into what the SHORT instruction does. The help file wasn't very useful, as I found the explanation to be confusing.

So far, I've only seen them at the beginning of a rung, and not all rungs have them, so I'm confused why some do and some don't. The logic appears to act the same with or without the SHORT instruction.

Pics attached of the Help File & a rung of code.

Thanks in advance!

SHORT Help File.png SHORT Rung Example.png
 
It don't do nothing. It is same than line, but compiler wants to add it before paraller contacts.



Also line is not allowed on paraller with contact and lead to error. But you can use short to bypasss (shorting) contact on program if you make online edits.
 
Thank you, I'll continue with assuming I don't need it. It seems to be something from really old versions of the SE programming software.
 
I think that it comes from Schneider Twido series as M221 is sussersor for that. Twido series was new around 20 years ago.


Compiler adds short commands sometimes and if you upload from PLC there is sometimes extra short commands which wasn't on original code.



Short and open are allways true and allways false commands. This is from twidos manual and explains them much better.

short_open_cmd.jpg
 

Similar Topics

Hey Programmers, Heres todays puzzle I was trying to solve... I have a Modbus TCP network with two Modicon M221 controllers live on my work bench...
Replies
0
Views
467
Hey everyone! I have trouble making sense of the math conversion in this seconds tag of the Modicon M221 Real Time Clock. I thought I understood...
Replies
4
Views
1,601
Hi all, i am trying to scale a 0 - 1000 analogue input to a -10000 to 10000 output with 0-500 been -10000 to 0 and 501-1000 to 0-1000 is there...
Replies
7
Views
2,896
Hi all. I’m currently trying to combine 3 memory words in to a single display on a weintek hmi as I want to display running time. I have the...
Replies
4
Views
1,831
Hello Everyone, Is there a procedure in the Schneider EcoStructure Machne Basic program to save the controllers runtime memory word data (ie...
Replies
4
Views
2,364
Back
Top Bottom