T.6.2 Errors displayed during screen creation

Project Converter

Start

New Project File

Project Properties

Screen Management

Address Block Conversion

Display Unit

Device/PLC Settings

Peripheral device settings

Device Conversion

Search

D-script

Built-in Function

Alarm Text

Recipe Settings

Security

Sound

Logic Program

Text Table

Multiple Languages Change

Symbol Variable List

Text

Image Management

Images

Mark

Package Window

Template

Duplicate

Part List

Parts Selection Toolband

Data Limitation

Print

WinGP

RPA Function

Switch

Using Lamps

Text Table Converter

Compare Project

Password setting export

When setting [I/O Driver] for CANopen

When setting [I/O Driver] for EtherNet/IP

When the help menu is displayed

Project Converter

Error Message

Cause and Troubleshooting

Browse

As a result of conversion, more than 30000 characters exist. Please divide the script into user functions or delete unnecessary comments.

A single script contains too many characters. After dividing the script into functions or deleting comments, retry the conversion.

-

Start

Error Message

Cause and Troubleshooting

Browse

Two different versions of GP-Pro EX cannot be opened at the same time.

Open the same version as the current Editor.

-

No more instances of the editor can be opened on this computer.

Up to two Editors can be opened at the same time.

Unable to load project as it is configured with a display unit that is not supported by the editor.

Please define a different file.

The model specified in the project file is not supported by the GP-Pro EX being used. When using GP-Pro EX Version 2.10 and ST3000 series is set in the project file, from our support site download the "GP-Pro EX Version 2.10 GP3000 Series B Class (ST3000 Series) support module". Start the program again.

-

New Project File

Error Message

Cause and Troubleshooting

Browse

The selected file could not be opened because the file format is not a valid project file format.

Confirm that the file extension is (* .prx or *.prxe) and open the file.

-

The selected file could not be opened because the file format is not a valid project file format.

Could not read because the target file is damaged or it has a different format. Check the read-from file extension and read it again.

Failed to startup GP-PRO/PB3.

If the application has already been installed, specify a file and run it.

Verify whether or not GP-Pro/PB III is installed.

To install GP-Pro/PB III, you will need a separate CD.

Project Properties

Error Message

Cause and Troubleshooting

Browse

The folder could not be created.

Verify the destination folder settings and verify the specified drive and folder.

3.6.2 Procedure - Setting the Destination Folder

Screen Management

Error Message

Cause and Troubleshooting

Browse

Unable to read project. Select project again.

Confirm that the link to the file storage location is established and read the file again.

8.6.2 Copying a Screen from Another Project

Unable to copy current project. Select another project.

To specify the current project file, finish the editing and then specify the file.

Address Block Conversion

Error Message

Cause and Troubleshooting

Browse

An error occurred during Address Block Conversion. Conversion has been aborted and the original state has been restored.

Redo the [Convert Addresses] utility settings. Follow the procedure and do the settings again.

3.8.4.1 Utility - Address Block Conversion

Display Unit

Error Message

Cause and Troubleshooting

Browse

The selected Device/PLC is not supported when the Enable Ethernet Multilink option is off.

Change the Device/PLC.

From the [System Settings], [Device/PLC], change the device/PLC.

5.4.15 System Settings [Device/PLC] Settings Guide

Device/PLC Settings

Error Message

Cause and Troubleshooting

Browse

The selected Device/PLC is not supported when the Enable Ethernet Multilink option is off.

There are two solutions below. Select the appropriate method.

  • From the [System Settings], [Device/PLC], change the device/PLC's port setting.

  • From the [System Settings], [Display Unit], click the [Extended Settings] tab and select the [Enable Ethernet Multilink] check box.

5.4.15 System Settings [Device/PLC] Settings Guide

5.4.7 System Settings [Display Unit] - [Extended] Settings Guide

Peripheral device settings

Error Message

Cause and Troubleshooting

Browse

The device/PLC cannot be deleted because it is used elsewhere in the project. You can check its location by using the cross reference tool.

*n is the device/PLC number

