If you create an account and log in you will get personal and extended information from Beijer Electronics. You will get instant access to SmartStore, documents, service/return issues and e-Business.
From now on an "App Password" is required when sending emails from iX panels that are configured to use Gmail's SMTP servers. Please notice that 2 step verification is required in order to create an app password.
To get the NS ( namespace ) settings in IX developer correctly, the easiest way is to browse the Phoenix server from IX developer, by clicking the small down arrow at the right side of the "ADD" button in Tags, and select "Add tags from OPC server" . Then the nemespaces are set automaticly. Otherwise you can see them in the screenshot below:
When utilizing TFT LCD HMI panels in applications where a fixed or partially fixed image remains displayed on the screen for extended periods of time, users may experience a phenomenon referred to by the LCD industry as Image Sticking. Image Sticking - sometimes also called "image retention" or "ghosting"- is a phenomenon where a faint outline of a previously displayed image remains visible on the screen when the image is changed.
The help file states that maximum 256 recipe items can be used. This is wrong, maximum number of recipe items / tags / columns is 998.
When attemting to add more, iX will display a popup with an error message.
The Mitsubishi E-Series hardware products and E-Designer software have been manufactured by Beijer Electronics for Mitsibishi for many years. In 2015, this partnership ended. Beijer-branded E1000 HMIs are now orderable directly through Beijer or one of its authorizated distributors. As your Mitsubishi terminals need to be replaced, Beijer provides a smooth transition by offering three paths:
Direct Replacement Path (EXTER panels) - A direct mechanical drop-in hardware replacement is available for most E1000 products. The replacement products use your existing E-Designer applications after a simple project conversion to Information Designersoftware, a service offered by Beijer Technical Support
Upgrade Replacement Path (X2 panels) - Enhance your future HMI offering with modern X2 hardware and state-of-the-art iX Developer software including graphics, scripting, alarms, recipes, remote access and multiple communication drivers. iX Developer supports and integrated E-Designer to iX Developer project conversion feature (as well as Information Designer to iX Developer).
2 The E1000 models are upgrades from the older, discontinued E-series models. Historically, the Beijer-built E1000 models were branded for Mitsubishi, but now carry a Beijer brand. The E1000 are now only available from Beijer or an authorized distributor; they are no longer available from Mitsubishi. E1000 programming is based on E-Designer software which can now only be obtained from Beijer.
3 The Beijer-built and branded EXTER models are virtually identical to the E1000 models. EXTER programming is based on Information Designer software. Beijer Technical Support can convert an E-Designer program to an Information Designer program, if required.
4 X2 models are not 100% replacement models for the E1000 or EXTER models. They have different form-factors; there are no X2 Keypad models; all X2 models have color displays. These X2 models are the closest versions to the E1000/EXTER panels. X2 pro models have more memory and faster processors than the X2 base units. iX Developer can import an E-Designer or Information Designer project to run on X2 models, though it may not import 100% of the functionality.
5 Adapter plates enable a smaller footprint EXTER or E1000 HMI to fit in the space occupied by a slightly larger, discontinued Exxx or CIMREX model. Note: Adapter Plates allow most E1000/EXTER models to fit the cut-outs used by the discontinued E-series/CIMREX models.
Some versions of the system program to X2 require the EBOOT to be updated as well. The EBOOT is included when you create "Recovery SD" from the Image Loader. Please note that the SD card must be formatted to FAT16/FAT32 otherwise the EBOOT will not be updated even though the "Make Recovery SD Card" setting was enabled.
The file system exFAT is not supported when upgrading the EBOOT.
Consept:
This sample project uses An alarms uniq ID to produce an index.
This index is used to show aditional info from a PDF document, regarding the selected alarm, when the user click the Info button.
The index is made from the the alarm name column (first column in the alarm configurator that normally has no function for us ), which has default values: AlarmItem0, AlarmItem1 etc.
The script extract the number part 0,1,2 etc to a global tag, to be used as a page index in the PDF viewer object. Finally the Popup screen is opened.
PS.
If several alarm groups are in use, Each group will default start with the name AlarmItem0. This will make duplicates. So in this case you must manually verify that the number part in the names are uniq, and consistent.
During the years, we have helped customers creating solutions based on SQL Server connectivity.
There is a need to be able to move such an application to X2 aswell with minimal change of script code.
For best performance, limit the amount of data (number of rows and number of columns) to the minimum necessary with your SQL query. Example: "select top (1) createdTime, columnName3, columnName149 from tableName where columnName1 = 'something' order by createdTime desc"
to get just the few interesting columns from the very latest record where columnName1 = 'something'
Furthermore, for best performance, use StringBuilder when receiving reply from SqlProxy instead of += in the iX demo project. scmSqlProxy.Script_StringBuilder.zip in demo project contains this alternate scmProxy.Script.cs file if needed.
Contact support @beijer.se for additional info!
It is possible to access, reflect and control panels from a PC by using the VNC client program, Remote Access Viewer (freeware), together with the built-in VNC server (Remote Access function) in the iX Panels.
NB: Even though the help file suggests another key combination, please note that Ctrl-Alt-Shift-F toggles Full screen mode on / off best, so you Restore from Fullscreen mode with this key combination!
vncviewer.exe_patch.zip contains a patched vncviewer.exe