Koyo analog program

I do see I made a programming mistake between rungs 14 and 15. Should be another rung showing a measurement of 17.898mm.
This does off set things a little.
 
Steve Ackerman said:
using 8192 scaled points.
No, because you went and scaled that to only 1000 points. Therefore, the unscaled (analog input) needs to change by at least 8.192 points before the scaled output sees any difference. The analog card is able to see a 2.44mv change, but after scaling, you're blind to anything less than almost 20mv... :(

What is the resolution of the Keyence sensor? IOW, ±10V = ± how many microns?

🍻

-Eric
 
Steve Ackerman said:
I do see I made a programming mistake between rungs 14 and 15. Should be another rung showing a measurement of 17.898mm.
This does off set things a little.
It also confuses me. A micron should be Ĺłm, a millionth of a meter. mm is millimeter, one thousandths of a meter.

I wondered where the 1000 came in, are you thinking in the correct terms?
 
Resdoran: okay, I don't have the symbols (I would use "um" for a micron) that makes it difficult for some people, as I have learned. The metric system is the metric system.
i.e. 17.001 um = 17.001 mm

Resdoran / Eric - Both are right - I just don't fully understand. I used 1000 just to move the decmal point. I tried 10000 but this is to large a value to input. I thought about using LDD V... 10000 and then MUL by V... --- but never went that far, not knowing if that would work anyway.
As you can tell - both of you know much more about it that I do.
As mentioned before going to serial - I am hoping that I can just echo the micrometer value to the plc but if I have to scale that output from the micrometer, I will end up with the same problem.
 
Steve Ackerman said:
Bernie: The Keyence LS-7001 has a digital (in metric) readout on the controller. I am hoping that the rs-232 output will mirror this result. This will be much easier because this all has to end up being sent to a computer for data acquisition.
I don't have much time each day to work on this so the process is a bit slow.
If I can make it work it will be a real application.


i wrote a program in VB6 to talk to a Keyence across its 232 port. it was not talking to a plc but a pc,

you can send a asci code (X0) (i think) to the Keyence and it will constantly output the measurement on its 232 port.

i might be wrong (i normally am), if you want to read this in your PLC you will need a asci input card.
 

Similar Topics

Hello all, I am a recent graduate at my first job tasked with a PLC project. I need to control a linear actuator given feedback from several...
Replies
5
Views
2,159
I have an analog input card F4-08AD. It's on a D4-430 CPU. What I was noticing is that the voltage between CH 2COM and CH2 IN creeps up slowly ...
Replies
5
Views
2,511
I need this screen creator for GC-53 software to get an program from GC-53 MHI KOYO , Please help me.
Replies
0
Views
101
I have a c-more micro with a three digit input box on one of the screens. This is being written to a memory location in a DL05. I don't have the...
Replies
3
Views
112
Hey, I am entirely new to PLC's and am trying to help my friend with a project. He wants to take the signal from a PNP photoelectric sensor as...
Replies
12
Views
2,239
Back
Top Bottom