You cannot delete a device whose address is used for parts or features.

Change the address used for parts or features and delete the device.

42.1 Confirming the Address List Used in a Project File

Unable to change display unit. Peripheral device uses a port that is unsupported. Confirm the settings and change the display again.

A port is set that is not supported by a post-change Display. Modify the port configuration used by peripheral settings tailored to the port configuration supported by the post-change Display.

1.5 Supported Features

The extended device cannot be deleted because it is used in the project.

Use the Cross Reference tool to find where it's used.

You cannot delete a device whose address is used for parts or features.

Change the address used for parts or features and delete the device.

42.1 Confirming the Address List Used in a Project File

Device Conversion

Error Message

Cause and Troubleshooting

Browse

The target file could not be imported because it has a different format.

Could not import because the file is damaged or the file has a different format. Check the import-from file and import it again.

7.4.2 Procedure - Converting the PLC type and designating an Address Conversion Range

The data could not be imported because the addresses specified in the target file do not exist in the selected devices/PLCs.

Check the file address and import it again.

The data could not be imported because the target file has a different format. Please confirm the individual device name and its address.

Check the file's individual device name address and import it again.

The target file could not be imported.

Could not import because the file is damaged or in use. Check the import-from file and import it again.

The target file could not be exported.

Verify that the file is not read-only, and check the specified save-to drive and folder.

Unable to change display unit as variables are mapped to standard input/output terminals (I12 to I15, or Q6 to Q15) in the STD Driver's I/O Screen.

Please unmap the variables, then change the display unit.

Unable to change display unit as variables are mapped to standard input/output terminals (I12 to I15, or Q6 to Q15) in the STD Driver's I/O Screen.

Please unmap the variables, then change the display unit.

31.1 Controlling External I/O

Unable to change display unit as there are three EX Modules setup in the EXM Driver's IO Driver Settings.

Please reduce the number of EX Modules to two or less, then change the display unit.

Unable to change display unit as there are three EX Modules setup in the EXM Driver's IO Driver Settings.

Please reduce the number of EX Modules to two or less, then change the display unit.

31.6.2 I/O Driver Settings Guide - EXM Driver

Search Window

Error Message

Cause and Troubleshooting

Browse

A part of the item you tried to replace is invalid.

It may have been deleted or updated after your search.

Invalid items have been removed from the search results.

To avoid this error, be sure to search again before replacement.

3.8.3.6 Search

Unable to change display units. The selected model does not support Ethernet Multilink Master.

Please review your settings.

From the [System Settings], [Display Unit], click the [Extended Settings] tab and, either clear the [Enable Ethernet Multilink] check box or change the [Action Mode] to the [Slave] option.

5.4.7 System Settings [Display Unit] - [Extended] Settings Guide

D-script

Error Message

Cause and Troubleshooting

Browse

Unable to save because user-defined function has a circular-reference.

Please correct the reference.

Example of a circular reference: UserFunctionA is called by UserFunctionB, UserFunctionB is called by UserFunctionA.

User-defined functions cannot call each other. Check the functions to call.

22.7 Setting Up User-Defined Functions

Built-in Function

Error Message

Cause and Troubleshooting

Browse

The [Start] address must be the same as the [End] address before conversion.

Set the [Start] address and the [End] address to the same device.

-

The [End] address must be greater than the [Start] address before conversion. Please set the range correctly.

Set the [End] address to a greater address than the [Start] address.

Alarm Text

Error Message

Cause and Troubleshooting

Browse

The specified address is out of the address range. The address cannot exceed *** .

Verify the address settings range and run the automatic layout.

(*** is the maximum possible address)

20.12.1 Common Settings (Alarm) Settings Guide

The permitted range from the current location is 1- *** . Specify a value within the range.

Verify the address settings range and run the automatic layout.

*** is the greatest possible additional number of bits setting)

The upper limit value must be greater than the lower limit value.

Set an upper value limit that is greater than the lower value limit.

20.12.1.3 Alarm Settings (Block 1) - Word Monitoring

The additional alarm row cannot be inserted. Delete the alarm in the last row then insert the alarm row again. Insert row operation canceled.

