PLUS+1 GUIDE Software PLUS+1 Function Block Library Filter Function Blocks

Size: px
Start display at page:

Download "PLUS+1 GUIDE Software PLUS+1 Function Block Library Filter Function Blocks"

Transcription

1 MAKING MODERN LIVING POSSIBLE User Manual PLUS+1 GUIDE Software PLUS+1 Function Block Library Filter Function Blocks powersolutions.danfoss.com

2 Revision history Table of revisions Date Changed Rev December 2014 CA Rev CA December 2014

3 Contents Risk Reduction Exp_Filter Function Block Design, Test, and Secure to Reduce Risks...4 Design...4 Test...4 Secure... 5 Overview...6 Inputs... 6 Outputs... 7 About Function Block Connections... 7 Fault Logic...7 About the Name Space Feature... 8 How to Enter a Name Space Value...8 IEC Annex D Supplemental Information...9 Median_Filter Function Block Overview Inputs...10 Outputs...11 About Function Block Connections...11 Status Logic...11 About the Name Space Feature...12 How to Enter a Name Space Value IEC Annex D Supplemental Information Average_Filter Function Block Overview Inputs...14 Outputs...15 About Function Block Connections...15 Status Logic...15 About the Name Space Feature...16 How to Enter a Name Space Value IEC Annex D Supplemental Information Soft_Ramp Function Block Time_Ramp Function Block Overview Inputs...19 Outputs...20 About Function Block Connections...21 Status and Fault Logic About the Split and Dwell Tm Values About the Sft Strt and Sft End Values About the Name Space Feature...30 How to Enter a Name Space Value IEC Annex D Supplemental Information Overview Inputs...33 Outputs...33 About Function Block Connections...34 About the Function Block Values About the Name Space Feature...36 How to Enter a Name Space Value IEC Annex D Supplemental Information Rev CA December

4 Risk Reduction Design, Test, and Secure to Reduce Risks The applications that you create with the PLUS+1 GUIDE program typically control heavy, powerful, and mobile off-road equipment such as tractors, cranes, and harvesters. Using this type of machinery always involves the risk of personal injury and equipment damage even under normal operating conditions. Abnormal operating conditions greatly increase the risk of personal injury and equipment damage. The PLUS+1 GUIDE program has no automatic protections against these risks. The tool has no protection against the risks that result from bugs in the tool software, errors in the tool manual, or incompatibilities between software versions of the tool. You must: Design your application to reduce these risks. Test your application to reduce these risks. Secure your application against unauthorized changes in its operating parameters to reduce these risks. Design You have the responsibility when you design a PLUS+1 GUIDE application to include the fault checking and the error handling needed to reduce risks in normal and abnormal operating conditions. The following are some items to consider when developing fault checking and error handling for your application: How the machine is normally used. Possible operator errors and their consequences. Industry safety standards and legal requirements. Input and output failures and their consequences. These failures can include: Joystick, sensor, and other inputs suddenly going to ±100 % or to 0 %. Outputs that control machinery direction, speed, and force suddenly changing direction or going to ±100 % or to 0 %. Decide how likely each failure is. The more likely a failure, the more you need to protect against the consequences of the failure. The sequence of events and consequences of a fault or error. The sequence of events and consequences of an emergency stop. Test You have the responsibility once you have created an application to test the application. You should download your application to hardware and test its operation under both normal and abnormal operating conditions. You should make sure that: Individual inputs produce expected outputs. Fault handling and error checking work as designed. You must repeat your tests whenever you make configuration, calibration, or software changes to your application Rev CA December 2014

5 Risk Reduction Secure You have the responsibility to secure your application against unauthorized changes. You should always use the PLUS+1 GUIDE program s Toolkey feature to restrict access to your application s operating parameters. Without Toolkey protection, there is an increased risk that unauthorized personnel could use the PLUS+1 GUIDE Service Tool program to change your application s operating parameters. Changes in your application s operating parameters could cause unexpected machinery movement that result in personnel injury and equipment damage. Toolkey protection reduces the risk that unauthorized personnel could use the PLUS+1 GUIDE Service Tool program to change your application s operating parameters. Refer to How to Use the Toolkey to Restrict Service Tool Access to Application Values in the PLUS+1 How-to chapter of the PLUS+1 GUIDE User Manual (Danfoss part ) Rev CA December

6 Exp_Filter Function Block Overview Use the Exp_Filter function block as a first-order lag, low-pass filter that is specified by the time constant T1. The Exp_Filter function block provides filtering that can be used to reduce noise in an input or to slow down changes in a signal to give a less aggressive output. Typical uses for this function block include: Reducing random signal noise on an analog input. Slowing down the response in a digital control. Note that while an increase in this function block's T1 value can reduce signal noise, it can also reduce the response of the system. See: About Function Block Connections for an overview of this function block's connections and signals. About the Name Space Feature if you are using more than one of these function blocks in an application. Inputs Use only the data types specified in this table. Other data types cause compiler errors. Function Block Inputs Item Type Range Description ChkPt BOOL True include the function block s built-in Advanced Checkpoint with Namespace components in the compiled LHX download file. False exclude the function block s built-in Advanced Checkpoint with Namespace components from the compiled LHX download file. T1 U ,535 T1 (Time Constant) is the exponential function time constant. If T1 < Loop Tm, then the function block uses the Loop Tm as its T1 value. 1,000 = 1,000 ms. Bpas BOOL T Turns filtering off. Output = Input. F Turns filtering on. Output is determined by normal exponential function. Bpas (Bypass) disables the filter function and can be used to preset the output. Input S32-100, ,000 The signal to be filtered Rev CA December 2014

7 Exp_Filter Function Block Outputs Function Block Outputs Item Type Range Description IO Bus Outputs a bus with all of the function block's input and output signals. This bus provides a convenient way to distribute this function block's signals to your application. Fault U16 Reports the faults of the function block. This output follows the standard bitwise scheme described in the Basic Function Block Library User's Manual (Danfoss part ). Output S32-100, ,000 The Input signal after filtering. About Function Block Connections Function Block Connections Item Description 1. True include the function block s built-in Advanced Checkpoint with Namespace components in the compiled LHX download file. False exclude the function block s built-in Advanced Checkpoint with Namespace components from the compiled LHX download file. 2. The exponential function time constant. 3. T Turns filtering off. Output = Input. F Turns filtering on. Output is determined by normal exponential function. 4. The signal to be filtered. 5. Outputs a bus with all of the function block's input and output signals. 6. Reports the faults of the function block. 7. The Input signal after filtering. Fault Logic Fault Logic Condition Hex * Binary Cause Response Correction Input value is too low. 0x Input value is less than -100,000. The function block clamps its Input at -100,000. Input value is too high. 0x Input value is greater than 100,000. * Bit 16 set to 1 identifies a standard Danfoss status or fault code. The function block clamps its Input at 100,000. Return the the Input to within its ±100,000 range Rev CA December

8 Exp_Filter Function Block About the Name Space Feature If you use this function block more than once in an application, you must change each function block s Name Space value to avoid compiler errors. This function block contains one or more components that allocate memory using memory names ( aliases ). Identical function blocks have identical memory names. Identical memory names cause compiler errors. The Name Space value adds a unique prefix to each component name to avoid errors. Keep each Name Space value short to save controller memory. How to Enter a Name Space Value 1. In the PLUS+1 GUIDE menu bar, click the Query/Change button. 2. Click the function block s page name to display the Edit Page window. 3. In the Edit Page window, enter a meaningful Name Space value. Name Space values are case-sensitive. 4. Press the Enter key. 5. Repeat these steps to enter unique Name Space values for other identical function blocks Rev CA December 2014

9 Exp_Filter Function Block IEC Annex D Supplemental Information Function Block Name and Version Item Description Function block name Exp_Filter. Function block version 3.0. Function Block Development, Compatibility, Compliance, Competence, and Contact Information Item Function block development environment Compatible hardware This function block developed in compliance with Competence required of function block integrator How to contact Danfoss Description PLUS+1 GUIDE version and later. Verified in the PLUS+1 GUIDE compile process. When the PLUS+1 GUIDE compiler finds a function block that is incompatible with hardware, it aborts the compile process and logs an error message. The error message gives the location of the function block and states Error 80: component not supported in hwd. Danfoss Software Product Development and Launch Process (PDLP), which includes ISO 9001 and IEC standards. The knowledge, competence, and training required to: Understand this manual. Use the PLUS+1 GUIDE program to develop a machine control application. Follow quality software practices to develop a machine control application Rev CA December

