AC10 Modbus-RTU Example to Interact with Xpress HMI (XTA)
This example shows some basic data exchanges between a Parker AC10 VFD drive and a Parker Interact Xpress XT HMI over Modbus/RTU and an RS485 connection.
See the AC10 Installation Guide for more details on its Modbus/RTU implementation (Chapter 12):
The specific Modbus/RTU settings in the Xpress application are as follows to match up the AC10 defaults pretty closely.
Â
The AC10 Modbus implementation limits 'block reads' to 10 registers or less.
Â
Tag address list for the Xpress project:
Â
Xpress_to_AC10_via_Modbus-RTU_Tags.txtDownload
Name Address
OutputFrequency h401000
OutputVoltage h401001
OutputCurrent h401002
PoleNumbers_ControlMode h401003
BusVoltage h401004
DriveRatio_InverterStatus h401005
PercentOutputTorque h401006
InverterTemp h401007
ApplicationSelection h40021C
DI1Functions h400310
DI2Functions h400311
DITerminalStatus h40100B
TerminalOutputStatus h40100C
AI1Value h40100D
AI2Value h40100E
Motor_StatorResistance h400806
AO1Value h401015
AO2Value h401016
CurrentSpeed h401017
Motor_RotorResistance h400807
ControlValue h402000
DI3Functions h400312
DI4Functions h400313
DI5Functions h400314
DI6Functions h400315
DI7Functions h400316
DI8Functions h400317
Motor_AutotuneType h400800
Motor_RatedPower_kW h400801
Motor_RatedVoltage_V h400802
Motor_RatedCurrent_A h400803
Motor_NumberofMotorPoles h400804
Motor_RatedRotarySpeed_RPM h400805
Motor_RatedFrequency_Hz h40080A
TargetFrequency h40010D
DO1Functions h400301
DO2Functions h400302
FactoryReset h40013C
Motor_LeakageInductance h400808
Motor_MutualInductance h400809
RelayOutputFunctions h400300
DIActiveLevel h400328
AO1Functions h40041F
AO2Functions h400420
MainFrequencySource h400203
Â
Â
Example Xpress Manager project:
AC10 Modbus Example to Interact Xpress HMI.zip
Â
Â
Â
Â
Â
glh   10/2021