Cannot insert an additional alarm row. To insert a row, delete the alarm in the last row and insert a row again.

-

Invalid file.

The import file format is incorrect. Specify a file created in the correct format.

20.12.1 Common Settings (Alarm) Settings Guide

Import operation failed. Invalid file format.

The import file is not an alarm data file. Specify an alarm data file. Otherwise, the [File Type] setting may have been changed. Confirm that the file type is set to [Alarm Data].

20.16 Import/Export Alarm Settings

The file has been edited in a newer version of the Editor. Import operation failed.

Specify the data file created with GP-Pro EX of the currently used version, or of an older version.

-

Line *** (Line number on the CSV file): Unable to import.

The import file format is incorrect. Data in the indicated line is missing. Add necessary data in the relevant line.

-

Line *** (the Line number on the CSV file): Unable to find [ * (value)].

The import file format is incorrect. Check if the indicated keyword exists or not.

-

Unable to open file. File may be open or read-only.

The selected file is currently used by another application. Close the file.

-

Error. The alarms could not be imported.

GP-Pro EX could not recognize the file you attempted to import. Check if the file you want to import can be opened in CSV format.

-

The Enable Text Table option is off.

The imported file is set up to use the text table, however the [Enable Text Table] check box is cleared. Select the [Enable Text Table] check box and then import.

20.12.1 Common Settings (Alarm) Settings Guide

The Enable Text Table option is on.

The imported file is set up not to use the text table, however the [Enable Text Table] check box is selected. Clear the [Enable Text Table] check box and then import.

The import file and Text Table languages do not match. File's Text Table [*(value)] language is [*(language)].

The target table language is different from the import file.
From the [Common Settings], select [Text Table] and change the associated language to match the import file.

Line *** (the line number in the CSV file): [* (value)] is invalid. The valid values are [0, 1]

The specified value is out of the setting range. Specify a correct value and then execute import.

20.12.1.2 Alarm Settings (Block 1) - Bit Monitoring

20.12.1.3 Alarm Settings (Block 1) - Word Monitoring

Line *** (the Line number on the CSV file): [* (value)] The valid range is [{2}-{3}]

20.12.1.2 Alarm Settings (Block 1) - Bit Monitoring

20.12.1.3 Alarm Settings (Block 1) - Word Monitoring

Line *** (the Line number on the CSV file): [* (value)] invalid data format. The valid values are [0:DEC, 1:HEX, 2:BCD]

20.12.1.3 Alarm Settings (Block 1) - Word Monitoring

Line *** (the Line number on the CSV file): [* (value)] invalid print setting. The valid values are [0:Real-time printing, 1:Batch printing]

20.12.1 Common Settings (Alarm) Settings Guide

Line *** (the Line number on the CSV file): [* (value)] invalid power up sequence. Valid Range: [0:Display as new alarms, 1:Hide continuing alarms]

20.12.1 Common Settings (Alarm) Settings Guide

Line *** (the Line number on the CSV file): [* (value)] invalid font type. The valid values are [0:Standard font, 1:Stroke font]

20.12.1.4 Alarm Settings (Banner)

Line *** (the Line number on the CSV file): [* (value)] invalid color settings. The color settings may have changed.

20.12.1.4 Alarm Settings (Banner)

Line *** (the Line number on the CSV file): [* (value)] invalid font size.

20.12.1.4 Alarm Settings (Banner)

Line *** (the Line number on the CSV file): Trigger Condition [* (value)] is invalid.

20.12.1.3 Alarm Settings (Block 1) - Word Monitoring

Line *** (Number of lines in the CSV file): Color mode [* (value)] is invalid.

The correct value is:

0: 65,536 colors, No Blink

2: 16,384 Colors, 3-Speed Blink

4: 4,096 Colors, 3-Speed Blink

5: 16 Level Monochrome, 3-Speed Blink

6: 256 Colors, No Blink

7: 64 Colors, 3-Speed Blink

8: 16 Colors, 1-Speed Blink

