PLUS+1 Compliant MP1 NFPE Function Blocks

Size: px
Start display at page:

Download "PLUS+1 Compliant MP1 NFPE Function Blocks"

Transcription

1 User Manual PLUS+1 Compliant MP1 NFPE Function Blocks powersolutions.danfoss.com

2 Revision history Table of revisions Date Changed Rev March 2018 Changed hex values for Hardware and General in the fault table. Fixed formatting and layout issues February 2018 First edition Danfoss March 2018 AQ en-US0102

3 Contents MP1_12V_NFPE_CTRL and MP1_24V_NFPE_CTRL Function Blocks Inputs... 4 Function Block Internal Constants... 4 Function Block Parameters... 5 Outputs... 6 Function Block Connections...6 Status and Fault Logic...7 Status Logic... 7 Fault Logic... 7 Configuration Values...8 Modify the Config Page Relationship between Function Block Input and Output Signals Calibrate the Function Block...13 Calibrate an Individual Parameter...14 Calibrate Function Block Manually...15 Using Namespaces Change Name Space Value Include Advanced Checkpoint with Namespace in Compiled Application MC Controller Configurations Configure an MFOut for Out_A and Out_B SC Controller Configurations Configure an MFOut for Out_A and Out_B Customizable Service Screens Pre-Made Service Screen Panel Components All Signals Service Screen...22 Status and Fault Codes Service Screen Calibration Service Screen Overview Service Screen Danfoss March 2018 AQ en-US0102 3

4 MP1_12V_NFPE_CTRL and MP1_24V_NFPE_CTRL Function Blocks The MP1 NFPE function blocks interface between your application and a Danfoss Non-Feedback Proportional Electronic (NFPE) control that is used with Danfoss pumps. The function block s output drives coils that control both the flow direction and the flow magnitude through the A and B ports of the pump. The NFPE 12V function block is used to calibrate an MP1 12V pump. The NFPE 24V function block is used to calibrate an MP1 24V pump. PLUS+1 I/O modules do not have the fault-checking feedback signals that are needed by these function blocks. Applications that use these function blocks to control an I/O module do not compile. For more about these function blocks connections and signals, see Function Block Connections. If you are using more than one of these function blocks in your application, see Using the Name Space Feature. Inputs The inputs of the function block are described. Item Type Range Description Pwr Bus Reports controller power supply voltage. The function block uses this voltage when it calculates the measured resistance of the control circuit. Fdbk_A Bus Reports the status of the MFOut (Multifunction Output) block that receives the function block s Out_A bus. (Each MFOut block in the Outputs page has a corresponding MFOut block in the Inputs page that reports on its status through a Status bus.) Fdbk_B Bus Reports the status of the MFOut (Multifunction Output) block that receives the function block s Out_B bus. (Each MFOut block in the Outputs page has a corresponding MFOut block in the Inputs page that reports on its status through a Status bus.) Setup Bus Allows common configuration values to be applied to multiple function blocks. See Configuration Values for more information. Enable BOOL Enables the OutputValue signals in the Out_A and Out_B buses. True = OutputValue signals follow the CmdIn signal. False = Holds both OutputValue signals at zero. False/True = Clears latched faults if CmdIn is zero. CmdIn S16 ±11,000 Specifies the requested speed and direction. +10,000 = Requests the maximum Out_A output. 0 = Requests neutral (stop). 10,000 = Requests the maximum Out_B output. +10,000 = %. -10,000 = %. If you want to override the command to the pump, use a value greater than 10,000. Function Block Internal Constants The function blocks include constant values for setting limits. You cannot edit these constants. Item 12V_CTRL 24V_CTRL Description MaxCurr 1,800 ma 920 ma The maximum current for displacement or proportional control. Nominal Ω 3.66 Ω 14.2 Ω The resistance of the load normally connected to Out_A and Out_B. 4 Danfoss March 2018 AQ en-US0102

5 MP1_12V_NFPE_CTRL and MP1_24V_NFPE_CTRL Function Blocks Function Block Parameters This topic describes function block parameters that are stored in the controller s non-volatile memory. W Warning Using the PLUS+1 Service Tool to download new parameter values to an application can result in unexpected and sudden machine movements. Unexpected and sudden machine movements can result in personal injury and equipment damage. Always secure your machine against unexpected and sudden movements before you use the PLUS+1 Service Tool to download new parameter values. You can change these values by: Execution of the calibration process. Direct access to parameters stored in non-volatile memory through the PLUS+1 Service Tool. Recalling default values. Function Block Parameters Parameter Type Range Description NV_A_Thld NV_B_Thld NV_A_EndCrnt NV_B_EndCrnt NV_A_CalFlg NV_B_CalFlg U16 CalThldMin to CalThldMax Calibrated threshold values for Out_A and Out_B is 1,000 ma. U16 Thld + 1 to MaxCurr Calibrated end current values for Out_A and Out_B is 1,000 ma. U8 Calibration flags for Out_A and Out_B. Bit 1 = 1 (0x0001) Threshold is not calibrated. Bit 2 = 1 (0x0002) End current is not calibrated. The CalFlg signal in the Diag bus contains both pairs of flags, with the Out_B bits shifted to positions 3 and 4. These parameters determine the values used as threshold and end current for each direction during normal operation. However, the values actually applied might be different because: Thld and EndCrnt are both subject to range limits. Thld is modified by the ThldMult value. The following intermediate values represent the values that are actually applied: EndCrntApplied = MIN (NV_EndCrnt, MaxCrnt). ThldApplied = MIN ((NV_Thld ThldMult), EndCrntApplied). This assures that: EndCrntApplied never exceeds MaxCurr. ThldApplied never exceeds EndCrntApplied. Also note that, while the CalTask value is set to select a calibration task: EndCrntApplied = MaxCurr. ThldApplied = 1. The applied values are available in the Diag bus as Thld_A, Thld_B, EndCurr_A, and EndCurr_B. Danfoss March 2018 AQ en-US0102 5

