Beijer Electronics SER0060 Manual de usuario

Quick start guide
X2 to BFI E3 Modbus TCP – iX script module
SER0060 – X2 ModBusTCP to BFI E3-MTP example

X2 to BFI E3 Modbus TCP – iX script module
SER0060_V1.0.0 2022-02
2 (13)
Normal.dotm, 2020-07-01
1Function and area of use
This document explains how to connect, configure and control one or multiple Beijer Frequency
Inverters E3-MTP via ModBusTCP.
2About this document
This quick start document should not be considered as a complete manual. It is an aid to be able
to startup a normal application quickly and easily.
Use the following items to obtain a stable application:
In this document we have used following software and hardware
•iX Developer 2.40 SP5 / SP6
•X2 base/pro/marine/control/extreme series
For further information refer to
•iX Developer Reference Manual (MAxx831)
•iX Developer User's Guide (MAxx832)
•BFI-E3 User Guide
•BFI-E3 Start-Up Manual KI00369B
•Beijer Electronics knowledge database, HelpOnline
This document and other quick start documents can be obtained from our homepage.
Please use the address support.europe@beijerelectronics.com for feedback.
Copyright © Beijer Electronics, 2022
This documentation (below referred to as ‘the material’) is the property of Beijer Electronics. The holder or
user has a non-exclusive right to use the material. The holder is not allowed to distribute the material to
anyone outside his/her organization except in cases where the material is part of a system that is supplied by
the holder to his/her customer. The material may only be used with products or software supplied by Beijer
Electronics. Beijer Electronics assumes no responsibility for any defects in the material, or for any
consequences that might arise from the use of the material. It is the responsibility of the holder to ensure that
any systems, for whatever applications, which is based on or includes the material (whether in its entirety or
in parts), meets the expected properties or functional requirements. Beijer Electronics has no obligation to
supply the holder with updated versions.

X2 to BFI E3 Modbus TCP – iX script module
SER0060_V1.0.0 2022-02
3 (13)
Normal.dotm, 2020-07-01
3Table of Contents
1Function and area of use.........................................................................................2
2About this document..............................................................................................2
3Table of Contents..................................................................................................3
4Preparing the Communication ..................................................................................4
BFI parameter settings.....................................................................................4
BFI Ethernet ports..........................................................................................4
Indication of status on LED of BFI-E3 ....................................................................5
5Web server in BFI-E3..............................................................................................6
Module Configuration......................................................................................6
Network Statistic ...........................................................................................7
Modbus Statistics ...........................................................................................7
How to change IP-address and Network mask ..........................................................8
iX ModBusTCP settings .....................................................................................8
ModBusRTU and ModBusTCP parallely...................................................................9
6The iX Project......................................................................................................9
Main Menu ...................................................................................................9
All Parameters Menu..................................................................................... 10
Remote IO Menu .......................................................................................... 10
Other Screens ............................................................................................. 11
7Import the project parts ....................................................................................... 12
8About Beijer Electronics ....................................................................................... 13
Contact us ................................................................................................. 13

X2 to BFI E3 Modbus TCP – iX script module
SER0060_V1.0.0 2022-02
4 (13)
Normal.dotm, 2020-07-01
4Preparing the Communication
This section describes the settings both for the BFI and the iX ModBus Master controller and some other
helpful information.
BFI parameter settings
BFI-E3:
- P12=3. Modbus TCP control with Acceleration and Deceleration time in parameter P-03/ P-04.
- P12=4. Modbus TCP control with Acceleration and Deceleration time sent by Modbus TCP.
Adjust if necessary:
- P14=201 to make all parameters available.
- P36 = Station number must be 1.
- P36 = Communication speed must be 115,2 Kbits/sec.
- P36 = Timeout.
t => BFI will trip when no communication
r => BFI will coast to stop
Function can either be disabled by setting 0 second or set to 30, 100, 1000 or 3000 milliseconds
Additionally you either have to brige Pin1 and Pin2 or use the start/direction switch to set the start signal.
BFI Ethernet ports
The 2 Ethernet ports are marked P1 and P2 and have the same IP-address.
The 2 ports on the left side marked D1 and D2 are serial ports not intended for Ethernet. Faulty connection
of cables might cause damage to either BFI-E3 or other equipment.