9: 8 Level Monochrome, 1-Speed Blink

10: Monochrome 8 levels, No blink
13: Monochrome 16 levels, No blink
14: Monochrome 16 levels, 1-Speed blink
19:4,194,304 Colors, 3-Speed blink
20:16,777,216 Colors, No blink
Skip?

-

Line [* (value)]: Invalid Text Table index number [* (value)].

Valid range: [1-[* (value)]]

Text table index number is missing from the imported messages, or the index is using an out of range value. Specify a correct value and then execute import.

-

Line [* (value)]: The number of characters or number of rows exceeds the maximum limit for the Text Table. Excess data will not be imported.

There is a maximum limit for the number of characters and number of rows in the Text Table. When importing, the message portion that exceeds the maximum limit is erased. Edit the messages and import again.

-

The specified value is out of the setting range. Setting Range: 1...8

Set the number of alarm settings to 8 or less.

-

The setting value is incorrect. Please set a correct value.

Check the CSV data format.

-

Recipe Settings

Error Message

Cause and Troubleshooting

Browse

Unable to access filing data (CF/SD). Conversion failed. Please check the settings.

Verify that the data in the destination folder is not read-only.

3.6.2 Procedure - Setting the Destination Folder

Failed to paste a part of information.

The paste range and the range of the data to be pasted may be different. Check the content of the data to be pasted.

-

Failed to read the target file.

The specified data may be damaged. Please verify the data inside the destination folder.

3.6.2 Procedure - Setting the Destination Folder

No CSV file. Unable to create index file.

Try again after creating the CSV file.

26.10.3.1 What is an Index File?

The target file could not be read because of an error in the file.

The target file has data out of the specification range. Reconfirm the import-from file's data range.

(The file is imported with the out of range data deleted.)

26.4 Creating Recipes Using CSV Data

The target file could not be read. It is a different file format.

Could not read because the target file is damaged or it has a different format. Check the read-from file and read it again.

The target file could not be read.

Could not read because the target file is damaged or in use. Check the file and read it again.

Failed to write to the target file.

The target file could not be exported. Please check that the file is not read-only and the Save To location is correct.

Security

Error Message

Cause and Troubleshooting

Browse

The password already exists. Please change the password.

You cannot specify the same password on multiple levels. Please change the password.

23.10.1 Common Settings (Security Settings) Settings Guide

You have selected the Use Level 15 Password to Go Offline option. Please set the level 15 password.

Please set the level 15 password.

23.10.1.1 Password Settings

Sound Settings

Error Message

Cause and Troubleshooting

Browse

The item cannot be pasted because the copy range does not match the paste range.

Specify the paste-to range with N times (N is 1 or larger integer) the size of the copied range.

-

The specified address is out of the address range. The address cannot exceed *** .

Specify an address supported by the device/PLC.

The selected file could not be read.

Check the target file and output it again.

The specified file could not be saved.

Check the target file and output it again.

The specified file cannot be read because the file format is not supported.

Convert the file into a supported format and read it again.

27.5.1 Common Settings (Sound) Settings

Cannot edit the sound data because it does not exist.

Verify that data exists inside the destination folder.

3.6.2 Procedure - Setting the Destination Folder

Logic Program

Error Message

Cause and Troubleshooting

Browse

The maximum number of Ladder instructions/Logic has been reached. Reduce the number of ladder instructions or logic.

The maximum number of instructions per logic is 10,000. Set up the Ladder Instructions/Logic on the Logic Screen so that they are within range.

-

Text Table

Error Message

Cause and Troubleshooting

Browse

This part exceeds the maximum number rows and characters.

The paste cannot be completed.

Make sure that the number of characters and the number of rows in the text to be pasted are within the range.

18.7.1 Common [Text Table] Settings Guide

The cells you are deleting contain text. Please delete the text then delete the cell.

Delete the message and then delete the cell.

-

Failed to import because the target file has a different format.

Could not import because the file is damaged or the file has a different format. Check the import-from file and import it again.

18.5 Importing/Exporting Text Table