10 Median_Filter Function Block Overview The Median_Filter function block conditions a signal by outputting the median (middle) of the most current input sample. Up to seven samples can be used with a configurable interval between each sample for calculating the median or middle value. Typical uses for this function block include: Reducing random signal noise on an analog input. Slowing down the response in a digital control. Note that while an increase in the sample time or sample number can reduce signal noise, it can also reduce the response of the system. See: About Function Block Connections for an overview of this function block's connections and signals. About the Name Space Feature if you are using more than one of these function blocks in an application. Inputs Use only the data types specified in this table. Other data types cause compiler errors. Function Block Inputs Input Type Range Description ChkPt BOOL True include the function block s built-in Advanced Checkpoint with Namespace components in the compiled LHX download file. The Service Tool program will be able to use these checkpoint components to access all of the function block s input and output signals. False exclude the function block s built-in Advanced Checkpoint with Namespace components from the compiled LHX download file. The Service Tool program will not be able to use these checkpoint components to access the function block s input and output signals. Smpl Tm U ,535 Smpl Tm (Sample Time) sets the interval between consecutive input samples. When the Smpl Tm is: Equal to zero, the function block bypasses the filter function. Less than the Loop Tm (OS.ExecTime), the function block uses the Loop Tm as its Smpl Tm. 1,000 = 1,000 ms. Smpl Nmbr U8 0 7 Smpl Nmbr sets the number of samples used in the calculation of the median value. The function block bypasses the filter function when the Smpl Nmbr equals zero. Input S16-32,768 32,767 The signal to be filtered Rev CA December 2014

11 Median_Filter Function Block Outputs Function Block Outputs Item Type Range Description IO Bus Outputs a bus with all of the function block's input and output signals. This bus provides a convenient way to distribute this function block's signals to your application. Status U16 Reports the status of the function block. This output follows the standard bitwise scheme described in the Basic Function Block Library User's Manual (Danfoss part ). Output S16-32,768 32,767 The Input signal after filtering. About Function Block Connections Function Block Connections Item Description 1. True include the function block s built-in Advanced Checkpoint with Namespace components in the compiled LHX download file. False exclude the function block s built-in Advanced Checkpoint with Namespace components from the compiled LHX download file. 2. Sets the interval between consecutive input samples. 3. Sets the number of sample used in the calculation of the middle value. 4. The signal to be filtered. 5. Outputs a bus with all of the function block's input and output signals. 6. Reports the status of the function block. 7. The Input signal after filtering. Status Logic Status Logic Status Hex * Binary Cause Response Correction Invalid setup. 0x Smpl Nmbr input is greater than 7. LoopTm input is out of range. * Bit 16 set to 1 identifies a standard Danfoss status or fault code. The function block clamps its Smpl Nmbr input at 7, The function block clamps its LoopTm input at 1, Make the Smpl Nmbr input less than 8. Return the LoopTm input to within 1 65,535 range Rev CA December

12 Median_Filter Function Block About the Name Space Feature If you use this function block more than once in an application, you must change each function block s Name Space value to avoid compiler errors. This function block contains one or more components that allocate memory using memory names ( aliases ). Identical function blocks have identical memory names. Identical memory names cause compiler errors. The Name Space value adds a unique prefix to each component name to avoid errors. Keep each Name Space value short to save controller memory. How to Enter a Name Space Value 1. In the PLUS+1 GUIDE menu bar, click the Query/Change button. 2. Click the function block s page name to display the Edit Page window. 3. In the Edit Page window, enter a meaningful Name Space value. Name Space values are case-sensitive. 4. Press the Enter key. 5. Repeat these steps to enter unique Name Space values for other identical function blocks Rev CA December 2014

13 Median_Filter Function Block IEC Annex D Supplemental Information IEC Annex D Supplemental Information Item Description Function block name Median_Filter. Function block version 3.0. Function Block Development, Compatibility, Compliance, Competence, and Contact Information Item Function block development environment Compatible hardware This function block developed in compliance with Competence required of function block integrator How to contact Danfoss Description PLUS+1 GUIDE version and later. Verified in the PLUS+1 GUIDE compile process. When the PLUS+1 GUIDE compiler finds a function block that is incompatible with hardware, it aborts the compile process and logs an error message. The error message gives the location of the function block and states Error 80: component not supported in hwd. Danfoss Software Product Development and Launch Process (PDLP), which includes ISO 9001 and IEC standards. The knowledge, competence, and training required to: Understand this manual. Use the PLUS+1 GUIDE program to develop a machine control application. Follow quality software practices to develop a machine control application Rev CA December

14 Average_Filter Function Block Overview The Average_Filter function block conditions a signal by outputting the average of the most current sampling of input. Up to 128 samples can be used with a configurable interval between each sample for calculating the average. Typical uses for this function block include: Reducing random signal noise on an analog input. Slowing down the response in a digital control. Smoothing and slowing a changing signal to present the signal in a readable format for a display application. Note that while an increase in the sample time or sample number can reduce signal noise, it can also reduce the response of the system. See: About Function Block Connections for an overview of this function block's connections and signals. About the Name Space Feature if you are using more than one of these function blocks in an application. Inputs Use only the data types specified in this table. Other data types cause compiler errors. Function Block Inputs Item Type Range Description ChkPt BOOL True include the function block s built-in Advanced Checkpoint with Namespace components in the compiled LHX download file. False exclude the function block s built-in Advanced Checkpoint with Namespace components from the compiled LHX download file. Tol U ,535 Tol (Tolerance) sets the allowed difference between the function block's Input and Output values. The function block resets its Output to equal its Input when the difference between its Input and Output values becomes greater than the Tol value. A 0 Tol value disables this option. Smpl Tm U ,535 Smpl Tm (Sample Time) sets the interval between consecutive input samples. When the Smpl Tm is: Equal to zero, the function block bypasses the filter function. Less than the Loop Tm (OS.ExecTime), the function block uses the Loop Tm as its Smpl Tm. 1,000 = 1,000 ms. Smpl Nmbr U Smpl Nmbr (Sample Number) sets the number of samples used in the average calculation. The function block bypasses the filter function when the Smpl Nmbr equals zero. Input S16-32,768 32,767 The signal to be filtered Rev CA December 2014

15 Average_Filter Function Block Outputs Function Block Outputs Item Type Range Description IO Bus Outputs a bus with all of the function block's input and output signals. This bus provides a convenient way to distribute this function block's signals to your application. Status U16 Reports the status of the function block. This output follows the standard bitwise scheme described in the Basic Function Block Library User's Manual (Danfoss part ). Output S16-32,768 32,767 The Input signal after filtering. About Function Block Connections Function Block Connections Item Description 1. True include the function block s built-in Advanced Checkpoint with Namespace components in the compiled LHX download file. False exclude the function block s built-in Advanced Checkpoint with Namespace components from the compiled LHX download file. 2. Sets the allowed difference between the function block's Input and Output values. 3. Sets the interval between consecutive input samples. 4. Sets the number of samples used in the average calculation. 5. The signal to be filtered. 6. Outputs a bus with all of the function block's input and output signals. 7. Reports the status of the function block. 8. The Input signal after filtering. Status Logic Status Logic Status Hex * Binary Cause Response Correction Invalid setup. 0x Loop Tm (OS.ExecTime) out of range. Smpl Nmbr > 128. * Bit 16 set to 1 identifies a standard Danfoss status or fault code. The function block's Output equals Input. Return the Loop Tm (OS.ExecTime) value to within its 1 65,535 range Rev CA December

16 Average_Filter Function Block About the Name Space Feature If you use this function block more than once in an application, you must change each function block s Name Space value to avoid compiler errors. This function block contains one or more components that allocate memory using memory names ( aliases ). Identical function blocks have identical memory names. Identical memory names cause compiler errors. The Name Space value adds a unique prefix to each component name to avoid errors. Keep each Name Space value short to save controller memory. How to Enter a Name Space Value 1. In the PLUS+1 GUIDE menu bar, click the Query/Change button. 2. Click the function block s page name to display the Edit Page window. 3. In the Edit Page window, enter a meaningful Name Space value. Name Space values are case-sensitive. 4. Press the Enter key. 5. Repeat these steps to enter unique Name Space values for other identical function blocks Rev CA December 2014

17 Average_Filter Function Block IEC Annex D Supplemental Information Function Block Name and Version Item Description Function block name Moving_Avg_Filter. Function block version 3.0. Function Block Development, Compatibility, Compliance, Competence, and Contact Information Item Function block development environment Compatible hardware This function block developed in compliance with Competence required of function block integrator How to contact Danfoss Description PLUS+1 GUIDE version and later. Verified in the PLUS+1 GUIDE compile process. When the PLUS+1 GUIDE compiler finds a function block that is incompatible with hardware, it aborts the compile process and logs an error message. The error message gives the location of the function block and states Error 80: component not supported in hwd. Danfoss Software Product Development and Launch Process (PDLP), which includes ISO 9001 and IEC standards. The knowledge, competence, and training required to: Understand this manual. Use the PLUS+1 GUIDE program to develop a machine control application. Follow quality software practices to develop a machine control application Rev CA December

18 Soft_Ramp Function Block Overview Use the Soft_Ramp function block to provide a smooth transition from one value to another. The Soft_Ramp and the Time_Ramp function blocks output similar ramps. The ramps differ in that the Soft_Ramp function block adds soft acceleration and deceleration to its ramp. A typical use for this function block is in propel applications that require smooth starting and stopping. Note that the: Inc Tm parameter determines the ramp rate when the output increases in magnitude away from zero. Dec Tm parameter determines the ramp rate when the output decreases in magnitude towards zero. These parameter characteristics may cause a transition from one ramp rate to another when the Output crosses zero even if the Split input is false. See: About Function Block Connections for an overview of this function block's connections and signals. About the Name Space Feature if you are using more than one of these function blocks in your application Rev CA December 2014

