I am asking about communication ways between a PLC and a PC. What is the difference between the CP5611 communication and the OPC server communication software?
IRstuff, Thank you for your reply. Siemens S7 PLCs are my target. What is the difference between the CP5611 communication and the OPC server communication software? How can I get the Velocity of every axis in a 3-axis machine?
BillPSU, Thank you for your reply. My question is about 3-axis machines and the real feed rate is not the programmed one (NC Program). the real feed rate is calculated by (V = sqr(Vx^2 + Vy^2 + Vz^2)). I discuss about the real feed rate, don't the chip load or the cycle time.
ornerynorsk...
ornerynorsk, thank you for your interest. I've just searched about Predator Software (Predator DNC) and I've found a training video about it.
Link
can I get machine real feed rate with this software ? you know, I need real feed rate during machining, maybe in three axis (X, Y, Z) to calculate...
badservo, thank you for your notification, But I thought that here I can get some different answers.
ornerynorsk, thank you for your attention. My controllers are Siemens 802d and Fanuc 0-m. The feed rate recording is not these controllers capability, I am searching a solution.
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...
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...
Thanks garzar for your suggest and your idea,
your idea is effective but it requires some design considerations and I want to set a dimension for a Item (like a line or a circle or between two circles etc) with vba in drafting worbench. My question is, when I recorded CatScript for posted...
Appvid, I mean if you want to run your macro while opening a practical catpart, you can create a new toolbar and a new command to do this my friend (this's my suggest for you)
but I don't know how you can run your macro while opening a practical catpart with (Ctrl+O)! that is interesting for me...
I recorded a CatScript to set a dimension between two holes (for the picture in the last post) :
[Sub CATMain()
Dim drawingDocument1 As Document
Set drawingDocument1 = CATIA.ActiveDocument
Dim drawingSheets1 As DrawingSheets
Set drawingSheets1 = drawingDocument1.Sheets
Dim drawingSheet1 As...
Thanks Fernando for your reply,
I searched in v5automation.chm, but I could not find a sample code about to create a dimension for a GeneratedItem in drafting. my problem is, how can I set a dimension for a specific GeneratedItem that I want, like a Line (GeneratedItem) or a circle with vba in...
If you want to simulate the machining of a corner (fillet), you should use "Prismatic Machining" or "Surface Machining" workbench. than you should define a 3-axis machine and use "Multi-Axis Sweeping" strategy to machine a corner.
Hello sudhakarn
What workbench do you design ? If you design in Part Design Workbench, you should use "Dress-Up Features" toolbar, "Edge Fillet" is an icon in the "Dress-Up Features" toolbar.
But those are not a Catia toolbar Fernando !
you only run a VB program from VS, so that's not a plug-in software Fernando! I mean of a plug-in software is a software that install in your computer and create a toolbar for Catia !?
is that possible to create a toolbar with VBA in Catia V5 ?
Thank Fernando, Yes exactly like those, Those great
I use VS2012, What are the main references for programming ? For every code that I use ,should I check the reference ?!