![Hitachi SJ700 Series Software Instruction Manual Download Page 88](http://html.mh-extra.com/html/hitachi/sj700-series-software/sj700-series-software_instruction-manual_140536088.webp)
Chapter 5 Instruction Words
5 - 34
Variable name
Range of values
Default
Unit
Data size
Attribute
YA (0)
General-purpose analog output
(FM terminal)
YA (1)
General-purpose analog output
(AM terminal)
YA (2)
General-purpose analog output
(AMI terminal)
0 to 10000
0
0.01 %
Unsigned
1-word
data
Readable
and
writable
- Explanation
These variables can be used to monitor the data output to the FM, AM, and AMI terminals (analog
output terminals of the inverter) in a data range from 0% to 100.00%. To obtain the analog outputs, you
must assign general-purpose output functions to the FM, AM, and AMI terminals with inverter
parameters "C027", "C028", and "C029".
YA (0): FM output terminal (C027 = 12 [YA0])
YA (1): AM output terminal (C028 = 13 [YA1])
YA (2): AMI output terminal (C029 = 14 [YA2])
- Sample program:
Program to output inverter output frequency data to a general-purpose analog
output as data that is one-half of the full-scale data
:
FW=
1
LOOP
UL(00)=
XA(0)
: Fetch analog input data.
UL(00)=
UL(00) *
60
: Convert the scale.
UL(00)=
UL(00)
/
100
SET-Freq=
UL(00)
: Set the output frequency.
UL(01)=
FM
*
100
UL(01)=
UL(01) /
60
: Convert the scale.
YA(1)=
UL(01) /
2
: Output data that is one-half of the full-scale data.
goto
LOOP
:
Summary of Contents for SJ700 Series Software
Page 8: ...Contents vii ...
Page 10: ......
Page 16: ...Chapter 1 Introduction 1 6 ...
Page 18: ......
Page 24: ...Chapter 2 Creation and Execution of a User Program 2 6 ...
Page 26: ......
Page 30: ...Chapter 3 Syntax 3 4 ...
Page 32: ......
Page 54: ......
Page 102: ......
Page 110: ...Chapter 6 Interface with the Inverter 6 8 ...
Page 112: ......
Page 115: ...Chapter 8 Appendix 8 1 Inverter Parameters and Available Settings 8 1 ...
Page 116: ......