;============================================================
; Profibus Device Database of :
;   Yamatake Corporation DP slave
;   Model : CMC10P 
;   Description : PROFIBUS-DP/CPL converter
; Language : English
; Created : 16 April 2002
; Author : Yamatake Corporation
;
;============================================================
#Profibus_DP

GSD_Revision        = 2

; Device identification
Vendor_Name         = "Yamatake Corporation"
Model_Name          = "CMC10P"
Revision            = "1.0"
Ident_Number        = 0x0693
Protocol_Ident      = 0              ; DP protocol
Station_Type        = 0              ; Slave device
FMS_supp            = 0              ; FMS not supported
Hardware_Release    = "1.0"
Software_Release    = "1.0"

; Supported baudrates
9.6_supp            = 1
19.2_supp           = 1
45.45_supp          = 1  
93.75_supp          = 1
187.5_supp          = 1
500_supp            = 1
1.5M_supp           = 1
3M_supp             = 1
6M_supp             = 1
12M_supp            = 1

; Maximum responder time for supported baudrates 
MaxTsdr_9.6         = 60
MaxTsdr_19.2        = 60
MaxTsdr_45.45       = 60
MaxTsdr_93.75       = 60
MaxTsdr_187.5       = 60
MaxTsdr_500         = 100
MaxTsdr_1.5M        = 150
MaxTsdr_3M          = 250
MaxTsdr_6M          = 450
MaxTsdr_12M         = 800

; Supported hardware features
Redundancy          = 0       ; not supported
Repeater_Ctrl_Sig   = 2       ; TTL
24V_Pins            = 0       ; not connected
Implementation_Type = "SPC3"

; Supported DP features
Freeze_Mode_supp    = 1       ; supported
Sync_Mode_supp      = 1       ; supported
Auto_Baud_supp      = 1       ; supported
Set_Slave_Add_supp  = 0       ; not supported

; Maximum polling frequency
Min_Slave_Intervall = 1       ; 100 us

; Maximum supported sizes
Modular_Station     = 1       ; modular
Max_Module          = 24
Max_Input_Len       = 140
Max_Output_Len      = 140
Max_Data_Len        = 280
Modul_Offset        = 1

Fail_Safe           = 0       ; state CLEAR not accepted

Slave_Family        = 0
Max_Diag_Data_Len   = 6
Max_User_Prm_Data_Len = 0

; Definition of modules
Module = "IN/OUT:   4 Byte ( 2 word)" 0x71
EndModule
;
Module = "IN/OUT:   8 Byte ( 4 word)" 0x73
EndModule
;
Module = "IN/OUT: 128 Byte (64 word)" 0xC0,0x7F,0x7F
EndModule
;
Module = "INPUT:    4 Byte ( 2 word)" 0x51
EndModule
;
Module = "INPUT:    8 Byte ( 4 word)" 0x53
EndModule
;
Module = "INPUT:  128 Byte (64 word)" 0x40,0x7F
EndModule
;
Module = "OUTPUT:   4 Byte ( 2 word)" 0x61
EndModule
;
Module = "OUTPUT:   8 Byte ( 4 word)" 0x63
EndModule
;
Module = "OUTPUT: 128 Byte (64 word)" 0x80,0x7F
EndModule