19 Soft_Ramp Function Block Inputs Use only the data types specified in this table. Other data types cause compiler errors. Function Block Inputs Item Type Range Description ChkPt BOOL True include the function block s built-in Advanced Checkpoint with Namespace components in the compiled LHX download file. The Service Tool program will be able to use these checkpoint components to access all of the function block s input and output signals. False exclude the function block s built-in Advanced Checkpoint with Namespace components from the compiled LHX download file. The Service Tool program will not be able to use these checkpoint components to access the function block s input and output signals. Split BOOL Sets how the function block handles transitions between positive and negative outputs. T The Output ramps to a stop at zero before crossing zero. F The Output only ramps to a stop when it reaches the Input value. Reset BOOL True Output value equals the Reset Val. Use at the startup of an application to preload the Output to a non-zero value. False The function block applies normal filtering to the Output. Reset Val S16-32,768 32,767 The value that the function block applies to its Output when its Reset input goes true. Dwell Tm U ,535 The time that the function block holds the Output at zero when it transitions this output between positive and negative values. Max S16-32,768 32,767 The most positive allowed Output value. Min S16-32,768 32,767 The most negative allowed Output value. Sft Strt U ,000 Sft Strt (Soft Start) sets the portion of the Output ramp to which the function block applies a gradual, soft-start acceleration profile. Set as percent. Total Sft values should be less than (100.00%). 10,000 = %. Sft End U ,000 Sft End (Soft End) sets the portion of the Output ramp to which the function block applies a gradual, soft-end deceleration profile. Set as percent. Total Sft values should be less than (100.00%). 10,000 = %. Range U ,535 The amount by which the function block changes its Output in the Inc Tm or Dec Tm. Example: A function block with a Range value of 10,000 and a Dec Tm of 500 ms takes 500 ms to decrease its Output value by 10,000. Dec Tm U ,535 Dec Tm (Decrement Time) sets the time that it takes for the function block to decrease the absolute value of its Output by the Range value. Example: A function block with a Dec Tm of 500 ms and a Range value of 10,000 takes: 500 ms to decrease its Output from 10,000 to ms to decrease its Output from -10,000 to 0. 1,000 = 1,000 ms. Inc Tm U ,535 Inc Tm (Increment Time) sets the time that it takes for the function block to increase the absolute value of its Output by the Range value. Example: A function block with a Inc Tm of 500 ms and a Range value of 10,000 takes: 500 ms to increase its Output from 0 to 10, ms to increase its Output from 0 to -10,000. 1,000 = 1,000 ms. Input S16-32,768 32,767 The signal to be filtered Rev CA December

20 Soft_Ramp Function Block Outputs Function Block Outputs Item Type Range Description IO Bus Outputs a bus with all of the function block's input and output signals. This bus provides a convenient way to distribute this function block's signals to your application. Status U16 Reports the status of the function block. This output follows the standard bitwise scheme described in the Basic Function Block Library User's Manual (Danfoss part ). Fault U16 Reports the faults of the function block. This output follows the standard bitwise scheme described in the Basic Function Block Library User's Manual (Danfoss part ). Dec BOOL True The absolute value of the Output is decreasing. False The absolute value of the Output is not decreasing. Pasv BOOL True The Output value equals the Input value. False The Output value does not equal the Input value. Output S16-32,768 32,767 The Input signal after filtering Rev CA December 2014

21 Soft_Ramp Function Block About Function Block Connections Function Block Connections Item Description 1. True include the function block s built-in Advanced Checkpoint with Namespace components in the compiled LHX download file. False exclude the function block s built-in Advanced Checkpoint with Namespace components from the compiled LHX download file. 2. T The Output ramps to a stop at zero before crossing zero. F The Output only ramps to a stop when it reaches the Input value. 3. True Output value equals the Reset Val. False The function block applies normal filtering to the Output. 4. The value that the function block applies to its Output when its Reset input goes true. 5. The time that the function block holds the Output at zero when it transitions this output between positive and negative values. 6. The most positive allowed Output value. 7. The most negative allowed Output value. 8. Sets the portion of the Output ramp to which the function block applies a gradual, soft-start acceleration profile. Set as percent. 9. Sets the portion of the Output ramp to which the function block applies a gradual, soft-end deceleration profile. Set as percent. 10. The amount by which the function block changes its Output in the Inc Tm or Dec Tm. 11. Sets the time that it takes for the function block to decrease the absolute value of its Output by the Range value. 12. Sets the time that it takes for the function block to increase the absolute value of its Output by the Range value. 13. The signal to be filtered. 14. Outputs a bus with all of the function block's input and output signals. 15. Reports the status of the function block. 16. Reports the faults of the function block. 17. True The absolute value of the Output is decreasing. False The absolute value of the Output is not decreasing. 18. True The Output value equals the Input value. False The Output value does not equal the Input value. 19. The Input signal after filtering Rev CA December

22 Soft_Ramp Function Block Status and Fault Logic Status Logic Condition Hex * Binary Cause Response Correction Invalid setup. 0x * Bit 16 set to 1 identifies a standard Danfoss status or fault code. The Min value Max value. Sft Strt value + Sft End value > 10,000. Max value = Min value +1. Min value = Max value -1. The function block reduces the Sft End value to keep the total Sft values = 10,000. Make the Max value > Min value. Make the Sft Strt value + Sft End value 10,000. Fault Logic Condition Hex * Binary Cause Response Correction Input value is too low. 0x Input value < Min value. The function block clamps its Output at the Min value. Input value is too high. 0x Input value > Max value. The function block clamps its Output at the Max value. * Bit 16 set to 1 identifies a standard Danfoss status or fault code. Make the Input value Min value. Make the Input value Max value Rev CA December 2014

23 Soft_Ramp Function Block About the Split and Dwell Tm Values The following figures show how the Split and Dwell Tm values shape the Soft_Ramp function block's Output. (The Max, Min, Sft Strt, Sft End, Range, Dec Tm, and Inc Tm value stay constant in these figures.) Rev CA December

24 Soft_Ramp Function Block Rev CA December 2014

25 Soft_Ramp Function Block Rev CA December

26 Soft_Ramp Function Block Rev CA December 2014

27 Soft_Ramp Function Block About the Sft Strt and Sft End Values The following figures show how the Sft Str and Sft End values shape the Soft_Ramp function block's Output. (The Max, Range and Inc Tm value stay constant in these figures.) Rev CA December

28 Soft_Ramp Function Block Rev CA December 2014

29 Soft_Ramp Function Block Rev CA December

30 Soft_Ramp Function Block About the Name Space Feature If you use this function block more than once in an application, you must change each function block s Name Space value to avoid compiler errors. This function block contains one or more components that allocate memory using memory names ( aliases ). Identical function blocks have identical memory names. Identical memory names cause compiler errors. The Name Space value adds a unique prefix to each component name to avoid errors. Keep each Name Space value short to save controller memory. How to Enter a Name Space Value 1. In the PLUS+1 GUIDE menu bar, click the Query/Change button. 2. Click the function block s page name to display the Edit Page window. 3. In the Edit Page window, enter a meaningful Name Space value. Name Space values are case-sensitive. 4. Press the Enter key. 5. Repeat these steps to enter unique Name Space values for other identical function blocks Rev CA December 2014

31 Soft_Ramp Function Block IEC Annex D Supplemental Information IEC Annex D Supplemental Information Item Description Function block name Soft_Ramp. Function block version 3.0. Function Block Development, Compatibility, Compliance, Competence, and Contact Information Item Function block development environment Compatible hardware This function block developed in compliance with Competence required of function block integrator How to contact Danfoss Description PLUS+1 GUIDE version and later. Verified in the PLUS+1 GUIDE compile process. When the PLUS+1 GUIDE compiler finds a function block that is incompatible with hardware, it aborts the compile process and logs an error message. The error message gives the location of the function block and states Error 80: component not supported in hwd. Danfoss Software Product Development and Launch Process (PDLP), which includes ISO 9001 and IEC standards. The knowledge, competence, and training required to: Understand this manual. Use the PLUS+1 GUIDE program to develop a machine control application. Follow quality software practices to develop a machine control application Rev CA December

32 Time_Ramp Function Block Overview Use the Time_Ramp function block to provide a slower transition from one value to another. For a given change in Input, the Output will change at a rate specified by the given range and times. Typical uses for this function block include: Limiting the rate of change for a propel command. Filtering an input signal. This function block limits linear rates. Consider using the Soft_Ramp function bock if the output transitions provided by this function block are too aggressive. See: About Function Block Connections for an overview of this function block's connections and signals. About the Name Space Feature if you are using more than one of these function blocks in your application Rev CA December 2014

