Where I can get GSD file for B&R device (DeltaV)

I have B&R PLC and I’m looking to connect it to my main DCS network through profibus.
Please could you provide me the GSD file?
Do I have to modify something in the PLC it self?

Regards

Dear Nabyl,
there are many products which you can use to have a profibus slave interface on a B&R PLC such as the X20IF1063-1.

You can find the relevant packages of documentation and GSD file on the website of B&R : X20IF1063-1 GSD Package | B&R Industrial Automation (br-automation.com)

2 Likes

thanks for your answer.
is it for DeltaV or Siemens ?

whenever you have a profibus DP master you can use the solution and the interface modules to establish a communication. You need to import the GSD files into the tools and then you can setup the proper communication.

Based on the documentation to DeltaV you should have also the chance to setup an OPC UA communication which is also available on the B&R PLC`s and then you can also avoid to use a seperate interface card

1 Like

GSD files are not for a specific brand of PLCs (or manufacturers)

GSD means “Device master file” (or in simpler words “Electronic datasheet”) and ths files describe the slave in order that any other programming tool can understand the Profibus device

Depending on the used B&R Profibus slave you need to download the file from our hompage and then import this GSD file into your programming sofftware.

2 Likes

Oliver,
thanks for your clear answer, do you have a profibus manual how I can use the slot.
or perhaps if there is an exchange table?

Hi Markus,
thanks for this helpful answer, do you have a manual how to use the exchange table ?

I am sorry but about what “exchange table” are you talking ?

1 Like

In fact, I’m trying to understand what kind of information I can find for each slot. Apparently, in the GSD, there are three slots.

Screenshot from DeltaV:

Please clearify the situation:

  • is our PLC master or slave ?
  • which GSD file did you use ?
  • what does the screenshot show ?
    Thank you
1 Like

Thank you for your support.

  • B&R slave and DeltaV master

  • version 1.006

  • The screenshot I showed is from DeltaV after creating a B&R device, I have by default those slots.

I am sorry but I do not know. Entering the X20IF1063-1 in our software results in a completly different layout:

Per default everything is empty and you can then attach “submodules”
As you can also see there are more than 3 possible:

I am sorry to tell but I cannot tell you why this Delta Software states 3 modules here

1 Like

Hello Oliver,

I think I’m very close to understand what’s happen.

In fact, when I create the new Profibus device using the GSD file, it gives me an empty page, as you can see in the attachment. This requires me to create the modules (slots) one by one.
According to the attached document, I believe I have to create a modules with 8 inputs and 8 outputs, and within this module, create the Profibus signals.

Hello @nbelharet7
Basically you have to ensure the master and slave share the same “knowledge”
This means if you define 8 bytes in and out then this must be done on both sides as otherwise you will get a “configuraiton fault”

2 Likes

Thanks for your reply.

Please how I can know what it is configured in the PLC side?
I thought it is linked to the gsd

Well you have to have a Automation Studio project as well. The IF1063-1 is no IO slave. It is a slave with variable data. This means also in our PLC where the IF1063-1 is plugged you need to configure the amount of data you want to exchange:

This configuration must fit to the configuration you do on master side
In other words of you configure 8 Bytes in and out on master side you also have to configure 8 bytes in and out on our slave side

Hi Nabyl, what is status of your topic, is it solve? can you update us?

Hi Kovar,

it is ongoing, I’m trying to find someone to connect to the PLC and confirm the configuration.