Text exceeding the defined number of characters will not be imported.

  • [Language No. : Language : Table Name]

  • [Language No. : Language : Table Name]

The specified file has data out of the specification range.

The file is imported with the data out of range deleted.

  • [Language No.] 1 to 16

  • [Language] Export format

  • [Table Name] Number of Characters x Number of Rows <= 1200

The target file could not be imported.

Could not import because the file is damaged or in use. Check the import-from file and import it again.

The data could not be imported because the language for the data has not been set up in this project.

The language specified in the file's Language Settings is not specified for the currently opened project. Verify the import-from file or add the font to use in the System Settings [Font Settings]and import the file again.

6.2 Stroke Font and Standard Font

Failed to export to the target file.

The target file could not be exported. Please check that the file is not read-only and the Save To location is correct.

18.5.1 Procedure - Exporting Text Table

There is at least one line that exceeds the limit for characters in a line. Import operation failed.

Make sure that the no. of characters and the no. of rows in the text to be imported are within the range.

18.5.2 Procedure - Importing Text Table

Load Text Table settings are disabled. Please enable to use with the display unit.

From the [System Settings] select [Display Unit], and in the [Extended Settings] page's [Load Text Table] area, select the [Enable Load Text Table] check box.

5.4.7 System Settings [Display Unit] - [Extended] Settings Guide

Multiple Languages Change

Error Message

Cause and Troubleshooting

Browse

Characters may not display normally because the font for the specified language is not installed in Windows(R).

The selected table message includes a language font that cannot be displayed on the current OS.

Change the OS or add the font.

-

Symbol Variable List

Error Message

Cause and Troubleshooting

Browse

Cannot delete the target symbol because it is currently in use. You can check its location by using the cross reference tool.

Change the symbol registered in parts to another symbol (or address) and then delete the target symbol.

8.8 Registering Addresses with Descriptive Names (Symbol Variables)

Text

Error Message

Cause and Troubleshooting

Browse

When adding text strings, please select Add Text.

To input a new text string with [Text table] selected, select [Add Text]. When the [Add Text] dialog box appears, input a desired text string.

-

Image Management

Error Message

Cause and Troubleshooting

Browse

This setting may display the pasted image improperly because the selected color range is different from that of the display unit, or the drawing target.

The image may be displayed improperly on the display unit due to the color range limit of the unit. Check the color range and convert the image again.

8.3 Changing Color/Line Type/Pattern

The selected image cannot be read. Please select a different image.

Could not import because the file is damaged, in use, or the file has a different format. Check the import-from file and import it again.

-

Cannot convert the original file because it doesn't exist in [Original File Location].

The convert-from file doesn't exist in the specified location. Specify the file location and convert the file again.

-

Images

Error Message

Cause and Troubleshooting

Browse

The selected image cannot be read. Please select a different image.

The specified image file is damaged, or is not in BMP or JPEG format. Specify the file again.

8.11 Pasting an Image

Failed in Image Conversion.

When drawing an image and the image is selected in the [Open Original File] dialog box, this error appears in the preview area when one of the following occurs.

  • Failed to read the file

  • Failed to convert the image (Quality and Reduce Colors)

  • Screen size exceeds 1280 x 1280

The selected Image may have a problem. Ensure the image file again.

8.11.2 Pasting BMP/JPEG Procedure

Mark

Error Message

Cause and Troubleshooting

Browse

The mark library could not be updated.

Failed to delete the mark. Verify that the specified file is not read-only and check the specified file and folder.

-

The mark library cannot be created because the mark library name is invalid. Please enter a valid library name and create the library again.

Change the mark library name and rename the mark library again.

The mark library cannot be renamed because the mark library name is invalid. Please enter a valid library name.

Change the mark library name and rename the mark library again.

Package Window

Error Message

Cause and Troubleshooting

Browse

An user-created parts cannot be registered in the *** package. It can only be registered in a user-created package.

Create a new package and register the created part in it.

8.10.2 Registering Parts/Drawings in a New Package

Unable to locate external package reference folder.

Create the folder set in the external package reference folder or modify the settings in the external package reference folder.

