Release Notes
Release notes provide information on the new features, improvements and bugs fixed on each plugin version.
If you want to update your product, download the latest plugin version here. Then, install it by following the steps presented in Plugin installation.
Version 1.1.0
New Features
There is now a version of the plugin for R-30iB controllers. It operates like the version for R-30iB Plus but the program names are different. Depending on the version of the controller you are using, you will need to download specific programs. Here is the table of correspondences between the two versions.
R-30iB |
R-30iB Plus |
|---|---|
E_CONFIGURE |
EYE_CONFIGURE |
E_STOP |
EYE_STOP |
E_START_PROD |
EYE_START_PRODUCTION |
E_GET_PART |
EYE_GET_PART |
E_PREPARE |
EYE_PREPARE_PART |
E_RAW_CMD |
EYE_RAW_COMMAND |
E_CHECK_ERR |
EYE_CHECK_LAST_ERROR |
Note
The programs for R-30iB Plus controller have not been changed from version 1.0.0 to 1.1.0.
Version 1.2.0
Resolved Issues
It is no longer necessary to enter a fixed local host with the name eyeplus in the section
MENU > SETUP > Host Comm.It is possible to configure your robot clients to communicate with an EYE+ configured on any available port.
Note
Refer to Network Requirements for more information on available ports.
Version 1.3.0
Resolved Issues
Communication problems have occurred in some specific scenarios:
On consecutive calls EYE_STOP.
When multiple EYE_STOP are called simultaneously.
If your main program is stopped while communication is in progress, the communication remains locked.
In some specific cases, communication gets stuck in deadlocks. As a result, your program gets stuck on one of the EYE+ commands.
Sometimes the communication does not end correctly.
New Features
It is no longer necessary to call the EYE_CONFIGURE command every time. If you have called this command and your network configuration remains the same, it is no longer necessary to call this command even after turning off and restarting your robot.
It is no longer necessary to configure the communication manually via the
MENU > SETUP > Host Comm > [SHOW] > Clientssection. The configuration is handled entirely by the EYE_CONFIGURE command. However, it is always necessary to restart your robot controller after the first configuration.There are now fewer registers reserved by the plugin. The registers shown below are now free to use:
Table 4 Reserved registers for private use Register number
Register type
R[18]
Registers
R[19]
Registers
R[20]
Registers
New error codes can be captured:
Limitation
This version of the plugin is not available for the R-30iB robot controller.
It is no longer possible to modify the Reserved registers.
Note
If you need to change the reserved register number, please contact our support team.
Version 1.4.0
Resolved Issues
Communication for fast requests was somewhat slow. This version improves communication efficiency, reducing command processing time by up to 0.5 seconds.