Communicate with S7-300&Unidrive inverters

tulip

Member
Join Date
Oct 2005
Location
ist
Posts
236
I want to communicate S7-300 CPU315-2DP Plc and 4 pieces Unidrive (Control Techniques) inverters (32bits ) via profibus.Only I will send speed setpoint and fault reset information to inverters I will take also actual speed and fault information from inverters.Do you have an experience abouth this subject? Is there any example?Thanks in advance...
 
Check the inverter manual for how to configure the drive.

Install the GSD file and set up your hardware config with the appropriate telegram information.

Create a UDT for the send data and another for the recieve data and a third called "drive" that includes the send data and the recieve data.

Place 4 instances of thet"drive" UDT in a data block.

Use SFC14 and SFC15 to communicate with the drives.

Tip! Ensure that your project is set to symbol priority and not address priority. Right click on the blocks folder and select properties - Select symbol priority.

If you change a UDT or move its absolute address then all references to it become invalid. With symbolic addressing, when you open the block that references the UDT, the code will be automatically updated with the new size/location based on the symbol. With address priority, when you open the block that references the UDT, the code will remember the previous address and you will have to type in the new size/location.

With sysmbolic addressing, you can also use "Check Block Consistency" (right click on blocks folder) to update your project following such a change.

Tip Tip! Be aware when using Check Block Consitency that selecting the recompile all option will re-create all instance DBs from their source and may over-write configuration data such as PID gains etc.
 

Similar Topics

Hello there folks! I need to access certain DB data from slaves (IM 151, CP342-5) connected to master (CPU 315-2 PN/DP) via Profibus-DP. They're...
Replies
2
Views
1,876
Hi Everyone, I want to know how we write the data to s7 200 plc from S7 300 plc on MPI Network Cpu 315-2dp Cpu 224XP i use SFC 67 and SFC 68 for...
Replies
3
Views
4,450
Hi All I want communicate PLC S7 300 by VB.net and use Libnodave pass usb mpi 6ES7972-0CB20-0XA0. Can do it? If can please guide me. Thank you.
Replies
0
Views
3,291
Hello all in this forum, as you can see I'm new here this is my first post. So here it goes: I want to know if someone has done this before...
Replies
0
Views
1,851
Original system was PV300 and ML1000. Comms is via 1761-NET-AIC. That setup has been working for 10 years or so. Connecting laptop via standard...
Replies
7
Views
2,645
Back
Top Bottom