33 Time_Ramp Function Block Inputs Function Block Inputs Item Type Range Description Use only the data types specified in this table. Other data types cause compiler errors. ChkPt BOOL True include the function block s built-in Advanced Checkpoint with Namespace components in the compiled LHX download file. The Service Tool program will be able to use these checkpoint components to access all of the function block s input and output signals. False exclude the function block s built-in Advanced Checkpoint with Namespace components from the compiled LHX download file. The Service Tool program will not be able to use these checkpoint components to access the function block s input and output signals. Reset BOOL True Output value equals the Reset Val. Use at the startup of an application to preload the Output to a non-zero value. False The function block applies normal filtering to the Output. Rest Value S16-32,768 32,767 The value that the function block applies to its Output when its Reset input goes true. Range U ,535 The amount by which the function block changes its Output in the Inc Tm or Dec Tm. Example: A function block with a Range value of 10,000 and a Dec Tm of 500 ms takes 500 ms to decrease its Output value by 10,000. Dec Tm U ,535 Dec Tm (Decrement Time) sets the time that it takes for the function block to decrease the absolute value of its Output by the Range value. Example: A function block with a Dec Tm of 500 ms and a Range value of 10,000 takes: 500 ms to decrease its Output from 10,000 to ms to decrease its Output from -10,000 to 0. 1,000 = 1,000 ms. Inc Tm U ,535 Inc Tm (Increment Time) sets the time that it takes for the function block to increase the absolute value of its Output by the Range value. Example: A function block with a Inc Tm of 500 ms and a Range value of 10,000 takes: 500 ms to increase its Output from 0 to 10, ms to increase its Output from 0 to -10,000. 1,000 = 1,000 ms. Input S16-32,768 32,767 The signal to be filtered. Outputs Function Block Outputs Item Type Range Description This function block has no Status or Fault outputs. IO Bus Outputs a bus with all of the function block's input and output signals. This bus provides a convenient way to distribute this function block's signals to your application. Dec BOOL True The absolute value of the Output is decreasing. False The absolute value of the Output is not decreasing. Pasv BOOL True The Output value equals the Input value. False The Output value does not equal the Input value. Output S16-32,768 32,767 The Input signal after filtering Rev CA December

34 Time_Ramp Function Block About Function Block Connections Function Block Connections Item Description 1. True include the function block s built-in Advanced Checkpoint with Namespace components in the compiled LHX download file. False exclude the function block s built-in Advanced Checkpoint with Namespace components from the compiled LHX download file. 2. True Output value equals the Reset Val. False The function block applies normal filtering to the Output. 3. The value that the function block applies to its Output when its Reset input goes true. 4. The amount by which the function block changes its Output in the Inc Tm or Dec Tm. 5. Sets the time that it takes for the function block to decrease the absolute value of its Output by the Range value. 6. Sets the time that it takes for the function block to increase the absolute value of its Output by the Range value. 7 The signal to be filtered. 8. Outputs a bus with all of the function block's input and output signals. 9. True The absolute value of the Output is decreasing. False The absolute value of the Output is not decreasing. 10. True The Output value equals the Input value. False The Output value does not equal the Input value. 11. The Input signal after filtering Rev CA December 2014

35 Time_Ramp Function Block About the Function Block Values The following figure shows how the Inc Tm (Increment Time), Dec Tm (Decrement Time) and Range values shape the ramps output by the Time_Ramp function block Rev CA December

36 Time_Ramp Function Block About the Name Space Feature If you use this function block more than once in an application, you must change each function block s Name Space value to avoid compiler errors. This function block contains one or more components that allocate memory using memory names ( aliases ). Identical function blocks have identical memory names. Identical memory names cause compiler errors. The Name Space value adds a unique prefix to each component name to avoid errors. Keep each Name Space value short to save controller memory. How to Enter a Name Space Value 1. In the PLUS+1 GUIDE menu bar, click the Query/Change button. 2. Click the function block s page name to display the Edit Page window. 3. In the Edit Page window, enter a meaningful Name Space value. Name Space values are case-sensitive. 4. Press the Enter key. 5. Repeat these steps to enter unique Name Space values for other identical function blocks Rev CA December 2014

37 Time_Ramp Function Block IEC Annex D Supplemental Information Function Block Name and Version Item Description Function block name Time_Ramp Function block version 3.0. Function Block Development, Compatibility, Compliance, Competence, and Contact Information Item Function block development environment Compatible hardware This function block developed in compliance with Competence required of function block integrator How to contact Danfoss Description PLUS+1 GUIDE version and later. Verified in the PLUS+1 GUIDE compile process. When the PLUS+1 GUIDE compiler finds a function block that is incompatible with hardware, it aborts the compile process and logs an error message. The error message gives the location of the function block and states Error 80: component not supported in hwd. Danfoss Software Product Development and Launch Process (PDLP), which includes ISO 9001 and IEC standards. The knowledge, competence, and training required to: Understand this manual. Use the PLUS+1 GUIDE program to develop a machine control application. Follow quality software practices to develop a machine control application Rev CA December

38 Comatrol Schwarzmüller-Inverter Local address: Turolla Valmova Hydro-Gear Daikin-Sauer-Danfoss Danfoss Power Solutions (US) Company 2800 East 13th Street Ames, IA 50010, USA Phone: Danfoss Power Solutions GmbH & Co. OHG Krokamp 35 D Neumünster, Germany Phone: Danfoss Power Solutions ApS Nordborgvej 81 DK-6430 Nordborg, Denmark Phone: Danfoss Power Solutions (Shanghai) Co., Ltd. Building #22, No Jin Hai Rd Jin Qiao, Pudong New District Shanghai, China Phone: 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 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 Rev CA December Danfoss A/S, 2014

PLUS+1 Compliant CLS1000 Laser Sensor Function Block

PLUS+1 Compliant CLS1000 Laser Sensor Function Block MAKING MODERN LIVING POSSIBLE User Manual PLUS+1 Compliant CLS1000 Laser Sensor Function Block www.powersolutions.danfoss.com About this Manual Organization and Headings To help you quickly find information

More information

User Manual PLUS+1 Compliant ACX104 Function Block

User Manual PLUS+1 Compliant ACX104 Function Block MAKING MODERN LIVING POSSIBLE User Manual PLUS+1 Compliant www.powersolutions.danfoss.com Revision History Revision Date Comment Rev CA July 2015 2015 Danfoss Power Solutions (US) Company. All rights reserved.

More information

PLUS+1 Compliant MP1 NFPE Function Blocks

PLUS+1 Compliant MP1 NFPE Function Blocks User Manual PLUS+1 Compliant MP1 NFPE Function Blocks powersolutions.danfoss.com Revision history Table of revisions Date Changed Rev March 2018 Changed hex values for Hardware and General in the fault

More information

JS1000 Joystick Analog Output Product Electrical Installation

JS1000 Joystick Analog Output Product Electrical Installation MAKING MODERN LIVING POSSIBLE Technical Information JS1000 Joystick Analog Output Product Electrical Installation powersolutions.danfoss.com Revision history Table of revisions Date Changed Rev July 2014

More information

Temperature Sensors ,

Temperature Sensors , MAKING MODERN LIVING POSSIBLE Electrical Installation Temperature Sensors 1090173, 1090174 powersolutions.danfoss.com Revision history Table of revisions Date Changed Rev September 2015 Minor layout revision

More information

PLUS+1 Compliant JS1 J1939 CAN Joystick Function Block

PLUS+1 Compliant JS1 J1939 CAN Joystick Function Block User Manual PLUS+1 Compliant JS1 J1939 CAN Joystick Function Block powersolutions.danfoss.com Revision history Table of revisions Date Changed Rev March 2018 Re-branding 0102 September 2015 0101 2 Danfoss

More information

PLUS+1 Compliant JS1 CANopen Joystick Function Block

PLUS+1 Compliant JS1 CANopen Joystick Function Block User Manual PLUS+1 Compliant JS1 CANopen Joystick Function Block powersolutions.danfoss.com Revision history Table of revisions Date Changed Rev March 2018 Re-branding 0102 January 2016 First edition 0101

More information

User Manual PLUS+1 License Administration Tool powersolutions.danfoss.com

User Manual PLUS+1 License Administration Tool powersolutions.danfoss.com MAKING MODERN LIVING POSSIBLE User Manual PLUS+1 License Administration Tool powersolutions.danfoss.com Revisions Revision History Table of Revisions Date Page Changed Rev 27 Jan, 2011 5-6, 7-8 Minor corrections;

More information

Sensors Heavy-Duty Pressure Transmitter

Sensors Heavy-Duty Pressure Transmitter MAKING MODERN LIVING POSSIBLE Electrical Installation Sensors Heavy-Duty Pressure Transmitter powersolutions.danfoss.com Revision history Table of revisions Date Changed Rev August 2015 Converted to Danfoss

More information

Joystick JS7000 Analog and CAN Output

Joystick JS7000 Analog and CAN Output Electrical Installation Joystick powersolutions.danfoss.com Revision history Table of revisions Date Changed Rev May 2017 Updated to Engineering Tomorrow design 0201 July 2014 Converted to Danfoss layout

More information

PVED-CLS Closed loop joystick steering

PVED-CLS Closed loop joystick steering Application Guide PVED-CLS Closed loop joystick steering www.danfoss.com Revision history Table of revisions Date Changed Rev December 2018 Corrected document title for consistency 0102 October 2018 First

