Settings Of Project Script - Mitsubishi FR-E800 Series Sample Screen Manual

Table of Contents

Advertisement

6.3.3

Settings of Project Script

Station number switching function is set in this sample screen. In the cases such as when station number switching
is used in user's project data or the screen for the inverter is created by the user, there is a possibility that
unintentional stations are monitored.
By adding the project script below, the monitor target of the station is set to the station set by the object when
switching to a screen other than the screens of the sample.
Script No.
Comment
Data type
// When the value in the screen switching device is for sample screens (12000-14302)
if((12000 <= [<$:Com_Label:u16_Com_CngBsDv>]) && ([<$:Com_Label:u16_Com_CngBsDv>]<=
14302 ) && [b:GB17050] == OFF){
set([b:GB17050]);
}else{
//When the value in the screen switching device is for other than sample screens, switches the
station number switching device to the host station.
if( (([<$:Com_Label:u16_Com_CngBsDv>] < 12000 ) || ([<$:Com_Label:u16_Com_CngBsDv>]
> 14302 )) && [b:GB17050] == ON){
[<$:Com_Label:u16_Com_StChgDv>] = 0x00FE; //Switches the monitor target to the station set
by the object.
rst([b:GB17050]);
}
}
Availability of station number switching function
Can be checked by [Screen Property] of base screen.
Go to [Screen Property] – [Basic] tab and confirm [Switch Station No.] in [Option].
When [Switch Station No.] is checked, there is a possibility that station number switching is used because the
screen is the target of station number switching function.
When [Switch Station No.] is not checked, station number switching is not used because the screen is not the
target of station number switching function.
*When a new base screen is created, [Switch Station No.] is not checked in the default setting.
12000
Station No. switching device initialization
Signed BIN16
//Turns ON the station number switching flag
// Turns OFF the station number switching flag
Script name
Trigger type
57/79
Script12000
Ordinary
BCN-P5999-1305-1c

Advertisement

Table of Contents
loading

This manual is also suitable for:

Fr-e800-e

Table of Contents