6 MP1_12V_NFPE_CTRL and MP1_24V_NFPE_CTRL Function Blocks Outputs This topic describes the outputs of the function block. Item Type Range Description Diag Bus Outputs a bus with signals that report the following calibration values: CalFlg (Calibration Flag). EndCurr_A (End Current A). FltTimer_A (Fault Timer A). MeasOhm_A (Ohm A). ThldCurr_A (Threshold A). EndCurr_B (End Current B). FltTimer_B (Fault Timer B). MeasOhm_B (Ohm B). ThldCurr_B (Threshold B). The Diag bus also has Config and Define sub-buses with signals that report the configuration and setup values used by the function blocks. Use these signals for troubleshooting. Status Bus Reports the function block s status through a bus with Status_A and Status_B signals Status_A U16 Reports status conditions for the A output. Status_B U16 Reports status conditions for the B output. Fault Bus Reports the function block s faults through a bus with Fault_A and Fault_B signals. Fault_A U16 Reports fault conditions for the A output. Fault_B U16 Reports fault conditions for the B output. Out_A Bus Outputs a bus with an OutputValue signal that drives the A coil. OutputValue U ,000 Drives the A coil. 10,000 = 1000 ma. Out_B Bus Outputs a bus with an OutputValue signal that drives the B coil. OutputValue U ,000 Drives the B coil. 10,000 = 1000 ma. Function Block Connections Connections you can make with the function block are described. Item Description 1 Reports controller power supply voltage. 2 Reports the status of the MFOut (Multifunction Output) block that receives the function block s Out_A. 3 Reports the status of the MFOut (Multifunction Output) block that receives the function block s Out_B. 4 Allows common configuration values to be applied to multiple function blocks. 6 Danfoss March 2018 AQ en-US0102

7 MP1_12V_NFPE_CTRL and MP1_24V_NFPE_CTRL Function Blocks Item Description 5 True = OutputValue signals (inside the Out_A and Out_B buses) follow the CmdIn signal. False = Holds both OutputValue signals at zero. False/True = Clears latched faults if CmdIn is zero ,000 = Requests maximum Out_A output. 0 = Requests neutral (stop). 10,000 = Requests maximum Out_B output. 7 Outputs a bus with signals that report calibration values. 8 Reports the function block s status. 9 Reports the function block's status 10 Outputs a bus with an OutputValue signal that drives the A coil. 11 Outputs a bus with an OutputValue signal that drives the B coil. Status and Fault Logic Status and fault codes indicate the calibration state of the function block and how faults impact the output values of the function block. Status Logic Status Hex * Binary Cause Block is not calibrated. Function block status codes indicate the calibration state of the function block. 0x Any CalFlag bit is set to 1. Calibration active. 0x Enable is True and the CalTask = 2, 1, +1, or +2. Parameters are corrupt. Invalid setup/ calibration. 0x (NV_EndCrnt > MaxCurr) or (NV_Thld ThldMult) > EndCrntApplied for either direction A or direction B. The actual tests in the software are: EndCrntApplied NV_EndCrnt This happens when NV_EndCrnt > MaxCurr. It means that EndCrntApplied = MaxCrnt. ThldApplied = EndCrntApplied This happens when (NV_Thld ThldMult) EndCrntApplied). 0x Any of the following setup and configuration values are not within their valid ranges: CalThldMin (for either direction). CalThldMax (for either direction). ThldMult. FltDelay. CalTask. Also reported while PinStatus reports a configuration error (value =1) for either direction A or direction B. Value too low. 0x Threshold calibration is active and the OutputValue < CalThldMin for the calibration direction. Value too high. 0x Threshold calibration is active and the OutputValue > CalThldMax for the calibration direction. * Position of set bit in a 16 bit fault or status code. Bit 1 is the least significant bit. Bit 16 set to 1 identifies a standard Danfoss status code or fault code. Fault Logic This topic describes function block faults and how the faults affect OutputValue. The function block s Out_A and Out_B buses each contain an OutputValue signal that drives the forward and reverse coils on the NFPE control. Danfoss March 2018 AQ en-US0102 7

