CONNECTOR MATES
WITH DEUTCH
CONNECTOR #DTM-06-125A
LED INDICATO R
47.1 mm
[1.85]
LIGHTS
51.6 mm
[2.03]
PIN #1
INDICATED
1
12
6
7
1
12
6
7
CONNECTOR MATES
WITH DEUTCH
CONNECTOR #DTM-06-125A
Creep Plug-in GUIDE Programming
User Manual
About this Manual
Organization
and Headings
To help you quickly find information in this manual, the material is divided into sections,
topics, subtopics, and details, with descriptive headings set in red type. Section titles
appear at the top of every page in large red type. Topic headings appear in the left-hand
column in bold red type. Subtopic headings appear above the body text in bold red
type and detail headings in italic red type.
References (example: See Topic xyz, page XX) are also formatted in red italic type. In
Portable Document Format (PDF) files, these references are hyperlinks that jump to the
corresponding document pages.
Tables, Illustrations, and
Complementary
Information
Tables, illustrations, and graphics in this manual are identified by titles set in blue italic
type above each item. Complementary information such as notes, captions, and drawing
annotations are also set in blue type.
Special Text Formatting Controls and indicators are set in bold black type.
Black italic type is used in the text to emphasize important information, or to set off words
and terms that are used in an unconventional manner or alternative context.
Table of Contents
A Table of Contents (TOC) appears on the next page. In the PDF version of this document,
the TOC entries are hyperlinked.
2 Creep pageOutputs a Creep% value. An application typically multiplies its input commands by this value to produce
scaled-down output commands.
With typical default values, when the Creep plug-in:
– Turns on (B_Creep_Req signal = T), its Creep% output ramps down from 10000 (100.00%) to 5000
(50.00%).
Multiplying by 50.00% scales down output commands by 50.00%.
– Turns off (B_Creep_Req signal = F), its Creep% output ramps up to 10000 (100.00%).
Multiplying by 100.00% leaves output commands unchanged.
The B_Disable signal = T turns off the Creep plug-in, even if the B_Creep_Req signal = T.
*Typical
6
11059500 · Rev AA · January 2009
Creep Plug-in GUIDE Programming
User Manual
Creep Plug-in Page
Input and Output Signals
Plug-in Input Signals
Bus/Signal Type Range Description
Signal bus —— —— Inputs the following signals to the plug-in.
B_SetDefaults
signal
B_Creep_Req
signal
B_Disable
signal
BOOL —— T = Apply default values to the plug-in.
BOOL —— T = Turn the plug-in on.
F = Turn the plug-in off.
Typically switched T/F by an operator.
BOOL —— T= Turn the plug-in off.
Typically set by a fault; overrides the B_Creep_Req signal.
Plug-in Output Signals
Bus/Signal Type Range Description
Diag bus—— —— Outputs signals that report the status of the plug-in.
Status
signal
Param
bus
B_Creep_Enable BOOL —— T = Plug-in enabled—Input signals can turn the plug-in on and off.
Creep_Pct2 U16 10000–5000 When the plug-in is turned on, the Creep% value = Creep_Pct2 value.
Creep_Ramp_mS U16 0–5000 Ramp time for the Creep% output to smoothly change between 10000 (100.00%) and the
Output
signal
U16 —— Bitwise report on the status of the plug-in.
0x0000 = OK.
0x8008 = Invalid setup.
—— —— Outputs configuration values set in the Creep_Params page.
F = Plug-in disabled—Input signals cannot turn the plug-in on.
An application multiplies the Creep% value by its input commands to produce scaled-down
output commands.
10000 = 100.00%
CreepPct2 value.
1000 = 1000 ms
U16 5000–10000 The Creep% value.
An application typically multiplies the Creep% value by its input commands to produce
scaled-down output commands.
When the plug-in turns on, the Creep% value = the CreepPct2 value.
When the plug-in turns off, the Creep% value = 10000 (100.00%).
10000 = 100.00%
11059500 · Rev AA · January 2009
7
Creep_Params Page
Creep Plug-in GUIDE Programming
User Manual
Creep Plug-in Page
Path: Creep ! Creep_Params
T = Apply IN values
1
2
3
The Creep_Params page contains non-volatile memory (EE components) whose output
signals configure the Creep plug-in.
Creep_Params Page
Callout Item Description
1 EE_Creep_Enable
EE value
2 EE_Creep_Pct2
EE value
3 EE_Creep_Ramp_mS
EE value
Outputs the B_Creep_Enable signal.
T = Plug-in enabled—Input signals can turn the plug-in on and off.
F = Plug-in disabled—The plug-in is off. Input signals cannot turn the plug-in on.
Outputs the Creep_Pct2 signal.
When the plug-in turns on, it outputs this value.
An application typically multiplies this value by its input commands to produce scaled-down output
commands.
Range: 5000–10000 (10000 = 100.00%)
Outputs the Creep_Ramp_mS signal.
This signal sets the ramp time for the Creep% output to smoothly change between 10000 (100.00%) and
the Creep_Pct2 value.
A Time Ramp function block inside the locked Creep page outputs this ramp.
For more about the Time_Ramp function block, refer to the PLUS+1 GUIDE Basic Function Blocks Library
User Manual (Sauer-Danfoss part 10103409).
Range: 0–10000 (1000 =1000 ms)
8
11059500 · Rev AA · January 2009
Creep Plug-in GUIDE Programming
User Manual
Creep Plug-in Page
About the Creep Plug-in
10000
9000
8000
Output Command (10000 = 100.00%)
7000
6000
5000
4000
3000
Output Command—Creep off/Creep% = 10000 (100.00%)
Output Command—Creep on/Creep% = 5000 (50.00%)
2000
1000
0
0
1000
20003000
Input: Pump Command (10000 = 100.00%)
Input Command (10000 = 100.00%)
4000
5000
6000
70008000
9000
10000
In this example, when the operator:
• Turns the Creep plug-in on, the Creep% output ramps down to 5000 (50.00%).
• Turns the Creep plug-in off, the Creep% output ramps up to 10000 (100.00%).
An application typically multiplies its input commands by the Creep% value to produce
scaled-down output commands.
In this example, when the operator:
•Turns the Creep plug-in on, the plug-in scales down output commands by 50.00%.
− A 10000 (100.00%) input command scales down to a 5000 (50.00%) output
command.
− A 5000 (50.00%) input command scales down to a 2500 (25.00%) output
command.
•Turns the Creep plug-in off, the Creep% does not scale down output commands.
11059500 · Rev AA · January 2009
9
OUR PRODUCTS
Hydrostatic transmissions
Hydraulic power steering
Electric power steering
Electrohydraulic power steering
Closed and open circuit axial piston
pumps and motors
Gear pumps and motors
Bent axis motors
Orbital motors
Transit mixer drives
Planetary compact gears
Proportional valves
Sauer-Danfoss Hydraulic Power Systems
- Market Leaders Worldwide
Sauer-Danfoss is a comprehensive supplier providing complete
systems to the global mobile market.
Sauer-Danfoss serves markets such as agriculture, construction, road
building, material handling, municipal, forestry, turf care, and many
others.
We offer our customers optimum solutions for their needs and
develop new products and systems in close cooperation and
partnership with them.
Sauer-Danfoss specializes in integrating a full range of system
components to provide vehicle designers with the most advanced
total system design.
Sauer-Danfoss provides comprehensive worldwide service for its products
through an extensive network of Global Service Partners
strategically located in all parts of the world.
Directional spool valves
Cartridge valves
Hydraulic integrated circuits
Hydrostatic transaxles
Integrated systems
Fan drive systems
Electrohydraulics
Microcontrollers and software
Electric motors and inverters
Joysticks and control handles
Displays
Sensors
Local address:
Sauer-Danfoss Inc.
3500 Annapolis Lane North
Minneapolis, MN 55447, USA
Phone: +1 763 509-2000
Fax: +1 763 559-5769
Sauer-Danfoss (US) Company
2800 East 13th Street
Ames, IA 50010, USA
Phone: +1 515 239-6000
Fax: +1 515 239-6618