Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

Inverter Setting

(FC300)

  For normal communication, the following parameters must be set for the inverter.

· Parameter 8-10 : FC profile [0]

· Parameter 8-30 : FC MC [1]

[1] Those parameters must be matched with the settings of the Xpanel.

[2] The parameters of 8-10 and 8-30 must be set as the value shown above. If those parameters are set as other values, Xpanel cannot communicate with the inverter.

Inverter Setting

(VLT2800)

For normal communication, the following parameters must be set for the inverter.·

  • Parameter 512: FC profile [1]

[1] Those parameters (500 and 501) must be matched with the settings of the Xpanel.

[2] The parameter of 512 502 must be set as the value shown above. If this parameter is set as another value, Xpanel cannot communicate with the inverter.

...

Create a new device

For creating a new device go to [Tools] - [I/O Devices] or click the (blue star) icon on the main toolbar.

The following picture demonstrates the first step for creating a new device.

I/O Device Name: Give a device name. This name will be used in the Tag tag configuration window of the database accompanied by the Station Name.

Select a device type

After selecting [OK] on the previous step, the ‘Serial Communication Configuration’ dialog box will be popped up as shown in the following picture.

In this window, select the ‘Device Type’ as ‘DANFOSS VLT AutomationDrive FC-300’ and configure the proper serial communication parameters. See the Communication Configuration section for more information.

(blue star) FC-300 supports the RS485 RS-485 only with even parity, 8 data bits, and 1 stop bit.

Create a station

Move to the ‘Station’ [Station] tab of the ‘Serial Communication Configuration’ dialog box.

Image Removed

In this dialog box, all the connected PLC stations can be configured and registered to the Xpanel.

Image Added

Each field can be configured as followed:

Station Name: Give a name to the PLC. This name will be used in the database window accompanied with by the ‘Device Name’.

Station Type: Choose the ‘FC-300’ (no other type can be selected).

Network ID: This field has no effect.

Station No.: Specify a number between 0 and 9.

16Bits Data Swap: This field has no effect.

32Bits Data Swap: This field has no effect.

String Data Swap: This field has no effect.

Using ChecksumCheckSum: This field has no effect.

Comm. Error Message Pop Up: If When this item is checked, Xpanel displays a communication error message at box for every Rx and Tx error. Otherwise (unchecked), Xpanel does not display an error message. However, if there is an error when writing a tag value to the station value, the notification message will pop upmessage for communication errors. This message box will close automatically closes after 5 a few seconds.

See the Communication Configuration section for more information about the remaining parameters.

Address Notation

The address of a Tag tag in Xpanel has the following format.

...

:

Tag Type

Format

Example

Analog

[Symbol][Decimal Number]

P023

Digital

[Symbol][Decimal Number][.][Hexadecimal Number]

P000.F

Symbol

Address

Description

Access

P

0001 - 1760

Parameter Area

The address of each tag can be induced from the parameter number of FC 300 or VLT 2800. For example, to monitor the ‘16-17 Speed [RPM]' of FC 300, the address should be designated with 'P1617’. For more parameters, please refer to the ‘How to Program’ section of the “FC 300 Design Guide”.

The value written to this address will be transferred to the FC 300 or VLT 2800 directly. That means parameters of the inverter can be modified by writing the desired value to this address. The new value can be stored to not only RAM, but also to EEPROM of FC 300. For storing a set value to the EEPROM, the C002 point must have a non-zero value.

R/W

C

000

Control Code

1 word-sized control data. Each bit has its own control meaning which is shown in the following ‘Control Code’ table. To control FC 300 or VLT 2800, write a value of the combination of the table.

Ensure that the reference (C001) is set as the desired value before issuing this control code.

W

001

Reference

This point is a signed word data (-32767 - +32767), and the range of data corresponds to -200% to +200% of reference. For example, the value of 16384 represents 100% of reference.

This reference value must be set before the actual control by control code (C000).

002

EEPROM Writing

If this is non-zero, the value written to the parameter area (Pnnnn) will be saved to the EEPROM as well as RAM of FC 300 or VLT 2800. Otherwise, the set value will be stored only in RAM. Ensure that this point is set as the desired value before parameter writing.

The addresses above can be used in both analog and digital tags.

...

[C000 : Control Code for FC 300]

...

Bit No.

Bit Value = 0

Bit Value = 1

00

Reference value

External selection lsb

01

Reference value

External selection msb

02

DC brake

Ramp

03

Coasting

No coasting

04

Quick stop

Ramp

05

Freeze output

Use ramp

06

Ramp stop

Start

07

No function

Reset

08

No function

Jog

09

Ramp 1

Ramp 2

10

Data not valid

Data valid

11

Relay 01 open

Relay 01 active

12

Relay 02 open

Relay 02 active

13

Parameter set-up

Selection lsb

14

Parameter set-up

Selection msb

15

No function

Reverse

For more information on each bit, refer to the ‘Control Word According to FC Profile (CTW)’ section of the ‘FC 300 Design Guide’.

[C000 : Control Code for VLT2800]

...

Bit No.

Bit Value = 0

Bit Value = 1

00

 

Preset reference lsb

01

 

Preset reference msb

02

DC brake

 

03

Coasting stop

 

04

Quick stop

 

05

Freeze output frequency

 

06

Ramp stop

Start

07

 

Reset

08

 

Jog

09

Ramp 1

Ramp 2

10

Data not valid

Data valid

11

 

Relay 01 activated

12

 

Digital output terminal 46 activated

13

Selection setup, lsb

 

14

Selection setup, msb

 

15

 

Reverse

For more information on each bit, refer to the ‘Control Word According to FC Profile (CTW)’ section of the ‘FC 2800 Design Guide’.

Example: Monitors the frequency data

  1. Make an analog tag for frequency data. The address can be induced from parameter 16-13. Designate ‘P1613’ as the address of the new analog tag.

  2. Setup the scale factor of the analog tag if needed. The ‘Conversion index’ of parameter 16-13 is -1. Configure the scaling factor of the tag in the database as 0.1.

...

2. Setup the scale factor of the analog tag. In this example, the value of 0.1 was designated as the scale factor. The ‘Conversion index' of the parameter 07-06 is -4. This index is based on the unit of seconds. For convenience, we can use the unit of milli-secondsmilliseconds, such that the index can be thought of as the value of -1.

...

2. To control the FC 300, write the desired reference value to the ‘Reference’ point, C001, first. Then, write a control value to the ‘Control' point. For example. , write the value of 0x047F for issuing a start command.

...

(blue star) Shielded twisted pair cable must be used for P-N pair.

(blue star) Ensure that the shield shielded cable is connected to the COM terminal (61) of FC 300.