-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathsetup.yaml
248 lines (220 loc) · 8.62 KB
/
setup.yaml
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
225
226
227
228
229
230
231
232
233
234
235
236
237
238
239
240
241
242
243
244
245
246
247
248
#####################################################################
# Inverter Specifications
#####################################################################
inverter :
model : 3G3MX2-A4150-V1(Q2)
brand : OMRON
# accessories : 3G3AX-OP01
power_grid:
voltage:
single_phase: 230
three_phase: 400
frequency: 50
#####################################################################
# Attached Motors Specifications
#####################################################################
motor :
1st :
brand : HQD
model : GDZ-24
power_kw : 3.0
rpm :
min : 3000
base : 24000
max : 24000
poles : 2
voltage : 220
#####################################################################
# speed (frequency) reference input selection valid value is of:
# - Digital Operator (Volume)
# - Control circuit terminal block (Analog input)
# - voltage (FV)
# - current (FI)
# - Digital Operator (F001)
# - Modbus communication
# - Option
# - Pulse train frequency
# - DriveProgramming
# - Operation function output
speed_reference : voltage (FV)
#####################################################################
# Run command source valid options:
# - Drive-Programming
# - Digital Operator
# - Modbus communication
# - Option
#####################################################################
run_command_source: Digital Operator
2nd :
brand : HQD
model : GDZ-24
power_kw : 3.0
rpm :
min : 3000
base : 18000
max : 24000
poles : 2
voltage : 220
#####################################################################
# speed (frequency) reference input selection valid value is of:
# - Digital Operator (Volume)
# - Control circuit terminal block (Analog input)
# - voltage (FV)
# - current (FI)
# - Digital Operator (F001)
# - Modbus communication
# - Option
# - Pulse train frequency
# - DriveProgramming
# - Operation function output
speed_reference : voltage (FV)
#####################################################################
# Run command source valid options:
# - Drive-Programming
# - Digital Operator
# - Modbus communication
# - Option
run_command_source: Digital Operator
#####################################################################
# Standard operating Function settings
operations:
#####################################################################
# Heavy Load/Light Load oration Selection :
# - Heavy (CT)
# - Light (VT)
load_mode: Heavy (CT)
#####################################################################
# Inverter Mode Selection :
# - Disabled
# - Induction motor
# - Induction motor high-frequency
# - PM motor
inverter_mode: Disabled
#####################################################################
# Torque Limit option
# - disabled
# - 200% with an input of 10V
torque_limit: disabled
#####################################################################
# Filter parameters for FV and FI analog input signal (ms)
# Valid settings:
# - 1 to 30 ms ; or
# - 'Fixed to 500-ms'
analog_filter : 16
#####################################################################
# speed control profile
#
# example speed response with f0=f1Hz
#
# |
# s2 +--------------------------------+
# | /| |
# | / | |
# | / | |
# | / | |
# | / | |
# | / | |
# | / | |
# | / | |
# | / | |
# | / | |
# | / | |
# s1 | / | |
# s0 +--------| | |
# | | | |
# | | | |
# | | | |
# |--------|------------|----------|-------
# 0% i0 i1 100%
# 0mA 10V
# VR min 20mA
# VR max
#
# example speed response with f0=0Hz
#
# |
# |
# s2 +--------------------------------+
# | /| |
# | / | |
# | / | |
# | / | |
# | / | |
# | / | |
# | / | |
# | / | |
# | / | |
# | / | |
# | / | |
# | / | |
# | / | |
# s1 +-------/ | |
# | | | |
# | | | |
# f0 +-------|-------------|----------|-------
# 0% i0 i1 100%
# 0mA 10V
# VR min 20mA
# VR max
# plot created using https://textik.com/
#####################################################################
s0_at_0 : 3600 # f0 must = 0 or f1
s1: 3600
i0: 10 # %
s2: 24000
i1: 90 # %
#####################################################################
# VFD inputs setup
#####################################################################
input:
s1:
function: FW (Forward)
mode: 'no' # or 'nc'
s2:
function: RV (Reverse)
mode: 'no' # or 'nc'
s3:
function: RS (Reset)
mode: 'no' # or 'nc'
s4:
function: EXT (External trip)
mode: 'no' # or 'nc'
s5:
function: CF1 (Multi-step speed setting binary 1)
mode: 'no' # or 'nc'
s6:
function: CF2 (Multi-step speed setting binary 2)
mode: 'no' # or 'nc'
s7:
function: JG (Jogging)
mode: 'no' # or 'nc'
#####################################################################
# Multi Step Speed Mode valid options:
# - disabled
# - Binary (16-step selection with 4 terminals
# - Bit (8-step selection with 7 terminals
#####################################################################
multi_step_speed:
mode: disabled
bit1: s1
bit2: s2
bit3: s3
bit4: s4
bit5: s5
bit6: s6
bit7: s7
reference_1: 0
reference_2: 0
reference_3: 0
reference_4: 0
reference_5: 0
reference_6: 0
reference_7: 0
reference_8: 0
reference_9: 0
reference_10: 0
reference_11: 0
reference_12: 0
reference_13: 0
reference_14: 0
reference_15: 0