Omron PLC SCL(194) Helping

splendid8877

Member
Join Date
Aug 2013
Location
Penang
Posts
25
I'm newbie in PLC and I face couple problem in SCL(194) instruction.

The problem have wrote to the pictures kindly tutorial me how to do it!

SCL_zpsynwdpyys.png
[/URL][/IMG]


Thanks in advance!

SCL.jpg
 
Last edited:
laksa penang satu,


Not problem bro!

Thanks ur pictures that helping me understand how to use SCL(194).
But I still confuse couple things.

I)The SCL(194) instruction is hex value convert to bcd value?
II)D122 & D123 is limit the maximal and D120 & D121 is limit the minimal?
II)How to use SCL(194) to read encoder motor?


Thanks in advance
 
http://forums.mrplc.com/index.php?showtopic=7693

The above thread shows an example of the scaling function.

The following are your answers:
1 - The SCL(194) instruction is hex value input converted to a bcd value based upon a linear scale.
2 - D122 & D123 is limit the maximal and D120 & D121 is limit the minimal. Not exactly. These values will determine the linear scale. We define the two points on the scale to represent a straight line. They just have to be two points.
3 - How to use SCL(194) to read encoder motor - This will depend on the value of the encoder. Is it BCD or Binary? If Binary (Hex) then use the instruction as is. If BCD then use the BIN(23) BCD to Binary to convert the number first.
This would apply to the output as well.
The output is in BCD. If you want Binary (Hex) then use the BIN(23) instruction again.

http://industrial.omron.com.br/uploads/arquivos/CP1L(H)_2007_W451-E1-03_PROGRAMACAO.pdf
3-17-7 SCALING: SCL(194) of the manual above will give you a picture of the scaling function.

Regards,
Garry
http://www.accautomation.ca
 
i will give an example,

if i buy a car i will check the car spec

the price,engine CC,torque,gas consumption,tire spec and etc,

it's also apply to plc,what the capability of the plc you must take note,

if #0000 to #0FA0 (0-4000) are apply to CP1L ,maybe this same apply to 1300cc car engine,

if #0000 to #1F40 (0-8000) are apply to another omron PLC probaly 1600cc car engine,


if the car are tune for 1300cc for fuel injection you can't use 1600cc fuel injection spec.

check the spec

must always refer to manual


https://www.ia.omron.com/products/family/1916/specification.html

http://www.fa.omron.com.cn/data_pdf/mnu/w461-e1-05_cp1l_cp1e.pdf?id=2064


why D22 TO D24 ?

why #1000 and # 0FA0 ?

because this only example looh.

change any value see what happen
 
Respecter of my sifu!

I totally understood how to use it.
Could you send for me that omron plc manual book which you upload couple page only.


Thanks in advance
 

Similar Topics

Hi There, I have couple of Omron PLCs connected on my kepserverex and my intouch reads data from kepserverex. I have been observing that roughly...
Replies
4
Views
131
I am working on a project using a NB screen and NX1P2 PLC. I am having a really hard time getting a real number to properly translate through to...
Replies
3
Views
121
Our plant manger/my boss wants each line to display the takt time above the line. I am trying to research the cheapest way to do this. Our plant...
Replies
3
Views
187
I have PLC Omron CJ2M with OD211 module. I want to use the pulse output and PWM output and this module. But i confuse how to activated this, i...
Replies
0
Views
107
I have a project to control the speed of motor DC using PWM Output on PLC and when im on working i have a several trouble and of of them is the...
Replies
6
Views
214
Back
Top Bottom