-
Notifications
You must be signed in to change notification settings - Fork 11
Device Library
Jeremy edited this page Jan 30, 2023
·
31 revisions
- Analog Input
- Analog Output
- Burner
- Discrete Input
- Discrete Output
- Encoder
- Energy Monitor
- Motor Starter
- Network Appliance
- Safety Relay
- Soft Starter
- Stacklight
- Valve
- Variable Speed Drive
- Weigh Scale
Driver for the PowerFlex 525 family of drives.
- Manages device parameters in programmable code.
- OutSpeed (REAL, B001: Output frequency present at T1, T2 and T3 (Hz). )
- CmdSpeed (REAL, B002: Current command frequency (Hz).
- OutCurrent (REAL, B003: Output current present at T1, T2 and T3 (A).
- OutVoltage REAL, B004: Output voltage present at T1, T2 and T3 (V).
- DCBusVoltage DINT, B005: Filtered DC bus voltage level of the drive (V).
- DriveStatus DINT, B006: Present operating condition of the drive.
- Fault01Code DINT, B007: Most recent fault code. Repetitive faults are only recorded once.
- Fault02Code DINT, B008
- Fault03Code DINT, B009
- ControlSource DINT, B012: Active source of the Start Command and Frequency Command.
- ControlInStatus DINT, B013: ControlInStatus (overlay).
- DigIn1 BOOL, State of digital input 1.
- DigIn2 BOOL, State of digital input 2.
- DigIn3 BOOL, State of digital input 3.
- DBTransistor BOOL, State of the DB transistor.
- DigInStatus DINT, B014: State of digital inputs 5-8 (overlay).
- DigIn5 BOOL, DigInStatus.0: State of digital input 5.
- DigIn6 BOOL, DigInStatus.1: State of digital input 6.
- DigIn7 BOOL, DigInStatus.2: State of digital input 7.
- DigIn8 BOOL, DigInStatus.3: State of digital input 8.
- OutRPM DINT, B015: Current output speed (RPM).
- OutPercent REAL, B016: Current output frequency (%). Scale is 0% at 0.00 Hz to 100% at MaxFrequency.
- OutPower REAL, B017: Output power present at T1, T2 and T3 (kW).
- ElapsedRunTime DINT, B019: Accumulated time drive is outputting power (10-hour increments).
- AveragePower REAL, B020: Average power used by the motor since the last reset of the meters (kW).
- ElapsedkWh REAL, B021: Accumulated output energy of the drive (kWh).
- ElapsedMWh REAL, B022: Accumulated output energy of the drive (MWh).
- DriveTemperature DINT, B027: Temperature of the drive heatsink (°C).
- ControlTemperature DINT, B028: Temperature of the drive controller (°C).
- Firmware DINT, B029: Current firmware version.
- MotorNPVoltage ST_Dvc_ParamDINT, P031: Motor nameplate voltage (V).
- MotorNPFrequency ST_Dvc_ParamDINT, P032: Motor nameplate frequency (Hz).
- MotorOLCurrent ST_Dvc_ParamREAL, P033: Motor nameplate overload current (A).
- MotorNPFLA ST_Dvc_ParamREAL, P034: Motor nameplate FLA (A).
- MotorNPPoles ST_Dvc_ParamDINT, P035: Motor nameplate poles.
- MotorNPRPM ST_Dvc_ParamDINT, P036: Motor nameplate speed (RPM).
- MotorNPPower ST_Dvc_ParamREAL, P037: Motor nameplate power (kW).
- VoltageClass ST_Dvc_ParamDINT, P038
- TorquePerfMode ST_Dvc_ParamDINT, P039: Motor control mode. 0: V/Hz, 1: SVC (default), 2: Economize, 3: Vector, 4: PM Control, 5: SynchRM.
- AutoTune ST_Dvc_ParamDINT, P040: Auto-tune mode. 0: Ready/Idle (default), 1: Static, 2: Rotate.
- AccelTime1 ST_Dvc_ParamREAL, P041: Time for the drive to accelerate from 0 Hz to Max Frequency (seconds).
- DecelTime1 ST_Dvc_ParamREAL, P042: Time for the drive to decelerate from Max Frequency to 0 Hz (seconds).
- MinSpeed ST_Dvc_ParamREAL, P043: Lowest frequency the drive outputs (Hz).
- MaxSpeed ST_Dvc_ParamREAL, P044: Highest frequency the drive outputs (Hz).
- StopMode ST_Dvc_ParamDINT, P045: Stopping mode used by the drive. 0: Ramp CF (default), 1: Coast CF, 2: DC Brake CF.
- StartSource1 ST_Dvc_ParamDINT, P046: Start source of the drive. 1: Keypad (default), 2: DigIn TrmBlk, 3: Serial/DSI, 5: EtherNet/IP (our default).
- SpeedSource1 ST_Dvc_ParamDINT, P047: Source of speed command for the drive. 1: Drive Pot (default), 2: Keypad Freq, 3: Serial/DSI, 5: 0-10V Input, 15: EtherNet/IP (our default).
- StartSource2 ST_Dvc_ParamDINT P048: Start source of the drive. 1: Keypad, 2: DigIn TrmBlk (default), 3: Serial/DSI, 5: EtherNet/IP.
- SpeedSource2 ST_Dvc_ParamDINT P049: Source of speed command for the drive. 1: Drive Pot, 2: Keypad Freq, 3: Serial/DSI, 5: 0-10V Input (default), 15: EtherNet/IP.
- StartSource3 ST_Dvc_ParamDINT P050: Start source of the drive. 1: Keypad, 2: DigIn TrmBlk, 3: Serial/DSI, 5: EtherNet/IP (default).
- SpeedSource3 ST_Dvc_ParamDINT P051: Source of speed command for the drive. 1: Drive Pot, 2: Keypad Freq, 3: Serial/DSI (default), 5: 0-10V Input, 15: EtherNet/IP.
- ResetToDefaults ST_Dvc_ParamDINT P053: Used to issue a reset command to the drive. 0: None (default), 1: Basic only, 2: Factory, 3: Power params only, 4: Power cycle.
- DigIn2Mode ST_Dvc_ParamDINT T062: Programmable digital input.
- DigIn3Mode ST_Dvc_ParamDINT T063: Programmable digital input.
- Dig2WireTriggerMode ST_Dvc_ParamDINT T064: Trigger mode for DigIn2 and DigIn3 when 2-wire option is used as Start Source.
- DigIn5Mode ST_Dvc_ParamDINT T065: Programmable digital input.
- DigIn6Mode ST_Dvc_ParamDINT T066: Programmable digital input.
- DigIn7Mode ST_Dvc_ParamDINT T067: Programmable digital input.
- DigIn8Mode ST_Dvc_ParamDINT T068: Programmable digital input.
- Opto1Mode ST_Dvc_ParamDINT T069: Operation of OptoOut1.
- Opto1Level ST_Dvc_ParamDINT T070: On/Off point for OptoOut1.
- Opto2Mode ST_Dvc_ParamDINT T072: Operation of OptoOut2.
- Opto2Level ST_Dvc_ParamDINT T073: On/Off point for OptoOut2.
- OptoOutLogic ST_Dvc_ParamDINT T075: Logic mode (NC or NO) of the OptoOuts. 0: NO/NO (default), 1: NC/NO, 2: NO/NC, 3:NC/NC.
- Relay1Mode ST_Dvc_ParamDINT T076: Operation of Relay 1.
- Relay1Level ST_Dvc_ParamDINT T077: On/Off point for Relay1.
- Relay1OnTime ST_Dvc_ParamREAL T079: On-delay for Relay1 (seconds). Default: 0, Min: 0, Max: 600.
- Relay1OffTime ST_Dvc_ParamREAL T080: Off-delay for Relay1 (seconds). Default: 0, Min: 0, Max: 600.
- Relay2Mode ST_Dvc_ParamDINT T081: Operation of Relay 2.
- Relay2Level ST_Dvc_ParamDINT T082: On/Off point for Relay2.
- Relay2OnTime ST_Dvc_ParamREAL T084: On-delay for Relay2 (seconds). Default: 0, Min: 0, Max: 600.
- Relay2OffTime ST_Dvc_ParamREAL T085: Off-delay for Relay2 (seconds). Default: 0, Min: 0, Max: 600.
- AnalogOutMode ST_Dvc_ParamDINT T088: Analog output mode. 0: OutFreq 0-10V (default), 6: Setpoint 0-10V, 14: Setpoint 0-20mA, 22: Setpoint 4-20mA.
- AnalogOutLevel ST_Dvc_ParamREAL T090: Setpoint analog out (%). Default: 0, Min: 0, Max 100.
- AnalogInFilter ST_Dvc_ParamDINT T099
- SafetyOpenFaultDisable ST_Dvc_ParamDINT T105: Fault behavior when either safety input is de-energied. 0: Enable (default), 1: Disable (our default).
- SafetyOpenFaultReset ST_Dvc_ParamDINT T106: Method of resetting F111. 0: Power cycle (default), 1: Fault clear.
- ENetCommFaultAction ST_Dvc_ParamDINT C143: Behavior if EtherNet/IP comms fail. 0: Fault (default), 1: Stop, 2: Zero Data, 3: Hold Last.
- ENetCommIdleAction ST_Dvc_ParamDINT C144: Behavior if EtherNet/IP comms go idle. 0: Fault (default), 1: Stop, 2: Zero Data, 3: Hold Last.
- AnalogIn010V REAL, D360: The 0-10V analog input as a percent of full scale.
- AnalogIn420mA REAL, D361: The 4-20 mA analog input as a percent of full scale.
- CounterStatus DINT, D364: Counter value, if enabled.
- DriveType DINT, D367: Type of drive.
- DriveFrame DINT, Frame type. 1: A, 2: B, 3: C, 4: D, 5: E.
- InputPhases DINT
- InputVoltage DINT
- OutVoltageMin DINT
- OutVoltageMax DINT
- RatedPower REAL, Drive rated power (kW).
- RatedHorsepower REAL, Drive rated power (HP).
- RatedCurrent REAL, Drive rated current (A).
- RatedCurrentMax REAL, Drive rated max current (A).
- MotorOLLevel REAL, D369: Motor overload level (%). Min: 0, Max: 150.
- MotorSpeed REAL, D376: Motor speed whether measured by encoder or estimated (RPM).
- EncoderSpeed REAL, D378: Measured speed by encoder feedback (RPM).
- DCBusRipple DINT, D380: DC bus ripple voltage (VDC).
- OutPowerFactor REAL, D381: Angle in electrical degrees between motor voltage and motor current (deg).
- TorqueCurrent REAL, D382: Motor torque current measured by the drive (A).
- PositionStatus DINT, D387
- EncoderUnitsTraveled REAL, D388 / D389: Number of user-defined units traveled from home position.
- DriveStatus2 DINT, D393: DriveStatus2 (overlay).
- Jogging BOOL, DriveStatus2.0
- FluxBraking BOOL, DriveStatus2.1
- MotorOverload BOOL, DriveStatus2.2
- AutoResetCountdown BOOL, DriveStatus2.3
- DCBraking BOOL, DriveStatus2.4
- AtFrequency BOOL, DriveStatus2.5
- AutoTuning BOOL, DriveStatus2.6
- EMBraking BOOL, DriveStatus2.7
- CurrentLimiting BOOL, Decimal DriveStatus2.8
- SafetyIn1 BOOL, DriveStatus2.10: State of safety input 1.
- SafetyIn2 BOOL, DriveStatus2.11: State of safety input 2.
- F111Status BOOL, DriveStatus2.12: Fault 111 indicator.
- SafeTorquePermit BOOL, Decimal DriveStatus2.13
- DigOutStatus DINT, D394: DigOutStatus (overlay).
- RelayOut1 BOOL, DigOutStatus.0: State of relay 1.
- RelayOut2 BOOL, DigOutStatus.1: State of relay 2.
- OptoOut1 BOOL, DigOutStatus.2: State of opto 1.
- OptoOut2 BOOL, DigOutStatus.3: State of opto 2.
- JogSpeed ST_Dvc_ParamREAL, A431: Output frequency when jogging (Hz).
- JogAccelDecelTime ST_Dvc_ParamREAL, A432: Accel/decel time when jogging (s). Default: 10, Min: 0.01, Max: 600.
- DCBrakeTime ST_Dvc_ParamREAL, A434: Duration of DC brake current injection (s). Default: 0, Min: 0, Max 99.9.
- DCBrakeLevel ST_Dvc_ParamREAL, A435: Maximum DC brake current applied to the motor (A). Default: DriveRatedCurrent * 0.05, Min: 0, Max: DriveRatedCurrent * 1.8.
- SCurveLevel ST_Dvc_ParamDINT, A439: Enables a fixed shape S-Curve that is applied to the acceleration and deceleration ramps (%). Default: 0, Min: 0, Max: 100.
- DroopHzAtFLA ST_Dvc_ParamREAL, A441: Reduces the frequency based on current (Hz). Default: 0, Min: 0, Max: 10.
- ShearPin1Level ST_Dvc_ParamREAL, A486: Value of current at which a shear pin fault occurs after the time set in A487 (A). Default: 0 (disabled), Min: 0, Max: DriveRatedCurrent * 2. ShearPin1Time ST_Dvc_ParamREAL, A487: Continuous time the drive must be at or above the value set in A486 before a fault occurs (s). Default: 0, Min: 0, Max: 30.
- LoadLossLevel ST_Dvc_ParamREAL, A490: Provides a Load Loss fault when the current drops below this level for the time specified in A491 (A). Default: 0, Min: 0, Max: DriveRatedCurrent.
- LoadLossTime ST_Dvc_ParamDINT, A491: Required time for the current to be below A490 before a Load Loss fault occurs (s). Default: 0, Min: 0, Max: 9999.
- MaximumVoltage ST_Dvc_ParamDINT, A534: Highest voltage the drive outputs.
- MotorFeedbackType ST_Dvc_ParamDINT, A535: Selects the encoder type.
- EncoderPPR ST_Dvc_ParamDINT, A536: Encoder Pulses Per Revolution (PPR).
- EncoderPulseInScale ST_Dvc_ParamDINT, A537: Scale factor/gain for the Pulse Input. Default: 64, Min: 0, Max: 20000.
- StartAtPowerUp DINT, Decimal A543: Enables drive start on power up without a Run command being cycled (maintained to 0).
- ReverseDisable ST_Dvc_ParamDINT, A544: Enables/disables allowing direction of motor rotation to be changed. 0: Reverse enabled (default), 1: Reverse disabled.
- FlyingStart ST_Dvc_ParamDINT, A545: Allows the drive to reconnect to a spinning motor at actual RPM. 0: Disabled (default), 1: Enabled.
- FlyingStartCurrentLimit ST_Dvc_ParamDINT, A546: Used to determine when the drive has matched the motor frequency during flying start (%). Default: 65, Min: 30, Max: 200.
- Compensation DINT, Decimal A547: Correction options that may improve problems with motor instability. 0: Disabled, 1: Electrical (default), 2: Mechanical, 3: Both.
- PowerLossMode ST_Dvc_ParamDINT, A548: Sets the reaction to a loss of input power. Default: 0 (Coast), 1: Decel.
- BusRegulatorEnable DINT, Decimal A550: Bus regulator options. 0: Disabled, 1: Enabled (default).
- FaultClear ST_Dvc_ParamDINT, A551: Resets a fault and clears the fault queue. 0: None (default), 1: Reset fault, 2: Clear buffer.
- ResetMeters DINT, A555: Resets the values stored in the parameters that track fault times and energy usage. 0: None, 1: Meters, 2: Time.
- EncoderCountsPerUnit ST_Dvc_ParamDINT, A559: Number of encoder counts equal to one user-defined unit. Default: 4096, Min: 1, Max: 32000.
- SpeedRatio ST_Dvc_ParamREAL, A572: Scales the drive speed command. Maintained to 1.0 by the instruction.
- FluxBrakingEnable ST_Dvc_ParamDINT, A575: Flux braking options. 0: Disable (default), 1: Enable.
- PhaseLossLevel ST_Dvc_ParamREAL, A576: Threshold level used to determine an output phase loss (%). Default: 0/4 (Induction/PM motors), Min: 0, Max: 100.
- Fault04Code DINT, F604
- Fault05Code DINT, F605
- Fault06Code DINT, F606
- Fault07Code DINT, F607
- Fault08Code DINT, F608
- Fault09Code DINT, F609
- Fault10Code DINT, F610
- Fault01Speed REAL, F631
- Fault02Speed REAL, F632
- Fault03Speed REAL F633
- Fault04Speed REAL F634
- Fault05Speed REAL F635
- Fault06Speed REAL F636
- Fault07Speed REAL F637
- Fault08Speed REAL F638
- Fault09Speed REAL F639
- Fault10Speed REAL F640
- Fault01Current REAL F641
- Fault02Current REAL F642
- Fault03Current REAL F643
- Fault04Current REAL F644
- Fault05Current REAL F645
- Fault06Current REAL F646
- Fault07Current REAL F647
- Fault08Current REAL F648
- Fault09Current REAL F649
- Fault10Current REAL F650
- Fault01BusVoltage DINT F651
- Fault02BusVoltage DINT F652
- Fault03BusVoltage DINT F653
- Fault04BusVoltage DINT F654
- Fault05BusVoltage DINT F655
- Fault06BusVoltage DINT F656
- Fault07BusVoltage DINT F657
- Fault08BusVoltage DINT F658
- Fault09BusVoltage DINT F659
- Fault10BusVoltage DINT F660
- IPAddr1 DINT F693: IP address octet 1.
- IPAddr2 DINT F694: IP address octet 2.
- IPAddr3 DINT F695: IP address octet 3.
- IPAddr4 DINT F696: IP address octet 4.
- IPMask1 DINT F697: IP mask octet 1.
- IPMask2 DINT F698: IP mask octet 2.
- IPMask3 DINT F699: IP mask octet 3.
- IPMask4 DINT F700: IP mask octet 4.
- IPGateway1 DINT F701: IP gateway octet 1.
- IPGateway2 DINT F702: IP gateway octet 2.
- IPGateway3 DINT F703: IP gateway octet 3.
- IPGateway4 DINT F704: IP gateway octet 4.