8 MP1_12V_NFPE_CTRL and MP1_24V_NFPE_CTRL Function Blocks Fault Hex * Binary Cause Response Delay Latch Correction Input value too low. 0x CmdIn < -10,000. OutputValue held Input value too high. 0x CmdIn > +10,000. at 0. No. No. Fix CmdIn. Yes. Yes. Check for open circuit or high Open circuit. 0x Measured Ω > (Nominal Ω x 3). resistance between output pin and ground. See Function Block Internal Constants for more about Nominal Ω. Short circuit. 0x Measured Ω < (Nominal Ω 3). Hardware. 0x Current exceeds continuous or peak rating. General. 0x Current flow between Out_A and Out_B. Possible cause is loss of a common ground connection. Check for short circuit or low resistance between output pin and ground. See Function Block Internal Constants for more about Nominal Ω. Correct cause of overload. Correct open ground connection. * Position of set bit in a 16 bit fault or status code. Bit 1 is the least significant bit. Bit 16 set to 1 identifies a standard Danfoss status code or fault code. A delayed fault gets reported if the detected fault condition persists for a specified delay time. A delayed fault cannot be cleared until the fault condition remains undetected for the delay time. A latched fault report maintains until the latch is released. A release is attempted each time that Enable becomes True while CmdIn is 0. The nominal Ω value is an internal constant of each function block. It can be viewed, with other defined constants, in the Define sub-bus of the Diag bus. The other constants specify the maximum current and the range limits for configuration values. Configuration Values The default Config page contains constant values that set the function block s operating characteristics. Typically, you do not have to change any of these values for the correct operation of the function block. Optionally, you can: Modify the constant values on this page. Replace some or all of the constant values on this page with signals brought in on the Setup bus, which is connected to the function block s Setup input. For more information, see Modify the Config Page. 8 Danfoss March 2018 AQ en-US0102

9 MP1_12V_NFPE_CTRL and MP1_24V_NFPE_CTRL Function Blocks Default Values for MP1_12V_NFPE_CTRL Function Block Default Values for MP1_24V_NFPE_CTRL Function Block Danfoss March 2018 AQ en-US0102 9

10 MP1_12V_NFPE_CTRL and MP1_24V_NFPE_CTRL Function Blocks Input Type 12V Range 24V Range Description CalTask S16 2 to +3 2 to +3 CalTask (Calibration Task) selects a calibration process. 2 = Calibrate the B end current. 1 = Calibrate the B threshold. 0 = Not in the calibration mode. +1 = Calibrate the A threshold. +2 = Calibrate the A end current. +3 = Applies default calibration values for both outputs on a transition to +3. The default value of +3 applies default values each time the controller powers up, and allows normal operation. StoreCalVal BOOL While calibration is active, a StoreCalVal (Store Calibration Value) False/True transition writes the selected calibration value to memory and sets the CalFlg to indicate this value as calibrated. The CalFlg in the Diag bus reports the status of each calibration value. True = Not calibrated. False = Calibrated. SetCalReqd BOOL A False/True transition sets all CalFlg bits to 1 to mark all calibration values as uncalibrated. ClrCalReqd BOOL A False/True transition clears all CalFlg bits to 0 to mark all calibration values as calibrated. CalThldMin U16 0 7, ,679 Sets the lower limit of the valid range for the threshold parameters. 10,000 = 1,000 ma. CalThldMax U16 7,200 10,800 3,680 5,520 Sets the upper limit of the valid range for the threshold parameters. 10,000 = 1,000 ma. ThldMult U , ,000 The function block multiplies the Out_A and Out_B thresholds by the ThldMult (Threshold Multiplier) to calculate the applied threshold. Enter a value of less than 10,000 to reduce the applied threshold. For example, a value of 7,500 reduces both the Out_A and Out_B thresholds by 25%. 10,000 = %. DfltThld_A U16 CalThldMin to CalThldMax CalThldMin to CalThldMax When the CalTask becomes +3, the Out_A threshold parameter resets to equal the DfltThld_A(Default Threshold A). 10,000 = 1,000 ma. DfltThld_B U16 CalThldMin to CalThldMax CalThldMin to CalThldMax When the CalTask becomes +3, the Out_B threshold parameter resets to equal the DfltThld_B(Default Threshold B). 10,000 = 1,000 ma. DfltEndCrnt_A U16 0 1, When the CalTask becomes +3, the Out_A end current parameter resets to equal the DfltEndCrnt_A (Default End Current A). 10,000 = 1,000 ma. DfltEndCrnt_B U16 0 1, When the CalTask becomes +3, the Out_B end current parameter resets to equal the DfltEndCrnt_B (Default End Current B). 10,000 = 1,000 ma. Orientation U Where the control is mounted to the pump. 0=Top 1=Left 2=Right 3=Bottom Orientation only affects the default values used for a pump. 10 Danfoss March 2018 AQ en-US0102

