Help with LS K80s

Mufti

Member
Join Date
Apr 2011
Location
Amman
Posts
9
Hello..

Can anybody help me with a working K80s project.. 1st time for me using K80s and Im trying to build a blinking output on P40 using a T0 timer.. If somebody can send me a working project so I can upload it and check if something is wrong with the hardware or I have missed something in KGLWin...

btw.. is there any other software i can use other than KGLWIN for LS PLCs ??

Many Thanks...

F. Mufti
 
Cant figure it out

I cant figure it out... I wrote the following code:

0 OUT P0040
1 OUT P0041
2 OUT P0042
END

Uploaded the code.. everything is ok.. Power and Run LEDs are ON... output ports are not working..

any idea ?

Thanks
 
Hi,

We have a demo project using the KS200 that you might be able to look at for help. It uses ladders.
 
You might need an input for each rung, try this code just for testing.
Code:
[LEFT]0  LOAD     T0000               
1  OUT      P0040             
2  OUT      P0041              
3  OUT      P0042              
4  LOAD NOT T0001               
5  TON      T000   00010
8  LOAD     T0000               
9  TON      T001   00010[/LEFT]
12 END
 
Last edited:
thanks alot.. that was the problem, it needs an input for each output coil.

many thanks and best regards,
 
I edited the code in my post above. I added timers for flashing. Please try it as I have no PLC to test with.
 

Similar Topics

HI everyone, i am new to Siemens plc programming and i am in need of some help. yesterday we had an S7-1200 CPU 1214C fail to turn on an output to...
Replies
5
Views
105
I have an old Sentry Palletizer (S/O Number 3007 / Serial Number 1172) that has lost its program as the backup battery died years ago. I can...
Replies
0
Views
106
Hello, I need to write the following program in Ladder language, but I could not integrate the Fibonacci sequence into the ladder. Can you help...
Replies
22
Views
470
this a program to send data to barcode printer I want to integrate a new printer in a new machine and i wanted to adapt the old prgram on it but I...
Replies
4
Views
175
So i've been at this for a long while, i have Citect Scada 2018, i have full access to everything but i can't seem to find any option or...
Replies
0
Views
67
Back
Top Bottom