X2 to BFI E3 Modbus TCP – iX script module
SER0060_V1.0.0 2022-02
5 (13)
Normal.dotm, 2020-07-01
Indication of status on LED of BFI-E3
Example of LED indication of ethernet ports in BFI-E3.
Communication working Communication interruption
Network Status Indicator, NS
State
Indication
Steady Off
BFI is not powered up or no IP address
Flashing Green
Online, no Modbus TCP connections active
Steady Green
Online, Modbus TCP connections active
Flashing Red
Connection Timeout after working Modbus TCP connection
Steady Red
Duplicate IP address

X2 to BFI E3 Modbus TCP – iX script module
SER0060_V1.0.0 2022-02
6 (13)
Normal.dotm, 2020-07-01
5Web server in BFI-E3
Default IP-address of BFI-E3 is 192.168.1.253 and Subnet: 255.255.255.0
Enter IP-address in the web browser. Username is Admin and Password is the serial number of the BFI.
Module Configuration
•OPT-3-MTPIG-BFI is the name for the internal Modbus TCP board .
•The serial number is the identification for the complete BFI.
•Hardware version is 0419
•Latest available firmware in October 2020 is V101 R003 S0168

X2 to BFI E3 Modbus TCP – iX script module
SER0060_V1.0.0 2022-02
7 (13)
Normal.dotm, 2020-07-01
Network Statistic
•192.168.1.29 is the IP-address of the PC. Local port 80 with Socket type TCP is the web browser
connection with BFI.
•192.168.1.29 is the IP-address of the PC. Local port 47850 with Socket type TCP is PC-program BFI-
Tools running on the PC.
•192.168.1.40 is the IP-address of one X2-Control.
Modbus Statistics
Correct working communication without any fault should look like below. Counter of Transmitted,
Received and Successful Transmissions are calculating upwards Error counters stays at 0.

X2 to BFI E3 Modbus TCP – iX script module
SER0060_V1.0.0 2022-02
8 (13)
Normal.dotm, 2020-07-01
How to change IP-address and Network mask
•Enter new IP-address and/or Network Mask
•Push on Apply New Values
iX ModBusTCP settings
Configure the controller settings as shown below.

X2 to BFI E3 Modbus TCP – iX script module
SER0060_V1.0.0 2022-02
9 (13)
Normal.dotm, 2020-07-01
ModBusRTU and ModBusTCP parallely
It is not possible to run ModBus RTU and ModBus TCP at the same time!
6The iX Project
The most important screens of the iX are the Main menu (Demo_Main) and the All Parameters
menu (Demo_AllPar).
Besides these 2 screens there are a couple of other nice to have screens.
Main Menu
On this screen you get feedback from the BFI concerning it´s type (BFI-E3) and you see the most
import status and output data. In addition to that you can set the frequency, start/stop the BFI and you
can also switch between multiple BFI´s by changing the Node Id.

X2 to BFI E3 Modbus TCP – iX script module
SER0060_V1.0.0 2022-02
10 (13)
Normal.dotm, 2020-07-01
All Parameters Menu
On this screen you can read and write the BFI parameters.
Remote IO Menu
On this screen you can see the sate of the digital and analog Inputs.
Tabla de contenidos
Otros manuales de Unidad de control de Beijer Electronics
Manuales populares de Unidad de control de otras marcas

Festo
Festo Compact Performance CP-FB6-E Manual de lista de piezas

Elo TouchSystems
Elo TouchSystems DMS-SA19P-EXTME Manual de usuario

JS Automation
JS Automation MPC3034A Manual de usuario

JAUDT
JAUDT SW GII 6406 Series Guía rápida

Spektrum
Spektrum Air Module System Manual de usuario

BOC Edwards
BOC Edwards Q Series Manual de usuario