11 MP1_12V_NFPE_CTRL and MP1_24V_NFPE_CTRL Function Blocks Input Type 12V Range 24V Range Description EnFltDet BOOL The EnFltDet (Fault Detection) signal enables detection of open and short conditions, based on the measured resistance of the EDC control circuit. True = Enable fault detection. False = Disable fault detection. FltDetectTm U , ,000 Sets the time before the fault detection logic reports or clears fault conditions. This value specifies how long a fault condition must be detected before it is reported. It also specifies how long the fault condition must remain undetected before the report can be cleared. 1,000 = 1,000 ms. ResFltCurr U16 For each direction, the open and short faults are only detected while the OutputValue exceeds the Resistance Fault Current. Typically, set this value below the Out_Aand Out_B threshold values. If you set the value: Too low, you get nuisance faults. Too high, you turn off fault detection for some or all of the output range. 1,000 = ma. NegCrntThld U16 Negative feedback current in an uncommanded direction must be greater than the NegCrntThld (Negative Current Threshold) value to set a fault. Typically, this fault results when the A and B outputs drive coils that share a common ground and their connection to the controller ground is lost. 1,000 = ma. FdbkFltrTime U16 Sets the time constant for the exponential filtering applied to the current measurement used to detect a fault caused by negative feedback in an uncommanded direction. 1,000 = 1,000 ms. Modify the Config Page You can modify the Config page to control the configuration process with signals routed into the function block from an application. The following figure shows the changes made to the Config page to allow an application to control the configuration process using signals routed via the Setup bus. Danfoss March 2018 AQ en-US

12 MP1_12V_NFPE_CTRL and MP1_24V_NFPE_CTRL Function Blocks Relationship between Function Block Input and Output Signals This topic describes the relationship between the function block s CmdIn and OutputValue. The function block s Out_A and Out_B buses each contain an OutputValue signal. 12 Danfoss March 2018 AQ en-US0102

13 MP1_12V_NFPE_CTRL and MP1_24V_NFPE_CTRL Function Blocks The Thld_A value sets the Out_A OutputValue of the block when it receives CmdIn of +1. The Thld_B value sets the Out_B OutputValue of the block when it receives CmdIn of 1. The EndCrnt_A value sets the Out_A OutputValue of the block when it receives CmdIn of The EndCrnt_B value sets the Out_B OutputValue of the block when it receives CmdIn of Calibrate the Function Block This topic describes how to calibrate the function block. See Modify the Config Page for an example of a Config page that has been modified to allow an application to control the calibration process. 1. Prepare to calibrate. a) Set the SetCalReqd signal to False. b) Set the ClrCalReqd signal to False. c) Set the StoreCalVal signal to False. d) Toggle the SetCalReqd signal from False to True. Toggling sets the not calibrated bits in the CalFlg signal to Set the Enable signal to True. 3. Calibrate the Out_A threshold parameter. a) Set the CalTask signal to +1. b) Gradually modify the CmdIn signal in a positive (0 to +10,000) direction to find the minimum command that causes motion. In the Status signal, monitor bit 7 Value too low and bit 8 Value too high to make sure that the OutputValue signal is within the valid threshold range. c) Toggle the StoreCalVal signal from False to True to write the OutputValue to memory. In the CalFlg signal, check that bit 1 clears to 0, to verify that the controller has written the Out_A threshold parameter to memory. 4. Calibrate the Out_B threshold parameter. a) Set the CalTask signal to 1. b) Gradually modify the CmdIn signal in a negative (0 to 10,000) direction to find the minimum command that causes motion. In the Status signal, monitor bit 7 Value too low and bit 8 Value too high to make sure that the OutputValue signal is within the valid threshold range. c) Toggle the StoreCalVal signal from False to True to write the OutputValue to memory. In the CalFlg signal, check that bit 3 clears to 0, to verify that the controller has written the Out_B threshold parameter to memory. Danfoss March 2018 AQ en-US

14 MP1_12V_NFPE_CTRL and MP1_24V_NFPE_CTRL Function Blocks 5. Calibrate the Out_A end current parameter. a) Set the CalTask signal to +2. b) Gradually modify the CmdIn signal in a positive direction to find the command that produces the desired maximum pump flow. c) Toggle the StoreCalVal signal from False to True to write the OutputValue to memory. In the CalFlg signal, check that bit 2 clears to 0, to verify that the controller has written the Out_A end current parameter to memory. 6. Calibrate the Out_B end current parameter. a) Set the CalTask signal to 2. b) Gradually modify the CmdIn signal in a negative direction to find the command that produces the desired maximum pump flow. c) Toggle the StoreCalVal signal from False to True to write the OutputValue to memory. In the CalFlg signal, check that bit 4 clears to 0, to verify that the controller has written the Out_B end current parameter to memory. 7. End the calibration process. a) Set the CalTask signal to 0. b) In the CalFlg signal, verify that all bits are now 0. c) Verify that no Status or Fault conditions are reported. d) Set the ThldMult signal to the desired value. Calibrate an Individual Parameter You can use the PLUS+1 Service Tool to manually calibrate the function block by downloading calibration parameters. Partial calibration allows you to calibrate an individual parameter while leaving the values of other parameters unchanged. 1. Prepare to calibrate. a) Set the SetCalReqd signal to False. b) Set the ClrCalReqd signal to False. c) Set the StoreCalVal signal to False. d) Toggle the SetCalReqd signal from False to True. Toggling sets all the not calibrated bits in the CalFlg signal to Set the Enable signal to True. 3. Use the CalTask signal to select the parameter to be calibrated. 4. Calibrate the parameter. a) Toggle the StoreCalVal signal from False to True to write the OutputValue to memory. b) In the CalFlag signal, check that the calibration bit for the selected parameter clears to 0; this verifies that the controller wrote the parameter to memory. 5. End the calibration process. a) Set the CalTask signal to 0. b) Toggle the ClrCalReqd signal from False to True. c) In the CalFlg signal, verify that all bits are now 0. d) Verify that no Status or Fault conditions are reported. 14 Danfoss March 2018 AQ en-US0102

