Status Logic........................................................................................................................................................................................ 8
Configure Communication for the Function Block..............................................................................................................8
Pre-Made Service Screen.............................................................................................................................................................11
IEC 61508-3 Annex D Supplemental Information.............................................................................................................. 12
Before reading this manual, read and understand the safety manual of the entire library (Safety Manual
and Programmer Guide - General, document number AQ00000254).
Warning
Do not change parameters while the machine is driving. Before changing parameters bring the machine
into a safe state to prevent harm for the operator and bystanders.
Warning
Fault detection and diagnostics must be tested with the final application which is assembled from the
function blocks.
This function block configures the PVED_CLS_GMS for use with the PVED-CLS.
The inputs of the block are formatted to generate the message identifier that the PVED-CLS transmits.
This block receives the message and reformats the data for use in PLUS+1® GUIDE. For more information,
refer to PVED-CLS communication protocol.
Inputs
Enter the PVED_CLS_GMS function block for an overview of its signals.
To avoid compiler errors, use only the data types specified in this table.
ParameterTypeRangeUnitDescription
ParaBus————This bus contains configuration values. You can replace these values with signals
routed from the application if desired.
CAN.PortPort————Determines which CAN port to transmit data from. This variable can be found in
the CAN sub-bus if using the Main Template.
ChkptBOOLT/F——Enables advanced checkpoints with namespace for each Diag signal.
T: Include checkpoints when compiled.
F: Do not include checkpoints when compiled.
Parameters
Learn how the function block uses parameters to customize the function.
To avoid compiler errors, use only the data types specified in this table.
ParameterTypeRangeUnitDescription
Src_AddrU80 to 253——
Dest_AddrU80 to 253——
TimeoutU1610 to 10000msMaximum time in ms between messages before a timeout fault is triggered.
Source address of the PVED-CLS
Default: 19
Destination address of auto-guidance controller 1 or 2.
Guidance 1 Default: 28
Guidance 2 Default: 29
Bus————This bus provides diagnostic values for troubleshooting. In addition, all
U160, 0x8008——
0.01 1/km
803175
inputs, parameters, and output signals are contained inside of the bus.
This signal indicates if a parameter fault is declared. It is a bitwise code, so
multiple items can be reported at a time. The following status codes are
provided:
0x0000: No fault.
0x8008: At least one parameter is out of range.
Estimated curvature.
-803200: Max left.
0: Straight.
803175: Max right.
Steering input position status.
T: Correct position.
F: Incorrect position.
Steering system readiness.
T: System is ready.
F: System is not ready.
Mechanical system lockout.
T: Active.
F: Not Active.
Guidance limit status.
0: Not limited.
1: Reserved.
2: Limited high, only lower values result in a change.
3: Limited low, only higher values result in a change.
4-5: Reserved.
6: Non-recoverable fault.
7: Reserved.
Guidance exit reason.
0: No reason/all clear.
1-2: Reserved.
3: Operator override of function.
4: Reserved.
5: GMC timeout.
6: GMC out of range/invalid.
7-23: Reserved.
24: Vehicle speed too high.
25: Alternate guidance or no system active.
26-61: Reserved.
62: Error (Safe State).
63: Reserved.
Diagnostic Signals
Enter the Checkpoints page on the second level of the PVED_CLS_GMS function block to access the
function block’s signals.
The page contains checkpoints on input, parameter, and output signals. Other topics in this book
describe input, parameter, and output signals.
PosCorrect_NABOOLT/F——Steering input position status not available.
PosCorrect_FltBOOLT/F——Steering input position status faulted.
SystemReady_NABOOLT/F——Steering system readiness not available.
SystemReady_FltBOOLT/F——Steering system readiness faulted.
MechSysLockout_NA BOOLT/F——Mechanical system lockout not available.
MechSysLockout_Flt BOOLT/F——Mechanical system lockout faulted.
MsgTimedOut
NoMsgReceived
UpdatedBOOLT/F——
CAN_RawDataARRAY[8}U8T/F——Data passed directly from the CAN receiver.
BOOLT/F——
BOOLT/F——
BOOLT/F——
BOOLT/F——
Estimated curvature not available.
Request reset command status not available..
True if the time since the last status message has exceeded the value determined
by Timeout.
T: The message has timed out, block outputs set to zero/false. NA signals set true.
F: No error.
No message has been received yet from the device.
T: No message received since power on.
F: A message has been received since power on.
Pulses TRUE for one loop when new data is available.
T: Received new data.
F: Did not receive new data.
Status Logic
This topic describes how status logic is indicated for the function block.
The status code indicates whether the parameters used in the function are within their valid range.
ConditionHexBinaryCauseResponseCorrection
Invalid setup
*
Position of set bit in a 16 bit fault or status code. Bit 1 is the least significant bit. Bit 16 set to 1 indicates a standard Danfoss status code or fault code.
0x8008
*
1000At least one parameter is out
of range.
Status code reported.Correct the out of range
parameters.
Configure Communication for the Function Block
The following sequence demonstrates how to setup the function block for primary or redundant
communication.
Note that you must route the Dest_Addr parameter out from the Parameters page.
The programmer must implement sufficient fault management and is responsible to reach the safe state
according to the safety concept for the application.
Identical Function Blocks Need Different Namespace Values to Successfully Compile
If you use the same function block more than once in an application, you must change each function
block’s namespace value to avoid compiler errors.
All function blocks contain Advanced Checkpoint with Namespace components that enable the PLUS+1
Service Tool to read block input and output values.
Some function blocks contain non-volatile memory components that store function block operating
parameters.
Both these components use memory names (“aliases”) to allocate memory. Identical memory names
cause compiler errors.
The namespace value adds a unique prefix to each component name to avoid errors. Keep each
namespace value short to save controller memory.
Change Namespace Value
To successfully compile your application, change the namespace value for function blocks that are used
more than once in an application.
®
1. In the PLUS+1® GUIDE menu bar, click the Query/Change button.
2. Click on the function block whose namespace you want to set to a unique value.The Edit Page window opens.
3. In the Edit Page window, enter a meaningful Namespace value.
Namespace values are case-sensitive.
•
To save controller memory, use a short namespace value.
•
4. Press Enter.
5. Repeat these steps to enter unique namespace values for other identical function blocks.
This screen gives an overview of the PVED_CLS_GMS function block.
OutputTypeDescription
Source Address
Dest Address
TimeoutmsMaximum time in ms between messages before a timeout fault is triggered.
Status——
Reset Reqd
Mech Lockout
Est Curvature
PosCorrect
System Ready
No Msg RcvT/F
Msg Timed Out T/F
Limit Status
Exit Reason
——Source address used by the message.
——
T/FRequest reset command status.
T/FMechanical system lockout.
1/kmEstimated Curvature.
T/FSteering input position status.
T/FSteering system readiness.
——Guidance limit status.
——Guidance exit reason.
Destination address used by the message.
This signal indicates if a parameter fault is declared. It’s a bitwise code, so multiple items can be reported at a time.
The following status codes are provided:
0x0000: No fault.
0x8008: At least one parameter is out of range.
T: Reset required.
F: Reset not required.
T: Active.
F: Not active.
-8032.00: Maximum left.
0: Straight.
8031.75: Maximum right.
T: Correct position.
F: Incorrect position.
T: System is ready.
F: System is not ready.
No message has been received yet from the device.
T: No message received since power on.
F: A message has been received since power on.
True if the time since the last status message has exceeded the value determined by Timeout.
T: The message has timed out, block outputs set to zero/false. NA signals set true.
F: No error.
2800 East 13th Street
Ames, IA 50010, USA
Phone: +1 515 239 6000
Danfoss
Power Solutions Trading
(Shanghai) Co., Ltd.
Building #22, No. 1000 Jin Hai Rd
Jin Qiao, Pudong New District
Shanghai, China 201206
Phone: +86 21 3418 5200
Products we offer:
Comatrol
www.comatrol.com
Turolla
www.turollaocg.com
Hydro-Gear
www.hydro-gear.com
Daikin-Sauer-Danfoss
www.daikin-sauer-danfoss.com
DCV directional control
•
valves
Electric converters
•
Electric machines
•
Electric motors
•
Hydrostatic motors
•
Hydrostatic pumps
•
Orbital motors
•
PLUS+1® controllers
•
PLUS+1® displays
•
PLUS+1® joysticks and
•
pedals
PLUS+1® operator
•
interfaces
PLUS+1® sensors
•
PLUS+1® software
•
PLUS+1® software services,
•
support and training
Position controls and
•
sensors
PVG proportional valves
•
Steering components and
•
systems
Telematics
•
Danfoss Power Solutions is a global manufacturer and supplier of high-quality hydraulic and
electric components. We specialize in providing state-of-the-art technology and solutions
that excel in the harsh operating conditions of the mobile off-highway market as well as the
marine sector. Building on our extensive applications expertise, we work closely with you to
ensure exceptional performance for a broad range of applications. We help you and other
customers around the world speed up system development, reduce costs and bring vehicles
and vessels to market faster.
Danfoss Power Solutions – your strongest partner in mobile hydraulics and mobile
electrification.
Go to www.danfoss.com for further product information.
We offer you expert worldwide support for ensuring the best possible solutions for
outstanding performance. And with an extensive network of Global Service Partners, we also
provide you with comprehensive global service for all of our components.
Local address:
Danfoss can accept no responsibility for possible errors in catalogues, brochures and other printed material. Danfoss reserves the right to alter its products without notice. This also applies to products
already on order provided that such alterations can be made without subsequent changes being necessary in specifications already agreed.
All trademarks in this material are property of the respective companies. Danfoss and the Danfoss logotype are trademarks of Danfoss A/S. All rights reserved.