Example Programs
Appendix B
71
Appendix B
Example programs
B-1
Basic RUN template program
The PLC option board for 3G3MV Inverters provides a very simple interface and direct way of controlling the
RUN and speed reference of the inverter.
Parameter Type
Description
Default
Value
DM2036 WORD
R/W
Decimal
MV_Freq_Ref_Set : Speed reference in decimal value. Units
according to n035. By default 0.01Hz (n035=0)
0
207.00
BIT R/W
MV_FWRUN_S1 : Generates Forward Run Command (1)
0
207.01
BIT R/W
MV_RVRUN_S2 : Generates Reverse Run Command (1)
0
209.00
BIT R/W
MV_NetRef_Set : 0=Reference from PLC board (DM2036)
0
209.01
BIT R/W
MV_NetCtrl_Set : 1=Run signals from PLC board (207.00 and
207.01)
0
B-2
Basic Writing Parameter template program
The PLC option board for 3G3MV inverters provides many directly mapped parameters. But if some non-
mapped parameter is needed to be modified, then the transfer functionality is required. The same rules like
operator terminal action are applied. Some parameters are not possible to change During Run, etc….
This SAMPLE is changing ramp (n19 - 113h & n20 - 114h) values dynamically at the same time like speed
from a sequencing program using a timed state machine sequencer. Also shows the use of the 4 PLC
outputs.
Summary of Contents for 3G3MV-P10CDT-E
Page 2: ...3G3MV P10CDT PLC Option Unit User s Manual Revised June 2003 ...
Page 38: ...Unit Components and Specifications SECTION 2 2 1 4 Dimensions 68 128 55 25 ...
Page 43: ......
Page 85: ...Example Programs Appendix B 72 ...
Page 86: ...Example Programs Appendix B 73 ...
Page 87: ...Example Programs Appendix B 74 ...
Page 88: ...Example Programs Appendix B 75 ...
Page 90: ...Example Programs Appendix B 77 ...
Page 91: ...Example Programs Appendix B 78 ...
Page 97: ...Example Programs Appendix B B 4 9 Programs User_Parameter_Init 84 ...
Page 98: ...Example Programs Appendix B 85 ...
Page 99: ...Example Programs Appendix B User_Application Pos_Loop 86 ...
Page 100: ...Example Programs Appendix B 87 ...
Page 101: ...Example Programs Appendix B 88 ...
Page 102: ...Example Programs Appendix B 89 ...
Page 103: ...Example Programs Appendix B 90 ...
Page 104: ...Example Programs Appendix B 91 ...
Page 105: ...Example Programs Appendix B 92 ...
Page 106: ...Example Programs Appendix B 93 ...
Page 107: ...Example Programs Appendix B Pos_Home_Sequence 94 ...
Page 108: ...Example Programs Appendix B 95 ...
Page 109: ...Example Programs Appendix B 96 ...