-

Template

Error Message

Cause and Troubleshooting

Browse

The target template could not be read. Please check the template format and location.

Select a different template.

-

Duplicate

Error Message

Cause and Troubleshooting

Browse

The specified number of duplicates could not be made. The maximum number of parts is ***.

Delete unnecessary parts, if any, and duplicate the parts again.

2.2 Number of Parts/Features That Can Be Set

The specified number of duplicates could not be made because the address range has been exceeded.

For parts that have multiple addresses, this message displays even if only one address exceeds the range.

Specify the address range and duplicate the parts again.

-

Part List

Error Message

Cause and Troubleshooting

Browse

Failed to export to the target file.

The target file could not be exported. Please check that the file is not read-only and the Save To location is correct.

-

The target file could not be imported.

Check the contents of the file to be imported again.

-

Unable to open log file for import operation.

Possible causes of this error are that no file is created in \Pro-face\GP-Pro EX *.**\Log\PartList, you do not have permission to access the file, or the created file has been corrupted. Check the import file and folder.

-

Parts Selection Toolbar

Error Message

Cause and Troubleshooting

Browse

The target file could not be read.

The specified image file is damaged, or is not in BMP or JPEG format. Check the file to read and the drive.

-

Failed to write to the target file.

Failed to writing to the file. Check the file to write and the drive.

Data Limitation

Error Message

Cause and Troubleshooting

Browse

Exceeded data history limit. The display can use up to 768 records.

The total number of alarm history events has exceeded the limit. Reduce the number of alarm history events.

38.1.4 Differences with Display Unit - WinGP

The number of messages that can be saved has been exceeded. The display unit can use up to 2048 messages counting all the Bit Monitoring and Word Monitoring blocks.

The number of registered bit monitoring/word monitoring messages has exceeded the limit. Reduce the number of registered messages.

20.12.1.2 Alarm Settings (Block 1) - Bit Monitoring

20.12.1.3 Alarm Settings (Block 1) - Word Monitoring

Print

Error Message

Cause and Troubleshooting

Browse

Please select Items to print.

The print option is not selected. Check the selected options and print again.

35.6.1.7 Common Settings

WinGP

Error Message

Cause and Troubleshooting

Browse

The maximum number of parts has been exceeded.

The total number of parts located on one screen has exceeded 2000 items.

Reduce the number of parts located on the screen.

38.1.4 Differences with Display Unit - WinGP

Too many addresses.

The total number of addresses specified on one screen has exceeded 3,000 items.

Reduce the number of addresses specified on the screen.

The transmission data size exceeds the maximum limit. Check your settings.

The total volume of project data has exceeded the limit value.

Delete some drawings, parts and devices from the project so that the total data volume does not exceed the limit value.

Missing license key. Start the trial version?

If WinGP is started under an incompatible installation environment, this popup message appears. Install WinGP onto a compatible model.

If a version for a supported model has been released, start the trial version and transfer, from the transfer tool, the system with the proper version.

38.2.1 Supported Models - WinGP

License key is missing. Application will now end. Please enter license key and restart the application.

This error message is displayed when the missing license key status continues for five minutes. Enter the license key and restart WinGP.

38.1.1 Overview - WinGP

Please enter license key and restart the application.

Missing license key. Start the trial version? This message appears when you select "NO". Enter the license key and restart WinGP.

-

Remote PC Access

Error Message

Cause and Troubleshooting

Browse

Invalid Remote Access Key Code.

An invalid RPA function key code has been specified.

Enter a correct key code in the relevant field.

36.3.2 Procedure - Log in from Multiple Display Units

Switch

Error Message

Cause and Troubleshooting

Browse

Cannot change because the Lamp feature is disabled.

The switch cannot be changed because [Lamp Feature] is set to [Not Used]. Select [Lamp Feature] and then change the switch.

10.15 Switch/Lamp Parts Settings Guide

When adding text strings, please select Add Text.

To input a new text string with [Text table] selected, select [Add Text]. When the [Add Text] dialog box appears, input a desired text string.

-

Lamp

