GSD file search

silva.foxx

Member
Join Date
Dec 2004
Location
North Wales; always West to England!
Posts
519
Hi

Could really do with some help, please.

I'm trying to find HMS_1011.gsd for an AnyBus communicator
OPC-G11S-PDP. I've tried their website and emailed tech support to no avail.

Can anyone please help?

Thanks.
 
Last edited:
I believe this should be the file you are looking for. You will have to remove the".TXT" extension because I could not upload it as a ".GSD" file.

; Profibus Device Database of : HMS Fieldbus Systems DP-slave
; Model : OPC-G11S-PDP
; Description : Profidrive Profibus-DP option board for FUJI G11-inverter
; Language : English
; Date : 20 October 1999
; Author : HMS Fieldbus Systems AB

This file is from my personal GSD collection, so there might be a newer version out there...
 
Hi silva.foxx

maybe I've good news for you.
I found the gsd file looking in this user manual (see on page 56)
here the weblink to download it
http://www.saftronics.com/PRODUCTS/HVAC/GP10/OPTIONS/VG10%20GP10%20PROFIBUS.pdf

So I've copied the text from pdf document and converted as .doc document, then saved in txt format and rename the file as .gsd

here the code of the .gsd file.

Code:
;============================================================
; Profibus Device Database of : HMS Fieldbus Systems DP-slave
; Model : SOPC-G11S-PDP
; Description : Profidrive Profibus-DP option board for Saftronics GP10 / VG10 inverter
; Language : English
; Date : 20 October 1999
; Author : HMS Fieldbus Systems AB
;============================================================
#Profibus_DP
GSD_Revision = 1
;Device identification
Vendor_Name  = "HMS Fieldbus Systems AB"
Model_Name  = "SOPC-G11S-PDP"
Revision = "Version 1.00"
Ident_Number  = 0x1011
Protocol_Ident  = 0 ; DP protocol
Station_Type  = 0 ; Slave device
FMS_supp  = 0  ; FMS not supported
Hardware_Release = "Version 1.30"
Software_Release = "Version 1.00"
 
; Supported baudrates
9.6_supp = 1
19.2_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_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   = 1 
Max_Input_Len   = 20 
Max_Output_Len   = 20 
Max_Data_Len   = 40 
Modul_Offset   = 1 
Fail_Safe   = 0 ; state CLEAR  not accepted
Slave_Family   = 1 ; drive
Max_Diag_Data_Len = 6 
 
;Definition of modules
Module = "PPO Typ 1" 0xF3, 0xF1;
EndModule;
Module = "PPO Typ 2" 0xF3, 0xF5;
EndModule;
Module = "PPO Typ 3" 0xF1;
EndModule;
Module = "PPO Typ 4" 0xF5;
EndModule;

So you can copy a file in text editor and save it as HMS_1011.gsd

I imported the HMS_1011.gsd file in S7 hardware and update the hardware catalog.

It seems functions ad image attached.

immagineeq.png
 
Last edited:

Similar Topics

I have a block valve FESTO, with code like this: 1. VIGA 03-FB-4 (18,656 L307) - 4 Digital Output 2. VIGA 03-FB-4 (18,656 L307) - 4 Digital Output...
Replies
5
Views
3,949
Did anyone please help me with gsd file of krones heating module(make Siemens)
Replies
0
Views
86
Did anyone please help me with gsd file of krones heating module(make Siemens)
Replies
0
Views
96
Hi guys, I need a GSD file for the following sinamics drive (S120). IO Device SINAMICS S120 CU320-2 PN V4.4 PN-V2.2 with DriveES/SIMOTION...
Replies
6
Views
1,437
I have a device that is connected via modbus to a modbus-profinet converter, and then to a scalance switch. I have no idea how to establish...
Replies
4
Views
1,791
Back
Top Bottom