Status Outputs...................................................................................................................................................................................6
Configuring Inputs with Legacy MC Controllers................................................................................................................ 11
Configure a Multifunction Input with Legacy Controllers.........................................................................................12
Configure an Analog Input with Legacy Controllers................................................................................................... 12
Configure a Digital/Analog Input for Legacy Controllers.......................................................................................... 13
Configuring Inputs with SC Controllers and Non-Legacy MC Controllers................................................................ 13
Configure a Multifunction Input......................................................................................................................................... 13
Configure a Digital/Analog Input....................................................................................................................................... 14
Using Namespaces........................................................................................................................................................................ 15
Calibrate the Foot Pedal..............................................................................................................................................................16
Calibration Windows and Default Calibration Values.......................................................................................................16
Calibration Values and Deadbands......................................................................................................................................... 17
Customizable Service Screens
Add Service Screens to the Service Tool................................................................................................................................19
KEP Foot Pedal Service Screen.................................................................................................................................................. 19
Calibration Service Screen..........................................................................................................................................................21
PLUS+1 Compliant KEP 3-Pt Foot Pedal Function Block User Manual
Introduction
The KEP 3Pt Foot Pedal Function Block provides parameters and logic used to integrate a KEP 3Pt Foot
Pedal into your application.
The SnsrPwr input receives the sensor power voltage applied to the pedal sensor. This voltage
•
remains constant.
The Pedal input receives the voltage output by the pedal sensor. The position of the pedal varies this
•
voltage.
The function block makes ratiometric comparisons of the Pedal and SnsrPwr inputs. This comparison
produces Out values that range from ±10000 (±100.00%).
PLUS+1 Compliant KEP 3-Pt Foot Pedal Function Block User Manual
Inputs, Outputs, and Signals
This section provides information on the inputs, outputs, diagnostic signals, and fault and status
conditions for the KEP 3Pt Foot Pedal Function Block.
Inputs
The Function Block Inputs table describes the inputs for the KEP 3Pt Foot Pedal Function Block.
Function Block Inputs
ItemTypeRangeDescription
ParaBus——Allows common configuration parameters to be applied to multiple function blocks.
See Setup Configuration Parameter Inputs on page 10 for more information.
SnsrPwrBus0–5250 mVInputs a signal with the sensor power voltage (reference voltage) that the controller applies to the
sensor power pin of the pedal.
PedalBus0–5250 mVInputs a signal with the voltage output by the pedal sensor. The position of the pedal varies this
voltage.
The function block makes a ratiometric comparison of the Pedal and SnsrPwr inputs to produce Out
values from ±10000 (±100.00%).
Outputs
The Outputs table describes the output signals from the function block.
Outputs
OutputTypeRangeDescription [Unit]
StatusU16——Indicates the calibration and setup status of the function block.
0x0000: Function block is OK
0x8001: Function block is not calibrated
0x8002: Function block is partially calibrated
0x8008: Invalid setup/calibration
This output uses a bitwise-reporting scheme where multiple items can be reported at a time.
FaultU16——Indicates the operating condition of the function block.
0x0000: Function block is OK
0x8001: Input value is too low
0x8002: Input value is too high
0x8004: Short circuit
0x8008: Open circuit
This output uses a bitwise-reporting scheme where multiple items can be reported at a time.
OutOutputs a bus that contains the Pedal_Psn signal.
Pedal_Psn U160–±10000 Indicates the position of the foot pedal.
PLUS+1 Compliant KEP 3-Pt Foot Pedal Function Block User Manual
Inputs, Outputs, and Signals
Diagnostics Signals
Diagnostic signals provide indicators of failure states and tools for calibrating the failure indicators. Refer
to the following table for more information on diagnostic signals from the KEP 3Pt Foot Pedal Function
Block.
Diagnostic Signals
SignalTypeRangeDescription [Unit]
Enabled BOOLT/FIndicates that the calibration output is enabled or disabled.
T: Nom_Signal sets the Pedal_Psn output.
F: Pedal_Psn output is set to 0.
Pedal_Ratio U160-10000The ratio of Pedal_Signal voltage compared to Sensor_Power voltage.
[0.01%]
CalLow_Temp U160-10000A temporary calibration point stored by the function block. After all points calibrate, the function
block records this value in memory.
[0.01% of Snsr_Pwr]
CalHigh_Temp U160-10000A temporary calibration point stored by the function block. After all points calibrate, the function
block records this value in memory.
[0.01% of Snsr_Pwr]
CalLow_PtU160-10000Identifies the start of a 20% window to validate the low calibration point.
[0.01% of Snsr_Pwr]
CalHi_PtU160-10000Identifies the start of a 20% window to validate the high calibration point.
[0.01% of Snsr_Pwr]
Input_TL_PtU160-10000The minimum allowed ratio of Pedal_Signal to Snsr_Pwr voltage. If the ratio is below this threshold
for more than the value set in FltDetectTm, the Fault signal will declare 0x8001 (Input value is too
low).
[0.01% of Snsr_Pwr]
Input_TH_PtU160-10000The maximum allowed ratio of Pedal_Signal to Snsr_Pwr voltage. If the ratio is above this threshold
for more than the value set in FltDetectTm, the Fault signal will declare 0x8002 (Input value is too
high).
[0.01% of Snsr_Pwr]
Status Outputs
Status outputs indicate calibration settings and setup status for the KEP 3Pt Foot Pedal Function Block.
During calibration, the Pedal_Psn signal in the Out bus is zero.
The following table lists all the status conditions output by the KEP 3Pt Foot Pedal Function Block.
Status Conditions
ConditionStatusPedal_Psn SignalComment
Block is OK.0x00000–±10000Normal output of the Pedal_Psn signal.
Block is not calibrated.0x8001
0——Block is partially calibrated.0x8002
Invalid setup/calibration.0x8008
Fault Outputs
The Fault outputs indicate the operating condition of the KEP 3Pt Foot Pedal Function Block.
All fault conditions set the Pedal_Psn signal in the Out bus to zero.
The following table lists all the fault conditions output by the KEP 3Pt Foot Pedal Function Block.
PLUS+1 Compliant KEP 3-Pt Foot Pedal Function Block User Manual
Inputs, Outputs, and Signals
Fault Conditions
ConditionFaultPedal_Psn SignalComment
Block is OK.0x00000–±10000Normal output of the Pedal_Psn signal.
Input value is too low.0x8001
Input value is too high.0x8002
Short circuit.0x8004
Open circuit.0x8008