Error Message

Cause and Troubleshooting

Browse

Cannot change because the Switch feature is disabled.

The lamp cannot be changed because [Switch feature] is disabled. Select [Switch feature] and then change the lamp.

10.15 Switch/Lamp Parts Settings Guide

When adding text strings, please select Add Text.

To input a new text string with [Text table] selected, select [Add Text]. When the [Add Text] dialog box appears, input a desired text string.

-

Text Table Converter

Error Message

Cause and Troubleshooting

Browse

Conversion complete. However, not all the items required for conversion were included.

The object to be converted may not exist.

Select the object to be converted.

3.8.4.5 Utility - Convert Text Table

You have reached the text table registration limit. Conversion process interrupted.

The index number exceeds the maximum value (10001).

Set an index number that is less than the maximum value.

18.7.1 Common [Text Table] Settings Guide

Compare Project

Error Message

Cause and Troubleshooting

Browse

Specified file could not be read.

There is a possibility that the specified file does not exist, or it is not a project file for GP-Pro EX.

Please verify the specified file.

3.8.4.6 Utility - Compare Project

Password setting export

Error Message

Cause and Troubleshooting

Browse

Unable to open file for export. File is either open or read-only.

The file selected for save-and-overwrite operation may be opened by another process or may be a read-only file. Check that the file is not opened or is not a read-only file.

-

Output folder is invalid.

The password output destination is specified with a relative path. Or, the specified drive does not exit. Check the destination folder setting.

-

When [I/O Driver Settings] of CANopen is selected

Error Message

Cause and Troubleshooting

Browse

This device already exists in the catalog.

The same EDS file already exists. The same EDS file cannot be added.

31.9.7 I/O Driver Settings Guide - CANopen

It is not possible to delete the device because it is used in the current network configuration. *** (Catalog key)

This EDS file is used in the network. Change the settings not to use this file in the network and delete this file again.

31.9.7 I/O Driver Settings Guide - CANopen

The entered ID is out of range.

Allowed Range: The set node ID is out of range. Set a node ID between 1 and 63.

-

Duplicate NodeID given.

This node ID is already set. Set an unused node ID.

-

The Concise DCF data resulting from the configuration exceeds the maximum size limit. Please try to simplify the network configuration and try again.

cDCF data exceeds the maximum size of the concise DCF file. The concise DCF file must not exceed 64 KB.

-

Format error.

The format of the entered value is incorrect. Correct the format and then reenter the value.

31.9.7 I/O Driver Settings Guide - CANopen

The entered value is invalid. The range of value is between [0] and [1].

The entered value is out of range. Enter a value within the permissible input range.

There was no hit in the list.

The search character string could not be found in the object.

-

The SYNC period setting is not allowed. It has to be 0 to turned off, or more than 3.

1 and 2 cannot be set for the SYNC transmission cycle. Set 0 or 3 or above.

-

Object to map access type not suitable for PDO type (RPDO, TPDO)

A read-only object was assigned to RPDO. Or, a write-only object was assigned to TPDO.

-

PDO mapping entry check for objects [16xx] and [1Axx] - PDO length exceeded

An object that exceeds 8 bytes was assigned to one PDO. Assign an object of up to 8 bytes to one PDO.

-

Project resource exhaustion - No more manager PDO.

The number of valid PDOs exceeds 252. Reduce the number of valid PDOs to 252 or less.

-

Project resource exhaustion - Process Image completely used.

The size of the object assigned to the PDO exceeds 2016 bytes. The size of the object that can be assigned to the PDO must not exceed 2016 bytes.

-

This object is already mapped in this node. It is not possible to map the same object more than once.

This object is already mapped in this node. You attempted to assign the same object twice. Assign each object only once.

-

High limit range check for all objects - value given is above the maximum possible value acc. to EDS.

The number of PDO objects has surpassed the maximum values that have been set by the EDS file. Allocate the objects within the maximum values that have been set by the EDS file.

-

When setting [I/O Driver] for EtherNet/IP

Error Message

Cause and Troubleshooting

Browse