More information

System Description. System Hitch Control. powersolutions.danfoss.com

System Description. System Hitch Control. powersolutions.danfoss.com System Description System powersolutions.danfoss.com Revision history Table of revisions Date Changed Rev July 2017 Updated recommended suppliers summary 0202 August 2015 Converted to Danfoss layout BA

More information

PLUS+1 GUIDE Software. PLUS+1 Compliant H1B Motor Electric Proportional PCOR Control Function Blocks User Manual COMPLI ANT mm 6.

PLUS+1 GUIDE Software. PLUS+1 Compliant H1B Motor Electric Proportional PCOR Control Function Blocks User Manual COMPLI ANT mm 6. PLUS+1 GUIDE Software PLUS+1 Compliant H1B Motor Electric Proportional PCOR Control Function Blocks User Manual 158.2 mm 6.23 144.5 mm 5.69 142.0 mm [5.59] 2x 25.2 mm [1.0] 97.0 mm [3.82] TM 2x 7.0 [.28]

More information

Joysticks JS1 Heavy Duty

Joysticks JS1 Heavy Duty Electrical Installation Joysticks JS Heavy Duty powersolutions.danfoss.com Revision history Table of revisions Date Changed Rev December 20 Added PVE information 020 February 20 First edition 00 2 Danfoss

More information

