Keyence KV-40RW help

lostcontrol

Lifetime Supporting Member
Join Date
May 2009
Location
NeverSayNever
Posts
1,069
Hi Team,
I am having to convert a old KV unit & am trying to decipher some of the instructions/functions used, referencing the help menus of course 📓
I'll do my best to structure it right 🙃


Code:
'TMIN 0'  'MUL #10'  'STA T000'
This looks like it is using the trim pot #0 to load timer #0, after multiplying it by 10 (to get seconds)


Code:
#001 C010 0104
When this rung is enabled, Counter #10 (preset == 1) is incremented on each pulse of 0104.


Code:
'LDA DM0'  'DIV DM001'  'MUL#0010'  'STA DM002'
Takes the value from DM0, divides by the value is DM1, then multiplies by 10 before saving the result in DM002


Code:
'CTH0 0004'  'CTH1 0005'
Resets high speed counter values?


Code:
'LDA DM002'  'CMP DM003'
Compares DM02 with DM03, then sets 2009 (<) , 2010 (==) or 2011 (>)


How did I do?


Cheers
LC
 

Similar Topics

Hi everybody, I would like to know if anybody here has already programmed with a LR-TB keyence on Io Link on a Rockwell PLC? And perhaps have...
Replies
0
Views
76
Hi everybody, Is anybody here still have programmed a Keyence sensor LR-TB2000CL and used it as io link material in studio 5000. I would like to...
Replies
0
Views
89
Hello all I've got a cell with four Keyence IV3 cameras that are saving images to a FTP server, we are also labeling the parts with a time date...
Replies
3
Views
236
I will find cable series but I don't know for fs260 model, kindly suggestions and help to me for connect cable
Replies
1
Views
106
Hey guys, has anyone worked with any type of Keyence PLC and could share their experience with it? Vendor showed me camera footage reply of a work...
Replies
7
Views
1,144
Back
Top Bottom