Indramat dkc03.3

martin3885

Member
Join Date
Aug 2005
Location
Saarland
Posts
144
Hi,
does anyone have documentation to Bosh's inverter Indramat DKC03.3? or at least know how do the control and status words look like?
 
Hi Martin,

If its Step 7,i can give you a copy of a DB mapped Status word from one of our machines to get you started, but i believe you can customise the status word via drivetop software. I dont have any PDF's for this unit only a course manual.

Our unit communicates via Profibus DP and is mapped from the pheripheral area to DB:

DATA_BLOCK "Drive"
TITLE =
VERSION : 0.1

STRUCT
Controlword : STRUCT
Positioning_block_sel : BYTE ; //Positioning block selection
Drive_enable : BOOL ;
Drive_stop : BOOL ;
Reserve01 : BOOL ;
Start_positioning_block : BOOL ;
Reserve02 : BOOL ;
Fault_reset : BOOL ;
Reserve03 : BOOL ;
Reserve04 : BOOL ;
END_STRUCT ;
Torque_force_limit : WORD ;
Statusword : STRUCT
Quit_positioning_block : BYTE ;
Active_operation_mode : BOOL ;
Reserve01 : BOOL ;
In_reference : BOOL ;
moving : BOOL ;
In_position : BOOL ;
fault : BOOL ;
ready : BOOL ;
Drive_ready : BOOL ;
END_STRUCT ;
END_STRUCT ;
BEGIN
Controlword.Positioning_block_sel := B#16#0;
Controlword.Drive_enable := FALSE;
Controlword.Drive_stop := FALSE;
Controlword.Reserve01 := FALSE;
Controlword.Start_positioning_block := FALSE;
Controlword.Reserve02 := FALSE;
Controlword.Fault_reset := FALSE;
Controlword.Reserve03 := FALSE;
Controlword.Reserve04 := FALSE;
Torque_force_limit := W#16#0;
Statusword.Quit_positioning_block := B#16#0;
Statusword.Active_operation_mode := FALSE;
Statusword.Reserve01 := FALSE;
Statusword.In_reference := FALSE;
Statusword.moving := FALSE;
Statusword.In_position := FALSE;
Statusword.fault := FALSE;
Statusword.ready := FALSE;
Statusword.Drive_ready := FALSE;
END_DATA_BLOCK


Hope this is some help to you
 
Last edited:

Similar Topics

Hello, what program is it used to connect with laptop a rexroth indradrive HDS02.2-W040N-H(verry old model), i'm guessing because its old so on a...
Replies
7
Views
1,294
hi everyone! we need to update the program in the servo, a Rexroth Indramat PPC-R02.2N-L. The thing is we need the software for it, WinPCL...
Replies
0
Views
766
Hi everyone We have a DKC11.3-040-7-FW with FWA-ECODR3-SGP-01VRS-MS firmware on programming module. Whenever we try to calculate commutation...
Replies
0
Views
947
Hi all, Am new here, normally I work on OSAI and Beckhoff systems but I have a problem with some Indramat dkc11.3 drives that all display the...
Replies
1
Views
1,421
Hi everybody, i have back up´s from Indramat Servo Drivers, but those file have suffix PAR. Drive1.par Drive2.par Does anybody know, which...
Replies
5
Views
2,117
Back
Top Bottom