PLUS+1 GUIDE Software. PLUS+1 Compliant JS2000 XYZ-Axis Joystick Function Block User Manual COMPLI ANT mm mm x 25.2 mm [1.

PLUS+1 GUIDE Software. PLUS+1 Compliant JS2000 XYZ-Axis Joystick Function Block User Manual COMPLI ANT mm mm x 25.2 mm [1. PLUS+1 GUIDE Software PLUS+1 Compliant JS2000 XYZ-Axis Joystick Function Block 158.2 mm 6.23 144.5 mm 5.69 142.0 mm [5.59] 2x 25.2 mm [1.0] 97.0 mm [3.82] TM 2x 7.0 [.28] MOUNTING DIRECTION #2 COMPLI ANT

More information

Joystick JS6000 Analog Output

Joystick JS6000 Analog Output Electrical Installation Joystick powersolutions.danfoss.com Revision history Table of revisions Date Changed Rev May 2017 Updated to Engineering Tomorrow design 0201 August 2015 Converted to Danfoss layout

More information

JS7000_XY. 2x 25.2 mm [1.0] 2x 7.0 [.28] MOUNTING DIRECTION #2 LED INDICATOR LIGHTS mm [2.03] 47.1 mm [1.85]

JS7000_XY. 2x 25.2 mm [1.0] 2x 7.0 [.28] MOUNTING DIRECTION #2 LED INDICATOR LIGHTS mm [2.03] 47.1 mm [1.85] PLUS+1 GUIDE Software PLUS+1 Compliant JS7000 XY-Axis Joystick Function Block JS7000_XY 158.2 mm 6.23 144.5 mm 5.69 142.0 mm [5.59] 2x 25.2 mm [1.0] 97.0 mm [3.82] TM 2x 7.0 [.28] MOUNTING DIRECTION #2

More information

PLUS+1 GUIDE Software. PLUS+1 Compliant S42 NFPE Function Block User Manual COMPLI ANT mm mm x 25.2 mm [1.0] mm [5.

PLUS+1 GUIDE Software. PLUS+1 Compliant S42 NFPE Function Block User Manual COMPLI ANT mm mm x 25.2 mm [1.0] mm [5. PLUS+1 GUIDE Software PLUS+1 Compliant S42 NFPE Function Block 158.2 mm 6.23 144.5 mm 5.69 142.0 mm [5.59] 2x 25.2 mm [1.0] 97.0 mm [3.82] TM 2x 7.0 [.28] MOUNTING DIRECTION #2 COMPLI ANT PIN #1 INDICATED

More information

PLUS+1 GUIDE Software. PLUS+1 Compliant KPP SPD Speed Sensor Function Block User Manual COMPLI ANT mm mm x 25.2 mm [1.

PLUS+1 GUIDE Software. PLUS+1 Compliant KPP SPD Speed Sensor Function Block User Manual COMPLI ANT mm mm x 25.2 mm [1. PLUS+1 GUIDE Software PLUS+1 Compliant KPP SPD Speed Sensor Function Block 158.2 mm 6.23 144.5 mm 5.69 142.0 mm [5.59] 2x 25.2 mm [1.0] 97.0 mm [3.82] TM 2x 7.0 [.28] MOUNTING DIRECTION #2 COMPLI ANT PIN

More information

2x 25.2 mm [1.0] 2x 7.0 [.28] MOUNTING DIRECTION #2 LED INDICATOR LIGHTS mm [2.03] 47.1 mm [1.85]

2x 25.2 mm [1.0] 2x 7.0 [.28] MOUNTING DIRECTION #2 LED INDICATOR LIGHTS mm [2.03] 47.1 mm [1.85] PLUS+1 GUIDE Software PLUS+1 Compliant S4 PVEO Function Block 158.2 mm 6.23 144.5 mm 5.69 142.0 mm [5.59] 2x 25.2 mm [1.0] 97.0 mm [3.82] TM 2x 7.0 [.28] MOUNTING DIRECTION #2 COMPLI ANT PIN #1 INDICATED

More information

Joysticks JS1 Heavy Duty

Joysticks JS1 Heavy Duty Electrical Installation Joysticks JS Heavy Duty powersolutions.danfoss.com Revision history Table of revisions Date Changed Rev January 208 Removed description for One 2 pin DEUTSCH connector topic and

More information

PLUS+1 GUIDE Software. AGCO Ag-Chem Fan Drive Subsystem Fault Location and Fault Type Codes User Manual. BlinkCodeGen. OutputDrivers. Faults.

PLUS+1 GUIDE Software. AGCO Ag-Chem Fan Drive Subsystem Fault Location and Fault Type Codes User Manual. BlinkCodeGen. OutputDrivers. Faults. PLUS+1 GUIDE Software AGCO Ag-Chem Fan Drive Subsystem Fault Location and Fault Type Codes User Manual OutputDrivers Status Outputs Left Right Phase Drive Faults Status Inputs Cmd 158.2 mm 6.23 144.5 mm

More information

PLUS+1 GUIDE Software. PLUS+1 Compliant S4 PVEP Function Block User Manual COMPLI ANT mm mm x 25.2 mm [1.0] mm [5.

PLUS+1 GUIDE Software. PLUS+1 Compliant S4 PVEP Function Block User Manual COMPLI ANT mm mm x 25.2 mm [1.0] mm [5. PLUS+1 GUIDE Software PLUS+1 Compliant S4 PVEP Function Block 158.2 mm 6.23 144.5 mm 5.69 142.0 mm [5.59] 2x 25.2 mm [1.0] 97.0 mm [3.82] TM 2x 7.0 [.28] MOUNTING DIRECTION #2 COMPLI ANT PIN #1 INDICATED

More information

JS7000_XP3. 2x 25.2 mm [1.0] 2x 7.0 [.28] MOUNTING DIRECTION #2 LED INDICATOR LIGHTS mm [2.03] 47.1 mm [1.85]

JS7000_XP3. 2x 25.2 mm [1.0] 2x 7.0 [.28] MOUNTING DIRECTION #2 LED INDICATOR LIGHTS mm [2.03] 47.1 mm [1.85] PLUS+1 GUIDE Software PLUS+1 Compliant JS7000 XP3-Axis Joystick Function Block JS7000_XP3 158.2 mm 6.23 144.5 mm 5.69 142.0 mm [5.59] 2x 25.2 mm [1.0] 97.0 mm [3.82] TM 2x 7.0 [.28] MOUNTING DIRECTION

More information

PLUS+1 SC Controller SC0XX-1XX Controller Family

PLUS+1 SC Controller SC0XX-1XX Controller Family MAKING MODERN LIVING POSSIBLE Safety Manual PLUS+1 SC Controller SC0XX-1XX Controller Family powersolutions.danfoss.com Revision history Table of revisions Date Changed Rev December 2014 First edition

More information

JS7000 Joystick Analog, CAN, and CAN+ Output. Product Electrical Installation. Technical Information

JS7000 Joystick Analog, CAN, and CAN+ Output. Product Electrical Installation. Technical Information JS7000 Joystick Analog, CAN, and CAN+ Output Product Electrical Installation Technical Information L1105361 Rev BA May 2012 Revisions Revision History Table of Revisions Date Page Changed Rev 18 May 2012

More information

RS485 String Potentiometer (Yo-Yo) Sensor. Technical Information

RS485 String Potentiometer (Yo-Yo) Sensor. Technical Information RS485 String Potentiometer (Yo-Yo) Sensor Technical Information L1223774 Rev BA Jul 2013 Revisions Revision History Table of Revisions Date Page Changed Rev 24 Jul 2013 4, 5, 6 Feature and Options list,

More information

Propel Application Library (PAL) Software Function Blocks

Propel Application Library (PAL) Software Function Blocks Technical Information Propel Application Library (PAL) Software Function Blocks powersolutions.danfoss.com Revision history Table of revisions Date Changed Rev Dec 2017 First version 0101 2 Danfoss Dec

More information

PLUS+1 GUIDE Software. PLUS+1 Compliant SASA Function Block User Manual COMPLI ANT PRESSURE mm mm x 25.2 mm [1.

PLUS+1 GUIDE Software. PLUS+1 Compliant SASA Function Block User Manual COMPLI ANT PRESSURE mm mm x 25.2 mm [1. PLUS+1 GUIDE Software PLUS+1 Compliant SASA Function Block TEMP JOYSTICK VALVE PRESSURE 158.2 mm 6.23 144.5 mm 5.69 142.0 mm [5.59] 2x 25.2 mm [1.0] 97.0 mm [3.82] TM 2x 7.0 [.28] MOUNTING DIRECTION #2

More information

Subsystem Application Fan Drive SSA

Subsystem Application Fan Drive SSA System Description Subsystem Application powersolutions.danfoss.com Revision history Table of revisions Date Changed Rev May 206 Corrected System Overview Screen image and minor updates; Updated to Engineering

More information

2x 25.2 mm [1.0] 2x 7.0 [.28] MOUNTING DIRECTION #2 LED INDICATOR LIGHTS mm [2.03] 47.1 mm [1.85]

2x 25.2 mm [1.0] 2x 7.0 [.28] MOUNTING DIRECTION #2 LED INDICATOR LIGHTS mm [2.03] 47.1 mm [1.85] PLUS+1 GUIDE Software PLUS+1 Compliant JS1000 Joystick with CAN Function Block TEMP JOYSTICK PRESSURE 158.2 mm 6.23 144.5 mm 5.69 142.0 mm [5.59] 2x 25.2 mm [1.0] 97.0 mm [3.82] TM 2x 7.0 [.28] MOUNTING

More information

PLUS+1 Safety Controllers SC0XX-1XX Safety Controller Family

PLUS+1 Safety Controllers SC0XX-1XX Safety Controller Family PLUS+1 Safety Controllers www.danfoss.com Revision history Table of revisions Date Changed Rev December 2018 Updated user application software development requirements 0404 August 2018 Corrected typo 0403

More information

PLUS+1 GUIDE Software. PLUS+1 Compliant PVEO DI Function Block User Manual COMPLI ANT PRESSURE mm mm x 25.2 mm [1.

PLUS+1 GUIDE Software. PLUS+1 Compliant PVEO DI Function Block User Manual COMPLI ANT PRESSURE mm mm x 25.2 mm [1. PLUS+1 GUIDE Software PLUS+1 Compliant PVEO DI Function Block TEMP JOYSTICK VALVE PRESSURE 158.2 mm 6.23 144.5 mm 5.69 142.0 mm [5.59] 2x 25.2 mm [1.0] 97.0 mm [3.82] TM 2x 7.0 [.28] MOUNTING DIRECTION

More information

Subsystem Application Anti Spin Control

Subsystem Application Anti Spin Control System Description Subsystem Application Anti Spin Control powersolutions.danfoss.com Revision history Table of revisions Date Changed Rev May 2016 Replaced screen images for system overview and vehicle

More information

Subsystem Application Generic Dual Path

Subsystem Application Generic Dual Path System Description Subsystem Application Generic Dual Path powersolutions.danfoss.com Revision history Table of revisions Date Changed Rev April 2017 May 2016 The system application definition updated;

More information

Hitch Control. System Description

Hitch Control. System Description Revisions Version Revisions Date Page Changed Rev. 16 Dec, 2008 AA 2008 Sauer-Danfoss. All rights reserved. Sauer-Danfoss accepts no responsibility for possible errors in catalogs, brochures and other

More information

, Temperature Sensor. Product Electrical Installation. Tech Note

, Temperature Sensor. Product Electrical Installation. Tech Note 1090173, 1090174 Temperature Sensor Product Electrical Installation Tech Note Contents Product overview Product image... 3 Description/theory of operation... 3 Electrical specifications... 3 Electrical

More information

Sensors MCX104-CAN Slope Sensor

Sensors MCX104-CAN Slope Sensor MAKING MODERN LIVING POSSIBLE Technical Information Sensors powersolutions.danfoss.com Revision history Table of revisions Date Changed Rev November 2015 Converted to Danfoss layout 0001 December 2010

More information

MBS1250 Heavy Duty Pressure Transmitter. Product Electrical Installation

MBS1250 Heavy Duty Pressure Transmitter. Product Electrical Installation MBS1250 Heavy Duty Pressure Transmitter Product Electrical Installation Revisions Revisions History Table of Revisions Date Page Changed Rev 20 Feb, 2009 AA 2009 Sauer-Danfoss. All rights reserved. Sauer-Danfoss

More information

PLUS+1 C Open Overview

PLUS+1 C Open Overview MAKING MODERN LIVING POSSIBLE Technical Information PLUS+1 C Open Overview powersolutions.danfoss.com Revision history Table of revisions Date Changed Rev February 2016 First edition 0101 2 BC00000358en-US

More information

WMSS1000 Wireless Multi-Sonic Sensor

WMSS1000 Wireless Multi-Sonic Sensor MAKING MODERN LIVING POSSIBLE Technical Information WMSS1000 Wireless Multi-Sonic Sensor powersolutions.danfoss.com Revision History Table of Revisions Date Changed Rev Mar 2014 Various updates BA Feb

More information

PLUS+1 Mobile Machine Displays DP570 Series

PLUS+1 Mobile Machine Displays DP570 Series MAKING MODERN LIVING POSSIBLE Technical Information PLUS+1 Mobile Machine Displays DP570 Series powersolutions.danfoss.com Revision History Table of Revisions Date Page Changed Rev 05 Dec 2013 6 Model

More information

MAKING MODERN LIVING POSSIBLE. Technical Information. JS1000 Joystick Base. powersolutions.danfoss.com

MAKING MODERN LIVING POSSIBLE. Technical Information. JS1000 Joystick Base. powersolutions.danfoss.com MAKING MODERN LIVING POSSIBLE Technical Information JS1000 Joystick Base powersolutions.danfoss.com Revision History Table of Revisions Date Changed Rev Mar 2014 SAE J1939 Extended Joystick message transmission

More information

PLUS+1 GUIDE Software. JS6000 PWM Service Tool User Manual

PLUS+1 GUIDE Software. JS6000 PWM Service Tool User Manual PLUS+1 GUIDE Software JS6000 PWM Service Tool TEMP 1 6 1 6 12 7 12 7 About this Manual Organization and Headings To help you quickly find information in this manual, the material is divided into sections,

More information

Technical Information. Steering SASA Sensor. powersolutions.danfoss.com

Technical Information. Steering SASA Sensor. powersolutions.danfoss.com Technical Information Steering powersolutions.danfoss.com Revision history Table of revisions Date Changed Rev Nov 2017 Replaced SAK Adapter image on page 20 0102 March 2016 First edition 0101 2 Danfoss

More information

JS120 Single Axis Fingertip Joystick. Technical Information

JS120 Single Axis Fingertip Joystick. Technical Information JS120 Single Axis Fingertip Joystick Technical Information Revisions Version Revisions Date Page Change Rev. 2 July, 2009 8, 11 Corrected connector pin assignments and added output voltage curve DA 13

More information

JS120 Single Axis Fingertip Joystick. Technical Information

JS120 Single Axis Fingertip Joystick. Technical Information JS120 Single Axis Fingertip Joystick Technical Information Revisions Version Revisions Date Page Change Rev. 13 Feb, 2007 Lever length options; connector pin assignments Rev-CA 12 May, 2006 7 Model code

More information

PLUS+1 Mobile Machine Displays DP2XX Series

PLUS+1 Mobile Machine Displays DP2XX Series MAKING MODERN LIVING POSSIBLE Technical Information PLUS+1 Mobile Machine Displays DP2XX Series powersolutions.danfoss.com Revision history Table of revisions Date Changed Rev May 2014 Converted to Danfoss

More information

PLUS+1 Mobile Machine Displays DM430E Series

PLUS+1 Mobile Machine Displays DM430E Series PLUS+1 Mobile Machine Displays DM430E Series www.danfoss.com Revision history Table of revisions Date Changed Rev December 2018 Added note in regards to keeping ambient light sensor area clean and uncovered

More information

PLUS+1 Mobile Machine Displays DP7XX Series

PLUS+1 Mobile Machine Displays DP7XX Series MAKING MODERN LIVING POSSIBLE PLUS+1 Mobile Machine Displays DP7XX Series powersolutions.danfoss.com Revision History Table of Revisons Date Page Changed Rev 19 Mar 2014 10 Update note to warning DB 05

More information

AUTOMOTIVE CONTROLLER

AUTOMOTIVE CONTROLLER SA-2793 USER GUIDE BR LEE 8515/8816 PAVER AUTOMOTIVE CONTROLLER Table of Contents I. Revisions.2 II. Software Specification.......2 III. Description of Operation...3 IV. Fault Codes for Status LED..8 V.

More information

Proportional Valves PVED-CC, Series 5 CANopen

Proportional Valves PVED-CC, Series 5 CANopen Technical Information Proportional Valves PVED-CC, Series 5 CANopen powersolutions.danfoss.com Revision history Table of revisions Date Changed Rev October 2017 Correction - AMP connector 0604 July 2017

More information

FSO Webnair FSO Safety Functions Module. ABB Group February 11, 2015 Slide 1

FSO Webnair FSO Safety Functions Module. ABB Group February 11, 2015 Slide 1 FSO Webnair FSO Safety Functions Module February 11, 2015 Slide 1 Competence Requirements for ABB Commissioner / Service Engineer of ACS880 Drives with FSO The integrated Safety Function Module (FSO; option

More information

LabVIEW -VI MCC. Virtual Instruments for MCC Control Units. Manual 1253-A001 GB

LabVIEW -VI MCC. Virtual Instruments for MCC Control Units. Manual 1253-A001 GB LabVIEW -VI MCC Virtual Instruments for MCC Control Units Manual 1253-A001 GB phytron LabVIEW Virtual Instruments for MCC Control Units TRANSLATION OF THE GERMAN ORIGINAL MANUAL 6/2010 Manual MA 1253-A001

More information

T-42 T-51 T-65 Multi-Tasking CNC Lathes

T-42 T-51 T-65 Multi-Tasking CNC Lathes DUAL CHECK SAFETY DESCRIPTION, TROUBLESHOOTING, AND ALARM MESSAGES TP7878A T-42 T-51 T-65 Multi-Tasking CNC Lathes Equipped with a Fanuc 31i-T Control Original Instructions Manual No. M-513A Litho in U.S.A.

More information

PLUS+1 Safety Controllers SC0XX-1XX Safety Controller Family

PLUS+1 Safety Controllers SC0XX-1XX Safety Controller Family Technical Information PLUS+1 Safety Controllers www.danfoss.com Revision history Table of revisions Date Changed Rev August 2018 Corrected typo 0403 August 2018 Corrected title 0402 July 2018 Updated IEC

More information

Danfoss Telematics Solutions WS103 Remote Solution

Danfoss Telematics Solutions WS103 Remote Solution User Manual Danfoss Telematics Solutions powersolutions.danfoss.com Revision history Table of revisions Date Changed Rev July 2016 First edition 0101 2 Danfoss July 2016 AN00000339en-US0101 Contents About

More information

User Manual. PLUS+1 Service Tool. powersolutions.danfoss.com

User Manual. PLUS+1 Service Tool. powersolutions.danfoss.com User Manual PLUS+1 Service Tool powersolutions.danfoss.com Revision history Table of revisions Date Changed Rev October 2017 Supports 10.0 0501 March 2017 Supports 9.1 0401 October 2016 Supports 9.0 0301

More information

Proportional Valves PVED-CC, Series 5 ISObus

Proportional Valves PVED-CC, Series 5 ISObus Technical Information Proportional Valves PVED-CC, Series 5 ISObus powersolutions.danfoss.com Revision history Table of revisions Date Changed Rev October 2017 Correction - AMP connector 0104 July 2017

More information

JS7000 Joystick Family

JS7000 Joystick Family Technical Information JS7000 Joystick Family powersolutions.danfoss.com Revision history Table of revisions Date Changed Rev May 2017 Updated to Engineering Tomorrow design 0801 July 2015 Converted to

More information

Joysticks JS1000, JS6000 Grips

Joysticks JS1000, JS6000 Grips Technical Information Joysticks powersolutions.danfoss.com Revision history Table of revisions Date Changed Rev February 08 New boot part number 080 June 06 Corrected part numbers for Rocker and Banana

More information

Fan Drive Control Assembly FDCA

Fan Drive Control Assembly FDCA Technical Information Fan Drive Control Assembly FDCA powersolutions.danfoss.com Revision history Table of revisions Date Changed Rev November 2017 Updated Pinout information Yellow/Black J1-15 0202 May

More information

Drive Technology \ Drive Automation \ System Integration \ Services. Manual. CCU Universal Module Application Module

Drive Technology \ Drive Automation \ System Integration \ Services. Manual. CCU Universal Module Application Module Drive Technology \ Drive Automation \ System Integration \ Services Manual CCU Universal Module Application Module Edition 05/2011 17061210 / EN SEW-EURODRIVE Driving the world Contents Contents 1 General

More information

PLUS+1 Mobile Machine Displays DP7XX Series

PLUS+1 Mobile Machine Displays DP7XX Series Technical Information PLUS+1 Mobile Machine Displays DP7XX Series powersolutions.danfoss.com Revision history Table of revisions Date Changed Rev December 2017 Filled in function of C3-P3 pin 0602 January

More information

Displays DP6XX Series

Displays DP6XX Series Technical Information Displays DP6XX Series powersolutions.danfoss.com Revision history Table of revisions Date Changed Rev November 2017 Minor update 0303 June 2016 Various updates from PAE; updated to

More information

User Manual. PLUS+1 Service Tool.

User Manual. PLUS+1 Service Tool. PLUS+1 Service Tool www.danfoss.com Revision history Table of revisions Date Changed Rev November 2018 Supports 11.0 0701 May 2018 Supports 10.1 0601 October 2017 Supports 10.0 0501 March 2017 Supports

More information

PLUS+1 TM Guide. PLUS+1 TM Inverter Function Block Library Rev AA Jan

PLUS+1 TM Guide. PLUS+1 TM Inverter Function Block Library Rev AA Jan PLUS+1 TM Inverter Function Block Library 11023441 Rev AA Jan 2009 1 Revisions History of Revisions Table of Revisions Date Page Changed ECO No. Rev. 09.03. 2007 All valid since software version 1.00 -

More information

Virtual Instruments for the phymotion TM Controller

Virtual Instruments for the phymotion TM Controller LabVIEW -VI phymotion TM Virtual Instruments for the phymotion TM Controller MANUAL 1301-A001 EN Extreme. Precision. Positioning. phytron LabVIEW Virtual Instruments for the phymotion TM Controller TRANSLATION

More information

PLUS+1 Mobile Machine Displays DP7XX Series

PLUS+1 Mobile Machine Displays DP7XX Series PLUS+1 Mobile Machine Displays DP7XX Series www.danfoss.com Revision history Table of revisions Date Changed Rev January 2019 Removed references to obsoleted display 0802 August 2018 Changed the Pin assignments

More information

PLUS+1 MC0XX-1XX Controllers Family

PLUS+1 MC0XX-1XX Controllers Family Technical Information PLUS+1 MC0XX-1XX Controllers Family powersolutions.danfoss.com Revision history Table of revisions Date Changed Rev May 2017 Recommended torque for fastners updated 0301 July 2016

More information

Safety Instructions 1-1 Avoid unintended Start General Description 2-2

Safety Instructions 1-1 Avoid unintended Start General Description 2-2 Contents Contents 1 Safety and precautions 1-1 Safety Instructions 1-1 Avoid unintended Start. 1-1 2 Introduction 2-1 General Description 2-2 3 Supported Configuration 3-1 Introduction 3-1 Fixed-speed

More information

Manual. Libraries MPLCTec..._MDX, MPLCTecVirtualEncoder for MOVI-PLC. Edition 07/ / EN

Manual. Libraries MPLCTec..._MDX, MPLCTecVirtualEncoder for MOVI-PLC. Edition 07/ / EN Gearmotors \ Industrial Gear Units \ Drive Electronics \ Drive Automation \ Services Libraries MPLCTec..._MDX, MPLCTecVirtualEncoder for MOVI-PLC Edition 7/27 11494212 / EN Manual SEW-EURODRIVE Driving

More information

VLT Line Filter MCC 107 EMC Filter Series VLT Midi Drive FC 280 (K1 K3)

VLT Line Filter MCC 107 EMC Filter Series VLT Midi Drive FC 280 (K1 K3) These instructions provide technical and installation information for the MCC 107 EMC filter series. Only Danfoss qualified personnel is allowed to install this equipment. The personnel must be familiar

More information

PLUS+1 Mobile Machine Displays DP6XXLX Series

PLUS+1 Mobile Machine Displays DP6XXLX Series Technical Information PLUS+1 Mobile Machine Displays DP6XXLX Series powersolutions.danfoss.com Revision history Table of revisions Date Changed Rev November 2017 Minor update 0903 November 2016 Updated

More information

Drive Technology \ Drive Automation \ System Integration \ Services. Manual. Control Cabinet Inverter MOVITRAC B Functional Safety

Drive Technology \ Drive Automation \ System Integration \ Services. Manual. Control Cabinet Inverter MOVITRAC B Functional Safety Drive Technology \ Drive Automation \ System Integration \ Services Manual Control Cabinet Inverter MOVITRAC B Functional Safety Edition 05/2009 16811216 / EN SEW-EURODRIVE Driving the world Content Content

More information

Tensor DS Drive Quick Guide SAFETY INSTRUCTIONS

Tensor DS Drive Quick Guide SAFETY INSTRUCTIONS Tensor DS Drive Quick Guide SAFETY INSTRUCTIONS When using electric products, basic precautions should be followed: THIS EQUIPMENT MUST BE EARTH GROUNDED. Always disconnect the equipment from the mains,

More information

Everything s possible. Modbus Communication. Reference Manual. DigiFlex Performance Servo Drives. MNCMMBRF-02

Everything s possible. Modbus Communication. Reference Manual. DigiFlex Performance Servo Drives.  MNCMMBRF-02 Everything s possible. Modbus Communication Reference Manual DigiFlex Performance Servo Drives www.a-m-c.com MNCMMBRF-02 Preface ADVANCED Motion Controls constantly strives to improve all of its products.

More information

PLUS+1. DP2XX Graphical Display Family Technical Information

PLUS+1. DP2XX Graphical Display Family Technical Information PLUS+1 DP2XX Graphical Display Family Technical Information Contents Contents About This Manual... 3 What information is in this manual?... 3 What information is in product data sheets?... 3 What information

More information

User manual. magnetic absolute positioning drive with AG03

User manual. magnetic absolute positioning drive with AG03 User manual magnetic absolute positioning drive with interface AG03 1 GENERAL REMARKS...5 1.1 SYMBOLS AND THEIR MEANING...5 1.2 DOCUMENTATION...5 2 FUNCTIONAL DESCRIPTION...6 2.1 SYSTEM STATUS WORD...6

More information

LOW VOLTAGE AC DRIVES. Crane control and safety with ACS880 drives

LOW VOLTAGE AC DRIVES. Crane control and safety with ACS880 drives LOW VOLTAGE AC DRIVES Crane control and safety with ACS880 drives 2 LOW VOLTAGE AC DRIVES BROCHURE Safety. Performance. Efficiency. Speed. Everything counts Overhead cranes need to be carefully designed

More information

Functional Safety for Electronic Control

Functional Safety for Electronic Control HYDAC ELECTRONIC Functional Safety for Electronic Control April 20, 2016 Speaker Eric Ringholm HYDAC ELECTRONIC Division Manager Component range for modern machines Software Product Range Agenda Functional

More information

Sauer-Danfoss. Connector Overview

Sauer-Danfoss. Connector Overview Sauer-Danfoss Connector Overview Revisions Revisions Revision Date Page Change Changed By Version 15. June 2009 All Document generated Kent Lorenscheit 1 SAE-EU (Ganlose) 19. June 2009 6 JS-6000 CAN+ Joystick

More information

Comparator (Comp) Features. General Description. When to use a Comparator 1.60

Comparator (Comp) Features. General Description. When to use a Comparator 1.60 1.60 Features Low input offset User controlled offset calibration Multiple speed modes Low power mode Output routable to digital logic blocks or pins Selectable output polarity Configurable operation mode

More information

Operating Instructions Extended Cascade Controller MCO 101

Operating Instructions Extended Cascade Controller MCO 101 Operating Instructions Extended Cascade Controller MCO 101 VLT AQUA Drive FC 200 Extended Cascade Controller Option Contents Contents 1. Safety and precautions 3 Safety Instructions 3 Avoid unintended

More information

INSTALLATION MANUAL. Agra-GPS Versatile-JD Bridge (row crop tractor)

INSTALLATION MANUAL. Agra-GPS Versatile-JD Bridge (row crop tractor) INSTALLATION MANUAL Agra-GPS Versatile-JD Bridge (row crop tractor) Version 1.0 Revision A December 2017 Contact information Agra-GPS Ltd. Box 2585 Stony Plain, AB T7Z 1X9 CANADA 001 780 990 4052 Phone

More information

SD17098IX Specifications Networked Stepper Driver & Indexer Revision 0.0

SD17098IX Specifications Networked Stepper Driver & Indexer Revision 0.0 The SD17098IX is a 170V 9.8amp stepper driver and indexer combination that communicates on a Network. The available networks, along with the corresponding AMCI part numbers, are shown in the following

More information

Installation Guide VLT Programmable I/O MCB 115

Installation Guide VLT Programmable I/O MCB 115 MAKING MODERN LIVING POSSIBLE Installation Guide VLT Programmable I/O MCB 115 VLT AutomationDrive FC 302 vlt-drives.danfoss.com Contents Installation Guide Contents 1 Introduction 2 1.1 Purpose of the

More information

Copley Indexer 2 Program User Guide

Copley Indexer 2 Program User Guide Copley Indexer 2 Program User Guide P/N 95-00744-000 Revision 2 June 2008 Copley Indexer 2 Program User Guide TABLE OF CONTENTS About This Manual... 6 1: Introduction... 9 1.1: Copley Controls Indexer

More information

It is the installer's responsibility to follow all instructions in this manual and to follow correct electrical practice.

It is the installer's responsibility to follow all instructions in this manual and to follow correct electrical practice. MCD Modbus Module Instructions Important User Information INSTALLATION INSTRUCTIONS: MCD MODBUS MODULE Order Code: 175G9000 1. Important User Information Observe all necessary safety precautions when controlling

More information

PROFINET USER S GUIDE ACSI Servo

PROFINET USER S GUIDE ACSI Servo PROFINET USER S GUIDE ACSI Servo 3600-4196_05 Tolomatic reserves the right to change the design or operation of the equipment described herein and any associated motion products without notice. Information

More information

Drive Technology \ Drive Automation \ System Integration \ Services. Manual. Electronic Motor DRC Functional Safety

Drive Technology \ Drive Automation \ System Integration \ Services. Manual. Electronic Motor DRC Functional Safety Drive Technology \ Drive Automation \ System Integration \ Services Manual Electronic Motor DRC Functional Safety Edition 02/2012 19376812 / EN SEW-EURODRIVE Driving the world Contents Contents 1 General

More information

Table 1: Safety Function (SF) Descriptions

Table 1: Safety Function (SF) Descriptions Table 1: Safety Function (SF) Descriptions NOTE: all safety functions are individual safety functions? Safety Function Description What is controlled? Pressing the Estop PB on the pendant 1 or the Estop

More information

Interpreter. SIMOTION Interpreter. Preface 1. Structure of a command 2. Commands for program control of the Interpreter 3. Motion control commands 4

Interpreter. SIMOTION Interpreter. Preface 1. Structure of a command 2. Commands for program control of the Interpreter 3. Motion control commands 4 Preface 1 Structure of a command 2 Commands for program control of the 3 SIMOTION Parameter Manual Motion control commands 4 Commands for transition conditions 5 Commands for program branches 6 Other commands

More information

REMOTE CONTROLLED HEAD. User Manual. pdf version of the manual available for download: 9/2016

REMOTE CONTROLLED HEAD. User Manual. pdf version of the manual available for download:   9/2016 REMOTE CONTROLLED HEAD 9/016 User Manual pdf version of the manual available for download: www.slidekamera.com Before you start your work with Slidekamera BULL HEAD remote controlled head we strongly recommend

More information

PRECISION DIGITAL CORPORATION

PRECISION DIGITAL CORPORATION PRECISION DIGITAL CORPORATION Serial Communication Protocol This document describes how to communicate with the Trident Model PD765, Javelin T Model PD740, and Javelin D Model PD644 meters using the Precision

More information

Temperature Transmitter head mounted TF02/TF02-Ex, field mounted TF202/TF202-Ex

Temperature Transmitter head mounted TF02/TF02-Ex, field mounted TF202/TF202-Ex Release Note 34/11-51 EN Temperature Transmitter head mounted TF02/TF02-Ex, field mounted TF202/TF202-Ex FOUNDATION Fieldbus Firmware version 01.02.08 Hardware version 1.07 Temperature Transmitter head

More information

Copyright: December 2017 Nidec Issue: E

Copyright: December 2017 Nidec Issue: E General Information The manufacturer accepts no liability for any consequences resulting from inappropriate, negligent or incorrect installation or adjustment of the optional parameters of the equipment

More information

Addendum to the System Manual. MOVIGEAR SNI Expanded Parameter Setting and Diagnostics with MOVITOOLS MotionStudio. Edition 01/ / EN

Addendum to the System Manual. MOVIGEAR SNI Expanded Parameter Setting and Diagnostics with MOVITOOLS MotionStudio. Edition 01/ / EN Drive Technology \ Drive Automation \ System Integration \ s MOVIGEAR SNI Expanded Parameter Setting and Diagnostics with MOVITOOLS MotionStudio Edition 01/2009 16641213 / EN Addendum to the System Manual

More information

Micro800 Programmable Controllers: Getting Started with Motion Control Using a Simulated Axis

Micro800 Programmable Controllers: Getting Started with Motion Control Using a Simulated Axis Quick Start Micro800 Programmable Controllers: Getting Started with Motion Control Using a Simulated Axis Catalog Numbers Bulletin 2080-LC30, 2080-LC50 Important User Information Solid-state equipment

More information

AK-SM 720 Boolean logic REFRIGERATION AND AIR CONDITIONING. User guide

AK-SM 720 Boolean logic REFRIGERATION AND AIR CONDITIONING. User guide AK-SM 720 Boolean logic REFRIGERATION AND AIR CONDITIONING User guide Application The function is contained in System manager type AK-SM 720 and can be used for user-defined functions. The functions can

More information