15 MP1_12V_NFPE_CTRL and MP1_24V_NFPE_CTRL Function Blocks Calibrate Function Block Manually You can use the PLUS+1 Service Tool to manually calibrate the function block by downloading calibration parameters. W Warning Using the PLUS+1 Service Tool to download new parameter values to an application can result in unexpected and sudden machine movements. Unexpected and sudden machine movements can result in personal injury and equipment damage. Always secure your machine against unexpected and sudden movements before you use the Service Tool program to download new parameter values. When you manually calibrate: Make sure that the calibration parameters are valid. If the values are out of range for a given direction, the block limits the values of ThldApplied, EndCrntApplied or both for that direction. This condition is indicated by the Parameters are corrupt Status, but it can produce unintended output commands. Verify that the Status signal indicates normal status conditions. Using Namespaces Namespaces can help you successfully compile an application that uses the same function block more than once. Change each function block's namespace by setting its Name Space value to something unique. If you do not change the Name Space value, you cannot compile the application. The Name Space value adds a unique prefix to each component name. Also, if you want to use these function blocks' companion Service Tool screens, you must include the function block's advanced checkpoint with namespace in the application's compiled.lhx file. Use the function block's Checkpoints page to include the checkpoint. Change Name Space Value To successfully compile your application, change the Name Space value for function blocks that are used more than once in an application. Danfoss March 2018 AQ en-US

16 MP1_12V_NFPE_CTRL and MP1_24V_NFPE_CTRL Function Blocks 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 Name Space value. Name Space values are case-sensitive. To save controller memory, use a short Name Space value. 4. Press Enter. 5. Repeat these steps to enter unique Name Space values for other identical function blocks. Include Advanced Checkpoint with Namespace in Compiled Application Make all of a function block's input, output and internal signals available to the Service Tool. Each function block has an Advanced Checkpoint with Namespace page that you can edit to ensure unique namespaces are included in the application's companion screens for the Service Tool. 1. Enter the function block. 2. On the Checkpoints CP page, ensure the Chkpt signal is set to T. 3. To set the value to true: a) Select the chkpt signal. The Edit Value window opens. b) Select T from the drop-down menu. 16 Danfoss March 2018 AQ en-US0102

17 MC Controller Configurations Input Configurations Configure the controller to accept the input and output of the function block. This function block: Receives its Pwr, Fdbk_A, and Fdbk_B signals through your controller's inputs. Outputs its Out_A and Out_B signals through your controller's outputs. The following tables identify the controller inputs and outputs that you must modify to input and output these signals. Function Block Input Compatible Controller Input Type Controller Input Configuration Action Fdbk_A MFOut * Pair with the MFOut used by the function block's Out_A. Fdbk_B MFOut Pair with the MFOut used by the function block's Out_B. * Inside the Inputs page; outputs a Status bus that reports the state of a corresponding MFOut inside the Outputs page. Output Configurations Function Block Output Compatible Controller Output Type Controller Output Configuration Action Out_A MFOut Delete the: Out_B OutputValue route. PinConfig route. In the Group for the MFOut change the: CurChgLim value to 80 for 12V function blocks. CurChgLim value to 50 for 24V function blocks. ReqFreg value to 100 for both 12V and 24V function blocks. Danfoss March 2018 AQ en-US

18 MC Controller Configurations Configure an MFOut for Out_A and Out_B Configure MFOut to receive the function block's output. 1. In the GUIDE template, enter the Outputs page. 2. In the Group that receives the function block's output signal, make the changes that are shown in the following figure. 3. Enter the MFOut that receives the function block s output signal. 4. In the MFOut that receives the function block's output signal, make the changes that are shown below. 18 Danfoss March 2018 AQ en-US0102

19 SC Controller Configurations Input Configurations Configure the controller to accept the input and output of the function block. This function block: Receives its Pwr, Fdbk_A, and Fdbk_B signals through your controller's inputs. Outputs its Out_A and Out_B signals through your controller's outputs. The following tables identify the controller inputs and outputs that you must modify to input and output these signals. Function Block Input Compatible Controller Input Type Controller Input Configuration Action Fdbk_A MFOut * Pair with the MFOut used by the function block's Out_A. Fdbk_B MFOut Pair with the MFOut used by the function block's Out_B. * Inside the Inputs page; outputs a Status bus that reports the state of a corresponding MFOut inside the Outputs page. Output Configurations Function Block Output Compatible Controller Output Type Controller Output Configuration Action Out_A MFOut Delete the: Out_B OutputValue route. PinConfig route. In the Group for the MFOut change the: CurChgLim value to 80 for 12V function blocks. CurChgLim value to 50 for 24V function blocks. ReqFreg value to 100 for both 12V and 24V function blocks. Danfoss March 2018 AQ en-US

