Hardware := "A1_InitHardware" // Specification of the hardware, used
// 1: System SLIO CP040, 2: SPEED7 CPU
IN: BYTE
Laddr := "A1_InitLaddr" // Logical address when using CP040 IN: INT
UnitId := "A1_InitUnitId" // Modbus address of the V1000 IN: BYTE
UserUnitsVelocity := "A1_InitUserUnitsVel" // User unit for velocities:
// 0: Hz, 1: %, 2: RPM
IN: INT
UserUnitsAcceleration := "A1_InitUserUnitsAcc" // User units acceleration/deceleration
// 0: 0.01s, 1: 0.1s
IN: INT
MaxVelocityApp := "A1_InitMaxVelocityApp" // Max. velocity in user units IN: REAL
Done := "A1_InitDone" // Status job finished OUT: BOOL
Busy := "A1_InitBusy" // Status job in progress OUT: BOOL
Error := "A1_InitError" // Error feedback OUT: BOOL
ErrorID := "A1_InitErrorID" // Additional error information OUT: WORD
Axis := "A1_V1000".AxisData // Reference to the general axis data IN-OUT: UDT 879
V1000 := "A1_V1000".V1000Data // Reference to the drive-specific data IN-OUT: UDT 881
All parameters must be interconnected with the corresponding variables or operands. The
following input parameters must be pre-assigned:
n Hardware
Here specify the hardware you use to control your inverter drives:
– 1: System SLIO CP040 whose logical address is to be specified via Laddr.
– 2: SPEED7 CPU
n Laddr
– Logical address for the System SLIO CP040 (Hardware = 1). Otherwise, this
parameter is ignored.
n UnitId
– Modbus address of the V1000.
n UserUnitsVelocity
User unit for speeds:
– 0: Hz
Specified in hertz
– 1: %
Specified as a percentage of the maximum speed
= 2*f
max
/P
with f
max
: max. output frequency (parameter E1-04)
p: Number of motor poles (motor-dependent parameter E2-04, E4-04 or E5-04)
– 2: RPM
Data in revolutions per minute
n UserUnitsAcceleration
User units for acceleration and deceleration
– 0: 0.01s (range of values: 0.00s - 600.00s)
– 1: 0.1s (range of values: 0.0 - 6000.0s)
n MaxVelocityApp
Max. speed for the application. The specification must be made in user units and is
used for synchronization in movement commands.
Input values
VIPA SPEED7
Motion control - Simple Motion Control Library
Usage inverter drive via Modbus RTU > Usage in VIPA SPEED7 Studio
HB00 | OPL_SP7 | Operation list | en | 18-30 467