PLC and PC Connection
PLC and PC Connection
(OP)
I am searching for a connection way between a PLC of CNC machines and a PC(laptop). I need to record the real-time feed rate from machine. One of the ways that I've found is CP5611 communication board that should be connected to the CNC from PC, and another way is OPC server communication software. Which way is true? How can I record PLC data?
Respectfully
Respectfully





RE: PLC and PC Connection
TTFN
FAQ731-376: Eng-Tips.com Forum Policies
[IMG http://tinyurl.com/7ofakss]
Need help writing a question or understanding a reply? forum1529: Translation Assistance for Engineers
Of course I can. I can do anything. I can do absolutely anything. I'm an expert!
There is a homework forum hosted by engineering.com: http://www.engineering.com/AskForum/aff/32.aspx
RE: PLC and PC Connection
RE: PLC and PC Connection
TTFN
FAQ731-376: Eng-Tips.com Forum Policies
[IMG http://tinyurl.com/7ofakss]
Need help writing a question or understanding a reply? forum1529: Translation Assistance for Engineers
Of course I can. I can do anything. I can do absolutely anything. I'm an expert!
There is a homework forum hosted by engineering.com: http://www.engineering.com/AskForum/aff/32.aspx
RE: PLC and PC Connection
RE: PLC and PC Connection
RE: PLC and PC Connection
In reading this string of replies, I was disappointed IRstuff's reply to you.
Disclaimer: I have not worked with CNCs for over a decade.
djs is correct, the CP5611 is the PROFIBUS network communication card. The short answer to your question is you want to do the velocity monitoring in PC (CNC) not PLC. So OPC would be easiest if you needed to record history of velocity, but you will have sample frequency rate limitations (network and read/write delays) in this kind of high speed monitoring. Script writing directly NC to grab sample, max/min and avg would allow a more high speed sample rate, and I would think siemens already has that diagnostics built in.
If you are just wanting to optimize the speed and velocity controller of the selected machine axis and not so much record history of velocity, you can use built in software/screens.
You lookup in your particular Siemens CNC model commissioning manual. Like MD32810 $MA_EQUIV_SPEEDCTRL_TIME (Or call Siemens as IRstuff puts it, if you want to go the more complicated and higher frequency velocity monitoring rate.) As there is a lot of machine data points in a CNC, the exact details of what you want to do and why; will dictate complicity. for example you may be wanting data directly from encoders, or may want MD34070 $MA_REFP_VELO_POS (reference point positioning velocity), MD34070 $MA REFP_VELO_POS (target point positioning velocity), you may have to account for backlash if movement points in different directs, etc. etc.
Go to manual section on Axis monitoring functions (dynamic)", also reference Function Manual, Basic Functions; Velocities.
To monitor live "Diagnostics" operating area → Menu forward key → "Axis diagnostics" → "Service axis"
Hope this gives you a little more to go on, or helps is some little way.
Don
BIN Industrial & PLC Training
http://bin95.com