20 SC Controller Configurations Configure an MFOut for Out_A and Out_B Make changes so the controller accepts the output of the function block. 1. In the GUIDE template, enter the Outputs page. 2. Enter the MFOut that receives the function block s output signal. 3. Make the changes that are shown in the following figure. 20 Danfoss March 2018 AQ en-US0102

21 Customizable Service Screens This function block comes with pre-made service screens that you can customize when building your Service Tool application. The pre-made screens simplify the task of creating Service Tool applications. You can use the screens as is. Or, if desired, you can use the Reuseable Panels screen to choose which screen components you want to place in your application. Refer to the PLUS+1 GUIDE Service Tool Design Manual (Danfoss document number L ) for more information on how to create Service Tool screens. Pre-Made Service Screen Panel Components This topic describes pre-made components that you can use to quickly build your organization's service tool application. Danfoss March 2018 AQ en-US

22 Customizable Service Screens All Signals Service Screen This topic describes pre-made components that you can use in your application to see the status of all signals of the function block. 22 Danfoss March 2018 AQ en-US0102

23 Customizable Service Screens Status and Fault Codes Service Screen This topic describes pre-made components that you can use in your service tool application to view status codes and fault codes. Danfoss March 2018 AQ en-US

24 Customizable Service Screens Calibration Service Screen This topic describes pre-made components that you can use in your application to determine how the function block has calibrated the pump. 24 Danfoss March 2018 AQ en-US0102

25 Customizable Service Screens Overview Service Screen The Overview page shows the simplified block diagram of the function. Danfoss March 2018 AQ en-US

26 26 Danfoss March 2018 AQ en-US0102

27 Danfoss March 2018 AQ en-US

