syswin program

zeddini

Member
Join Date
Aug 2005
Location
firenze
Posts
4
I have a CPM2A PLC to wich I'm trying to make a simple first program whith syswin3.41.
the program is an alternative on-off output like below, but when verifying it from online\verify program it answer with an error in step-00000. what schould be!

c7-08.gif
 
It's been a long time since I worked with Syswin. Are you comparing the offline program to what is in the processor, or do mean verifying the program change while online. Your image file didn't load, so I am unsure which you are trying to do. Please advise and I should be able to help more.

Russ
 
i will use powers of intuition and say that you have probably have all the logic in one rung ie you can't have the following in a single rung

THIS IS WRONG AND WILL PRODUCE AN ERROR IF IN THE SAME RUNG, SPLIT THEM IN TO RUNGS.

---[000.00]-----(001.00)

---[000.01]-----(001.01)



HOWEVER, THE FOLLOWING IS VALID FOR A SINGLE RUNG

---[000.00]--+--(001.00)
|
|
---[000.02]--+--(001.03)

 

Similar Topics

Hello all, Does anyone know where i can get a copy of the syswin program? I dont mind what version or even if it is an demo version...
Replies
4
Views
3,197
Hello , I am wondering if I could get some help about the conversion of instructions from the SYSWIN software to the SIEMENS software. Currently...
Replies
18
Views
4,655
Is there a way in syswin to see if any bit in a word is on? I am doing alarms. I have about 12 alarms on one word. (200.00-200.11) is there a...
Replies
5
Views
1,914
I'm opening a exsisting project done in Syswin for a C200HX in Cx programmer. There are two lines which give errors if I try to complie the...
Replies
2
Views
4,006
Hi, I need to convert some code from an old C40K Omron to AB manually. I have obtained syswin 3.4 and opened the project. I am completely new to...
Replies
25
Views
6,124
Back
Top Bottom