When there are two or more instances of the EIP driver, catalog operations are not possible.

The catalog manager cannot be used in more than one editor at the same time. Start up only one catalog manager.

-

The network configuration dialog box cannot open while reading the EDS library of another EIP driver.

While the [Network settings] dialog box is starting up, the [Network settings] dialog box cannot be started in another editor. After the [Network settings] dialog box appears, start up the [Network settings] dialog box in another editor.

-

This device already exists in the catalog.

EDS files with the same file name cannot be registered in the catalog manager. Change the file name and import again.

-

The file is empty. ({key})

EDS file to import is invalid. Specify a valid EDS file.

-

"Safety" is included in the Device Classification.

Cannot import since [Device Classification] includes [Safety] in the EDS file. Specify an EDS file that does not include [Safety].

-

"EtherNetIP" is not included in the Device Classification.

Cannot import since [Device Classification] does not include [EtherNetIP] in the EDS file. Specify an EDS file that includes [EtherNetIP].

-

Importing EDS failed due to the following reasons.
{error message}

Failed to import EDS file. Refer to the reason indicated and address the issue.

-

Unable to delete the EDS as it is currently in use. ({key})

EDS files for devices in the network configuration cannot be deleted. Delete the device itself and retry.

-

The "{key}" could not be imported because it is in use in the current network configuration.

If there is an EDS file for a device used in the network configuration, it is not possible to import a catalog containing the same EDS file. Delete the device in the network configuration and import again.

-

The entered value has incorrect format.

Incorrect network configuration settings. Verify the set value.

-

Due to the subnet mask setting, the adapter's device IP address is out of range.

The specified IP address is out of range. Set a correct IP address.

-

An error occurred while adding the adapter. The EDS file may have errors or inconsistencies.

Invalid EDS file. Re-register the device with the correct EDS file.

-

An error occurred while adding a connection. The EDS file may have errors or inconsistencies.

An error occurred while reading the connection information. ({key})

Network configuration updates are not available when unregistered devices are present.

There may be unregistered devices in the network configuration. Remove the unregistered device from the network configuration or import the EDS file for the unregistered device.

-

Network configuration update is not available when multiple network configuration dialog boxes are open.

Network configuration cannot be set in multiple editors simultaneously. Close a [Network settings] dialog box and click [OK].

-

Invalid input bytes.
Discard the settings?

The value set for the [Input size] is out of range for connections in the network configuration. Set [Input size] to 255 or less.

-

Invalid output bytes.
Discard the settings?

The value set for the [Output size] is out of range for connections in the network configuration. Set [Output size] to 255 or less.

-

Too many total bytes.
Discard the settings?

The sum of [Input size] and [Output size] for connections in the network configuration exceeds the range. Set the total [Input size] and [Output size] to 4000 or less.

-

Displaying the Scanner Settings could not be restored due to the following:
{error message}

Could not display the contents of [Settings] in the network configuration's scanner. Refer to the reason indicated and address the issue.

-

{O->T/T->O}: "fixed size" for {connection name} is not set. This mode is required for the Ethernet configuration tool.
The connection will be removed from the selection list.

Connection cannot be selected because [fixed size] is not set in the [connection name] of the EDS file. Specify an EDS file set with the [file size].

-

{O->T/T->O}: "{param}" for {connection name} is either not set or is unsupported.
The connection will be removed from the selection list.

Connection cannot be selected because [param] is not included or not supported in the [connection name] of the EDS file. Specify an EDS file that includes [param].

-

Displaying the Connection Settings could not be restored due to the following:

In the connection of the network configuration, unable to display the contents of [Settings]. Refer to the reason indicated and address the issue.

-

When the help menu is displayed

Error Message

Cause and Troubleshooting

Browse

Unable to display Help. Problem may exist with the current environment. Please check the configuration. For details, please refer to the Maintenance/Troubleshooting Guide.

Set your browser to default.

Cannot display manuals and sites

Unable to display Help. Problem may exist with the current environment.
Please reinstall GP-Pro EX.

Reinstall the GP-Pro EX application.