A53 Z0 9 0020 L En Technical documentation
Chapter : Additional functions
3/ Add message
Each message sends a maximum of 4 Analogue values to BSM II.
By using the CRE Config software :
Set “Output address " to the correct Node ID of the BSM II.
Set “Output Data Type” to Analog
Set “Number of Outputs” (Max 4)
Add equation described below
4/ Customize the variables sent to BSM II
All variables are transferred as analogue outputs from GENSYS 2.0 to BSM II.
All variables are transferred as analogue inputs from BSM II to GENSYS 2.0.
Transfer a variable from GENSYS 2.0 to BSM II
To do this, write the equation below in level 1.
Example:
This example copies the KW measurement (E0018) to Analog Output 1 (E2432).
@ Allocate AO1 (E2432) to the measure of kW (E0018)
E2432:=E0018;
Transfer several digital variables (max 15) via one analogue output.
Each bit of the AO is equal to a digital variable.
Example:
@ allocate AO8 to digital outputs
@Breaker mains(b6) + 6 Digital Outputs(DO6=b5 -> DO1=b0);
E2439:= 0;
E2439:= X2439 + (64*E2000) + (32*E2445) + (16*E2444) + (8*E2443) + (4*E2442) + (2*E2441) + E2440;
Note: In the PLC equation, variables are considered as signed integers. This means that bit 31 is the sign
and cannot be used.