Problem with Omron Syswin software

gregblack

Member
Join Date
Jul 2004
Posts
9
It seems Syswin uses output instructions to compare values between words, rather than input instructions, which is something I've not yet seen.

Anybody know how I can examine the results of the comparison? All the help tells me is it sets flags in something called "SR", but the help doesn't elaborate.

Thanks.
 
Hi,
I,ll assume you are using an Omron C Series PLC.
The flags used are -
255.05 Greater Than
255.06 Equal
255.07 Less Than
These flags will be set according to the results of the comparison. They will remain in that state until another comparison instruction is encountered within the Ladder program.
Hope this helps
 
Last edited:
Thanks for the help, will try it out tonight at work.

Unfortunately the pdf file from mrplc.com doesn't work for me.

It seems to me to be an odd way to go about comparing values. Unless I'm missing something, it seems a clumsy and non-intuitive way to do it, not to mention extra work.
 
Hi,
I,ll assume you are using an Omron C Series PLC.
The flags used are -
255.05 Greater Than
255.06 Equal
255.07 Less Than
These flags will be set according to the results of the comparison. They will remain in that state until another comparison instruction is encountered within the Ladder program.
Hope this helps

But doesn't that mean that there cannot be used more than one comparison instruction in the whole program? Doesn't the second comparison ruin the first one?

For example if the program goes something like this:

LD 000.00
CMP DM0100 #0010
LD 255.05
OUT 010.00
LD 000.00
CMP DM0101 #0010
LD 255.05
OUT 010.00
 
HI BANGO:
I think you are about 4.5 years Late ?????
Please look at the posting date.
 
Old post, yes, but Bango is asking a valid question. Perhaps this link will help

http://forums.mrplc.com/index.php?download=216

As Paulus said a LONG time ago:
"They will remain in that state until another comparison instruction is encountered "

You may use many compares in your program. The state of the flags stays the same from below the first compare until it encounters the next Compare.

Hope this helps
 

Similar Topics

I have an Omron CQM1H-CPU21 and a NS8-TV00B-V1, I have followed the manufacturer's spec on how to set this up and all I got is the HMI is trying...
Replies
7
Views
870
Hello. I have a problem with omron sysmac cp1e controller delayed start. The controller has been working on the punch press since 2016. Recently...
Replies
1
Views
756
I have a Omron CP1L PLC that I'm having problems communicating with a NS5-SQ11B-V2 Omron HMI through ethernet . I have the exact same set up on...
Replies
3
Views
2,083
Hello, omron nt620c cannot access the system menu. After loading the system program and initializing, the message "No direct information is set...
Replies
3
Views
1,557
Hi! I am having a problem with the C200HE. It has a SRM21-V1 communication module with SRT1-ID08 remote input module. I think the protocol used...
Replies
1
Views
1,654
Back
Top Bottom