LS PLC (LG) programming (via KGL WIN)

Dr4k3

Member
Join Date
Feb 2010
Location
Sorocaba-SP
Posts
14
Hello folks,

I'm developing a simple application with a LS (LG) PLC... 120S model. I'm not accustomed with his programming software: KGL WIN...
So, in my application i must to read a simple analog input, but i dont know how it is called in my ladder logic...somebody here knows the name of analog input to use in KGL WIN?
For example.. i already know that digital inputs starts with P000, and digital outputs starts with P040... But what about analog inputs?

Thnx !
 
Hello,

I am not sure because I have not looked lately but, I do not recall seeing any specific analog input addressing with LS. I would "assume" it is configured to store the values in the 'D' (data register) memory area.

Or you must configure to store it in 'D' memory.

Good luck,

Mark
http://www.peakhmi.com/


After a good meal.

Now, I have looked. In manual: User’s Manual LG Programmable Logic Controller MASTER-K 120S series, it list the data registers for the different module types and position.
 
Last edited:
Hello folks,

I'm developing a simple application with a LS (LG) PLC... 120S model. I'm not accustomed with his programming software: KGL WIN...
So, in my application i must to read a simple analog input, but i dont know how it is called in my ladder logic...somebody here knows the name of analog input to use in KGL WIN?
For example.. i already know that digital inputs starts with P000, and digital outputs starts with P040... But what about analog inputs?

Thnx !

hello, i can help you, im work in ls mexico. and i work with this software gl win and the xg5000 for newest models.

you right....the gigital inputs and outputs are with P00000 in hexadecimal

if you want to use a simple data use d0000, d0001 ( decimal)

for example push f10 when you have open kglwin and put a click in the area of ladder program. put this

mov D0000 D00001

this instruction only move the variable

in mexico call Analog when use a special device, this device use 0-10v or 0-20ma, 4-20ma ...etc

you need configurate in parametters the analog that you will use. plase tell me the model of you special device (expansion module)

sorry if you dont understand me, im speak spanish and a little english but if you need something about this plc i can help you ok,

my mail is


[email protected]
 

Similar Topics

Hi Sir, I am using S7-300/400. I am usually using FC 03 and FC04 to transfer (R/W) bool values by moving them DBs. However i want to R/W bool...
Replies
1
Views
2,042
im trying to connect a fx-1n PLC with hyperterminal using USB-SC09 (rs-232<->rs-422 adaptor). im using computer link with a dedicated protocol...
Replies
2
Views
3,168
Hello everyone.. Is it possible to program an AB PLC via ethernet port, using cross cable? Im doing a costing for hardwares for training purposes...
Replies
12
Views
4,038
I was wondering if it is possible to monitor/program a Q3A processor over Ethernet. I have an Ethernet card in the PLC chassis that is set up to...
Replies
3
Views
4,131
Hi I have a Siemens 313C-2DP PLC attached to an MP370 touchscreen via MPI. The touchscreen is quite a distance from the PLC (and up some stairs)...
Replies
5
Views
3,702
Back
Top Bottom