28 Products we offer: Bent Axis Motors Closed Circuit Axial Piston Pumps and Motors Displays Electrohydraulic Power Steering Electrohydraulics Danfoss Power Solutions is a global manufacturer and supplier of high-quality hydraulic and electronic 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. Building on our extensive applications expertise, we work closely with our customers to ensure exceptional performance for a broad range of off-highway vehicles. We help OEMs around the world speed up system development, reduce costs and bring vehicles to market faster. Danfoss Your Strongest Partner in Mobile Hydraulics. Hydraulic Power Steering Go to for further product information. Integrated Systems Wherever off-highway vehicles are at work, so is Danfoss. We offer expert worldwide support for our customers, ensuring the best possible solutions for outstanding performance. And with an extensive network of Global Service Partners, we also provide comprehensive global service for all of our components. Joysticks and Control Handles Microcontrollers and Software Open Circuit Axial Piston Pumps Orbital Motors Please contact the Danfoss Power Solution representative nearest you. PLUS+1 GUIDE Proportional Valves Sensors Steering Transit Mixer Drives Comatrol Local address: Turolla 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 Trading (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. Danfoss March 2018 AQ en-US0102

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 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

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

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

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 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

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

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

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

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

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

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

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 December 20 Added PVE information 020 February 20 First edition 00 2 Danfoss

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

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

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 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

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

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

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

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

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

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

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

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

PLUS+1 GUIDE Software PLUS+1 Function Block Library Filter Function Blocks MAKING MODERN LIVING POSSIBLE User Manual PLUS+1 GUIDE Software PLUS+1 Function Block Library Filter Function Blocks powersolutions.danfoss.com Revision history Table of revisions Date Changed Rev December

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

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

, 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

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

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

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

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

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

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

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

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

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

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 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

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

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

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

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

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

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

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

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

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

JS2000 Joystick. Technical Information. Reverse. Right. Left. Forward

JS2000 Joystick. Technical Information. Reverse. Right. Left. Forward Technical Information Reverse Right Left Forward Revision history Revision date Page Change Remarks 03/24/2005 Initial release 2005 Sauer-Danfoss. All rights reserved. Printed in U.S.A. Sauer-Danfoss accepts

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

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

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

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

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

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

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

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

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

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

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

Power Amplifiers for PVH-EDC Pumps

Power Amplifiers for PVH-EDC Pumps Vickers Accessories Power Amplifiers for PVH-EDC Pumps EEA-EDC-436-A*-32 Design A1 - For use with PVH57 & 74 A2 - For use with PVH98 A3 - For use with PVH131 Panel Display General Description These amplifiers

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

D115 The Fast Optimal Servo Amplifier For Brush, Brushless, Voice Coil Servo Motors

D115 The Fast Optimal Servo Amplifier For Brush, Brushless, Voice Coil Servo Motors D115 The Fast Optimal Servo Amplifier For Brush, Brushless, Voice Coil Servo Motors Ron Boe 5/15/2014 This user guide details the servo drives capabilities and physical interfaces. Users will be able to

More information

JS1000, JS6000 Joystick Grips. Technical Information

JS1000, JS6000 Joystick Grips. Technical Information JS1000, JS6000 Joystick Grips Technical Information Revisions Revisions Revisions Date Page Changed Rev. 15 Jan, 2010 25 A Grip Front Plate Diagram illustration GA 17 Dec, 2009 10-11 Pro grip recommendation,

More information

MC300. BLN Issued: April 2003

MC300. BLN Issued: April 2003 MC300 Microcontroller Issued: April 2003 DESCRIPTION The MC300 Microcontroller is a multi-loop controller that is environmentally hardened for mobile off-highway control system applications. The MC300

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

Motor Controllers. On-Road AC Motor Controller. Model 1239E.

Motor Controllers. On-Road AC Motor Controller. Model 1239E. Motor Controllers Model 29E www.curtisinstruments.com The E difference A significant enhancement to the Curtis AC family, The E models utilize a powerful dual-microprocessor logic architecture to provide

More information

Data Sheet. JS6000 Joystick Base

Data Sheet. JS6000 Joystick Base Data Sheet JS6000 Joystick Base Mobile Machine Management The JS6000 joystick base is an element of the flexible, powerful, expandable, and affordable joystick family of mobile machine management products.

More information

CANBUS I/O EXPANSION MODULES MODELS exm / exm FEATURES Models & Configurable CANbus connection allows communication with other CANbus enabled devices. Multi-purpose I/O pins in a compact, low cost, rugged

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

2G Actuator Communications Protocol Document Rotary & Linear Actuators

2G Actuator Communications Protocol Document Rotary & Linear Actuators 2752 Capitol Drive Suite #103 Sun Prairie, WI 53590 2150080 2G Actuator Packets - Rotary & Linear Revision AI Date 4/25/2018 2G Actuator Communications Protocol Document Rotary & Linear Actuators DOCUMENT

More information

PHASED OUT PRODUCT DC2. Microcontroller DESCRIPTION FEATURES ORDERING INFORMATION. BLN Issued: June 1995

PHASED OUT PRODUCT DC2. Microcontroller DESCRIPTION FEATURES ORDERING INFORMATION. BLN Issued: June 1995 DESCRIPTION DC2 Microcontroller Danfoss DC2 Microcontroller is a multi-loop controller that is environmentally hardened for mobile off-highway control system applications. The DC2 Microcontroller has the

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

SDM / 4 Phase Stepper Drive Module. Compact Size & High Power Density, 20-60VDC, 6A Peak. Version 1.0

SDM / 4 Phase Stepper Drive Module. Compact Size & High Power Density, 20-60VDC, 6A Peak. Version 1.0 SDM660 2 / 4 Phase Stepper Drive Module Compact Size & High Power Density, 20-60VDC, 6A Peak Version 1.0 http://www.leadshine.com / http://www.leadshineusa.com 2013 Leadshine Technology Co., Ltd. 3/F,

More information

DP6XX Series Graphical Terminals. Technical Information

DP6XX Series Graphical Terminals. Technical Information DP6XX Series Graphical Terminals Technical Information Contents Contents Contents... 2 About This Manual About This Manual... 4 DP2XX Graphical Display Family... 4 Safety and Liability Information User

More information

TECHNICAL DATASHEET #TDAX023300

TECHNICAL DATASHEET #TDAX023300 Preliminary TECHNICAL DATASHEET #TDAX023300 2 Universal Inputs, Dual Universal Valve Controller 2 Universal Inputs 2-3A Outputs CAN (SAE J1939) Configurable with Electronic Assistant P/N: AX023300 Features

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

Integrated AC Traction & DC Pump System Controller Model 1298

Integrated AC Traction & DC Pump System Controller Model 1298 Motor Controllers Integrated AC Traction & DC Pump System Controller Model 298 www.curtisinstruments.com Model 298 The Curtis Model 298 combines advanced control of AC induction traction motors with solid

More information

Modulating controlled actuator AME 11

Modulating controlled actuator AME 11 Data sheet Modulating controlled actuator AME 11 Description In addition to basic function such as manual control and position indication, the actuators are also equipped with force sensitive switch-off

More information

HARDWARE MANUAL TMCM Hardware Version V 1.1 MODULE FOR BLDC MOTORS

HARDWARE MANUAL TMCM Hardware Version V 1.1 MODULE FOR BLDC MOTORS MODULE FOR BLDC MOTORS MODULE Hardware Version V 1.1 HARDWARE MANUAL + + TMCM-1630 1-Axis BLDC Controller / Driver plug-in module 10A / 48V DC RS232 / CAN or RS485 / USB + + TRINAMIC Motion Control GmbH

More information

Powermite 599 MT Series SAS Electronic Valve Actuator 24 Vac or 24 Vdc, Proportional Control

Powermite 599 MT Series SAS Electronic Valve Actuator 24 Vac or 24 Vdc, Proportional Control Powermite 599 MT Series SAS Electronic Valve Actuator 24 Vac or 24 Vdc, Proportional Control Description Features Application The Powermite 599 MT Series SAS Electronic Valve Actuator requires a 24 Vac

More information

Digital Proportional Valve Amplifier

Digital Proportional Valve Amplifier Digital Proportional Valve Amplifier The Amplifier is a compact, low profile DIN mounted controller for use with proportional solenoid valves. The provides current to a valve coil in proportion to an input

More information

MIC2027/2077. Features. General Description. Applications. Typical Application. Quad USB Power Distribution Switch

MIC2027/2077. Features. General Description. Applications. Typical Application. Quad USB Power Distribution Switch Quad USB Power Distribution Switch General Description The MIC2027 and MIC2077 are quad high-side MOSFET switches optimized for general-purpose power distribution requiring circuit protection. The MIC2027/77

More information

Motorized Capacitor. Electrical Installation of ID-400. Service Bulletin 63

Motorized Capacitor. Electrical Installation of ID-400. Service Bulletin 63 Plasma Control Technologies Service Bulletin 63 Motorized Capacitor Electrical Installation of ID-400 Document Information Authors... O. Lehmann / A. Renggli / T. Fenske... W. Bigler / M. Armbruster Document...

More information

VMS Co., Ltd. VMS Reliability Systems - Korea

VMS Co., Ltd. VMS Reliability Systems - Korea VMS Co., Ltd VMS Reliability Systems - Korea Room 1106, QB Centum Bldg, 90, Centum Jungang-ro, Haeundae-gu, Busan, Korea TEL +82 51 782 2323 FAX +82 51 782 0808 E-MAIIL admin@vmsco.co.kr www.vmsco.co.kr

More information

MIC2546/2547. Features. General Description. Applications. Typical Application. Dual Programable Current Limit Switch

MIC2546/2547. Features. General Description. Applications. Typical Application. Dual Programable Current Limit Switch Dual Programable Current Limit Switch General Description The MIC2546 and MIC2547 are integrated high-side dual power switches optimized for low loss dc power switching and other power management applications,

More information

AC INDUCTION MOTOR CONTROLLER MODELS 1232SE / 1234SE / 1236SE

AC INDUCTION MOTOR CONTROLLER MODELS 1232SE / 1234SE / 1236SE Contact FlenTek Solutions Quote or Tech Support 678-567-956 or sales@flentek.net AC INDCTION MOTOR CONTROLLER MODELS SE / SE / 6SE The SE Advantage The Curtis SE AC controllers utilize the latest technology

More information

IPM650 Intelligent Panel-Mount Display

IPM650 Intelligent Panel-Mount Display Quick Start Guide IPM650 Intelligent Panel-Mount Display Sensor Solutions Source Load Torque Pressure Multi Component Calibration Instruments Software www.futek.com Getting Help TECHNICAL SUPPORT For more

More information

Electronic Control Unit RC

Electronic Control Unit RC Industrial Hydraulics Electric Drives and Controls Linear Motion and Assembly Technologies Pneumatics Service Automation Mobile Hydraulics Electronic Control Unit RC RE 900/.0 /6 Replaces: 09.0 Series

More information

Peristaltic Cased Tube Pump

Peristaltic Cased Tube Pump Peristaltic Cased Tube Pump Selectable Output Control Functionality and Setup Version 1.0v-11/2016 Print-No. 01 Table of Contents 1. Introduction 2. Powering the Input/Output Port 2.1 Wiring for Local

More information

AC INDUCTION MOTOR CONTROLLER MODELS 1236E / 1238E

AC INDUCTION MOTOR CONTROLLER MODELS 1236E / 1238E AC INDCTION MOTOR CONTROLLER MODELS 6E / 8E The E difference A significant enhancement to the Curtis AC family, The E models utilize a powerful dual-microprocessor logic architecture to provide improved

More information

Fan-Drive Controller. 1 Description. 2 Technical data ESLF101/ELLF General. 1.2 Models. 1.3 Application example. 2.

Fan-Drive Controller. 1 Description. 2 Technical data ESLF101/ELLF General. 1.2 Models. 1.3 Application example. 2. Fan-Drive Controller ESLF101/ELLF101 Fan speed is controlled to match system requirements Any target value for temperature can be set For reversible and non-reversible fan motors 1 Description 1.1 General

More information

Small distributed I/O module

Small distributed I/O module MLIO Summary Application Function Small distributed I/O module Small I/O module MLIO is a microprocessor-controlled, communiccative module for installation outside the control panel. It is used for topologies

More information

ISO 9001 CERTIFIED. 607 NW 27th Ave Ocala, FL Phone: (352) or Fax: (352) OPERATION MANUAL

ISO 9001 CERTIFIED. 607 NW 27th Ave Ocala, FL Phone: (352) or Fax: (352) OPERATION MANUAL ISO 9001 CERTIFIED Phone: (352) 629-5020 or 800-533-3569 Fax: (352)-629-2902 ES-Key 18 Input module (selectable polarity) with 3 outputs (selectable polarity) with 1 analog (selectable 0-5V or 4-20mA)

More information

CI-tronic Reversing contactor Type RCI

CI-tronic Reversing contactor Type RCI Data sheet CI-tronic Reversing contactor Type RCI RCI reversing contactors are designed for demanding forward/reverse control of three-phase AC motors. The zero cross switching method ensures very fast

More information