{"id":36150,"date":"2025-07-11T10:51:42","date_gmt":"2025-07-11T15:51:42","guid":{"rendered":"https:\/\/www.dmcinfo.com\/?p=36150"},"modified":"2025-12-23T09:45:21","modified_gmt":"2025-12-23T14:45:21","slug":"getting-started-with-beckhoff-amp8000-series-motors-in-twinsafe","status":"publish","type":"post","link":"https:\/\/www.dmcinfo.com\/blog\/36150\/getting-started-with-beckhoff-amp8000-series-motors-in-twinsafe\/","title":{"rendered":"Getting Started with Beckhoff AMP8000 Series Motors in TwinSAFE"},"content":{"rendered":"\n<p>This walkthrough details how to configure safety for multiple Beckhoff AMP8000 series drives, but can be used for a single drive or AX8000 series drives as well. This only covers a simple STO application with the intention of the PLC handling reset of safety, drives, and error acknowledgment programmatically.<\/p>\n\n\n\n<p>We will be using the information from <a href=\"https:\/\/www.youtube.com\/watch?v=AWgjPmUjJ5I\" target=\"_blank\" rel=\"noreferrer noopener\">TwinSAFE Tutorial 11: Safe Addressing for AMP and AMI<\/a>, and <a href=\"https:\/\/youtu.be\/UG8Xzj9f6Sg\" target=\"_blank\" rel=\"noreferrer noopener\">TwinSAFE Tutorial 1: SafeMotion Wizard \u2013 Creating and configuring a Safe Motion project with SLS<\/a>.<\/p>\n\n\n\n<h2 class=\"wp-block-heading\" id=\"h-load-in-io\">Load In IO<\/h2>\n\n\n\n<p>The drives and safety IO will need to have been scanned or added into your IO tree and &nbsp;axes created in a MOTION project. After downloading the Drive Manager 2 (DM2) software from Beckhoff, a project can be added to the TwinCAT solution. See Beckhoff\u2019s <a href=\"https:\/\/download.beckhoff.com\/download\/document\/motion\/tc3_drive_manager_2_en.pdf\" target=\"_blank\" rel=\"noreferrer noopener\">Quick commissioning guide | EN TE5950 TC3 Drive Manager 2<\/a> for more information on setting up DM2.<\/p>\n\n\n\n<p>With the system still in config mode, a new DM2 project can be created by right-clicking on the solution and selecting \u2018Add\u2019. Then, in the project tree, you can select the new project, and it will search for drives. In the popup, you should see every drive currently connected to the PLC.<\/p>\n\n\n\n<p>In this example, DM2 was able to automatically find all of these drives shown below. You can click \u201cCheck all\u201d at the top for both options to enable automatic scanning of the motors and have &#8216;Scan motor in Pre-Op&#8217; selection.<\/p>\n\n\n\n<hr class=\"wp-block-separator has-alpha-channel-opacity\"\/>\n\n\n\n<p><a id=\"_msocom_1\"><\/a><\/p>\n\n\n\n<figure class=\"wp-block-image size-full\"><img decoding=\"async\" width=\"780\" height=\"354\" src=\"https:\/\/cdn.dmcinfo.com\/wp-content\/uploads\/2025\/07\/03184430\/motor-scan.png\" alt=\"motor scan\" class=\"wp-image-36153\" srcset=\"https:\/\/cdn.dmcinfo.com\/wp-content\/uploads\/2025\/07\/03184430\/motor-scan.png 780w, https:\/\/cdn.dmcinfo.com\/wp-content\/uploads\/2025\/07\/03184430\/motor-scan-300x136.png 300w, https:\/\/cdn.dmcinfo.com\/wp-content\/uploads\/2025\/07\/03184430\/motor-scan-768x349.png 768w\" sizes=\"(max-width: 780px) 100vw, 780px\" \/><\/figure>\n\n\n\n<p>The other setting shown will be system specific, follow the specs for your motors. Any additional gear box ratio and settings for the motor should be applied.<\/p>\n\n\n\n<p>Then, make sure you Activate Config to push configuration settings and scaling from the DM2 project to the motors.<\/p>\n\n\n\n<h2 class=\"wp-block-heading\" id=\"h-create-and-expose-plc-variables\">Create and Expose PLC Variables<\/h2>\n\n\n\n<p>Create a PLC project if you haven\u2019t already. Our safety program will require input from the PLC. In either a global variable list (GVL) or a program (PRG), make your four output address variables.<\/p>\n\n\n\n<div class=\"wp-block-kevinbatdorf-code-block-pro cbp-has-line-numbers\" data-code-block-pro-font-family=\"Code-Pro-JetBrains-Mono\" style=\"font-size:.875rem;font-family:Code-Pro-JetBrains-Mono,ui-monospace,SFMono-Regular,Menlo,Monaco,Consolas,monospace;--cbp-line-number-color:#D4D4D4;--cbp-line-number-width:calc(1 * 0.6 * .875rem);line-height:1.25rem;--cbp-tab-width:2;tab-size:var(--cbp-tab-width, 2)\"><span style=\"display:flex;align-items:center;padding:16px 0 0 16px;width:100%;text-align:left;background-color:#1e1e1e\"><span style=\"background:#c7c7c7;padding:0.3rem 0.5rem 0.2rem;border-radius:1rem;font-size:0.8em;line-height:1;height:1.25rem;text-align:center;display:inline-flex;align-items:center;justify-content:center;color:#1e1e1e\">Structured Text<\/span><\/span><span role=\"button\" tabindex=\"0\" style=\"color:#D4D4D4;display:none\" aria-label=\"Copy\" class=\"code-block-pro-copy-button\"><pre class=\"code-block-pro-copy-button-pre\" aria-hidden=\"true\"><textarea class=\"code-block-pro-copy-button-textarea\" tabindex=\"-1\" aria-hidden=\"true\" readonly>OUT_bSafetyResetSignal AT %Q*: BOOL;\nOUT_bSafetyRun AT %Q*: BOOL;\nOUT_bSafetyErrorAck AT %Q*: BOOL;\nOUT_bSafetyDriveErrorAck AT %Q*: BOOL;<\/textarea><\/pre><svg xmlns=\"http:\/\/www.w3.org\/2000\/svg\" style=\"width:24px;height:24px\" fill=\"none\" viewBox=\"0 0 24 24\" stroke=\"currentColor\" stroke-width=\"2\"><path class=\"with-check\" stroke-linecap=\"round\" stroke-linejoin=\"round\" d=\"M4.5 12.75l6 6 9-13.5\"><\/path><path class=\"without-check\" stroke-linecap=\"round\" stroke-linejoin=\"round\" d=\"M16.5 8.25V6a2.25 2.25 0 00-2.25-2.25H6A2.25 2.25 0 003.75 6v8.25A2.25 2.25 0 006 16.5h2.25m8.25-8.25H18a2.25 2.25 0 012.25 2.25V18A2.25 2.25 0 0118 20.25h-7.5A2.25 2.25 0 018.25 18v-1.5m8.25-8.25h-6a2.25 2.25 0 00-2.25 2.25v6\"><\/path><\/svg><\/span><pre class=\"shiki dark-plus\" style=\"background-color: #1E1E1E\" tabindex=\"0\"><code><span class=\"line\"><span style=\"color: #9CDCFE\">OUT_bSafetyResetSignal<\/span><span style=\"color: #D4D4D4\"> <\/span><span style=\"color: #4FC1FF\">AT<\/span><span style=\"color: #D4D4D4\"> %<\/span><span style=\"color: #4FC1FF\">Q<\/span><span style=\"color: #D4D4D4\">*: <\/span><span style=\"color: #4FC1FF\">BOOL<\/span><span style=\"color: #D4D4D4\">;<\/span><\/span>\n<span class=\"line\"><span style=\"color: #9CDCFE\">OUT_bSafetyRun<\/span><span style=\"color: #D4D4D4\"> <\/span><span style=\"color: #4FC1FF\">AT<\/span><span style=\"color: #D4D4D4\"> %<\/span><span style=\"color: #4FC1FF\">Q<\/span><span style=\"color: #D4D4D4\">*: <\/span><span style=\"color: #4FC1FF\">BOOL<\/span><span style=\"color: #D4D4D4\">;<\/span><\/span>\n<span class=\"line\"><span style=\"color: #9CDCFE\">OUT_bSafetyErrorAck<\/span><span style=\"color: #D4D4D4\"> <\/span><span style=\"color: #4FC1FF\">AT<\/span><span style=\"color: #D4D4D4\"> %<\/span><span style=\"color: #4FC1FF\">Q<\/span><span style=\"color: #D4D4D4\">*: <\/span><span style=\"color: #4FC1FF\">BOOL<\/span><span style=\"color: #D4D4D4\">;<\/span><\/span>\n<span class=\"line\"><span style=\"color: #9CDCFE\">OUT_bSafetyDriveErrorAck<\/span><span style=\"color: #D4D4D4\"> <\/span><span style=\"color: #4FC1FF\">AT<\/span><span style=\"color: #D4D4D4\"> %<\/span><span style=\"color: #4FC1FF\">Q<\/span><span style=\"color: #D4D4D4\">*: <\/span><span style=\"color: #4FC1FF\">BOOL<\/span><span style=\"color: #D4D4D4\">;<\/span><\/span><\/code><\/pre><\/div>\n\n\n\n<p>Build, so that the variables generate in the instance of the PLC project and can later be used for linking.<\/p>\n\n\n\n<p>Every TwinSAFE program for an EL6910 or newer logics is required to have &#8220;RUN&#8221; and &#8220;ERRACK&#8221; signals linked to standard signals, which we are calling OUT_bSafetyRun and OUT_bSafetyErrorAck, as error acknowledgement is not automatic in TwinSAFE. Without these, the TwinSAFE Group our function blocks are in will not execute. Additionally, we have created a reset signal (OUT_bSafetyResetSignal) that we can use in the PLC to reset our function blocks when specific conditions are met. This could be from an external push button, an HMI screen, or some other code condition.<\/p>\n\n\n\n<p>Lastly, specific to the fact that we are making a safety program for Beckhoff Motors with embedded safety cards, we have a separate error acknowledgment signal (OUT_bSafetyDriveErrorAck) for the drives. This is because many types of drives require explicit error acknowledgement, and it may be that this needs to be distinct from error acknowledgment of the entire TwinSAFE group. The operating manual for your specific drive&#8217;s safety card is the best reference. <\/p>\n\n\n\n<h2 class=\"wp-block-heading\" id=\"h-creating-the-standard-el6910-safety-project\">Creating the Standard EL6910 Safety Project <\/h2>\n\n\n\n<p>Click the blue cog icon in the top left of the TwinCAT toolbar to swap the system back into config mode and select yes on the popup to activate free run. This will allow for proper scanning of terminals.<\/p>\n\n\n\n<p>Now, a standard TwinSAFE project can be created by right clicking on the safety node and selecting \u2018Add New Item\u2019. In the window, select \u201cTwinCAT Safety Project Preconfigured Inputs\u201d to create a project with preconfigured inputs.<\/p>\n\n\n\n<figure class=\"wp-block-image size-full\"><img decoding=\"async\" width=\"624\" height=\"344\" src=\"https:\/\/cdn.dmcinfo.com\/wp-content\/uploads\/2025\/07\/03185651\/creating-standard-EL6910-safety-project.png\" alt=\"EL6910 Safety project \" class=\"wp-image-36155\" srcset=\"https:\/\/cdn.dmcinfo.com\/wp-content\/uploads\/2025\/07\/03185651\/creating-standard-EL6910-safety-project.png 624w, https:\/\/cdn.dmcinfo.com\/wp-content\/uploads\/2025\/07\/03185651\/creating-standard-EL6910-safety-project-300x165.png 300w\" sizes=\"(max-width: 624px) 100vw, 624px\" \/><\/figure>\n\n\n\n<p>In the project\u2019s Target System, select the terminal you will use as your safety controller. For this example, here is the relevant safety IO.<\/p>\n\n\n\n<figure class=\"wp-block-image size-full\"><img decoding=\"async\" width=\"188\" height=\"245\" src=\"https:\/\/cdn.dmcinfo.com\/wp-content\/uploads\/2025\/07\/03190804\/safety-io.png\" alt=\"safety IO\" class=\"wp-image-36161\"\/><\/figure>\n\n\n\n<p>We have an EtherCAT coupler, a power supply terminal, a safety digital input\/output card, a standard digital output card, a standard digital input card, a dedicated safety controller card, and a license key terminal followed by a bus end cap. For more information about each terminal, see <a href=\"https:\/\/www.beckhoff.com\/en-us\/products\/i-o\/ethercat-terminals\/tabular-product-overview\/\" target=\"_blank\" rel=\"noreferrer noopener\">Beckhoff\u2019s EtherCAT terminals overview<\/a>.<\/p>\n\n\n\n<figure class=\"wp-block-image size-full\"><img decoding=\"async\" width=\"624\" height=\"231\" src=\"https:\/\/cdn.dmcinfo.com\/wp-content\/uploads\/2025\/07\/03205134\/solution-explorer.png\" alt=\"solution explorer\" class=\"wp-image-36165\" srcset=\"https:\/\/cdn.dmcinfo.com\/wp-content\/uploads\/2025\/07\/03205134\/solution-explorer.png 624w, https:\/\/cdn.dmcinfo.com\/wp-content\/uploads\/2025\/07\/03205134\/solution-explorer-300x111.png 300w\" sizes=\"(max-width: 624px) 100vw, 624px\" \/><\/figure>\n\n\n\n<p>After selecting the Target system from the drop down, you need to ensure the Safe Address matches the hardware address for the terminal. This example uses an EL6910, so the hardware address was set via the dipswitch on the physical terminal and, when scanned in, we see it reads the number expected in the hardware address field.<\/p>\n\n\n\n<p>NOTE: If you forgot to set the hardware address on any of your safety terminals (EK1914, EL2911, EL6910, or any ELx9xxx series terminals), please pause now and safely power down your system so that the physical terminals can be accessed. Read the operating manual for each terminal for information on how to set the hardware address. Remember, each address must be unique within the network and 0 is not a valid TwinSAFE address.<\/p>\n\n\n\n<p>To make the Safe Address match the hardware address, select the green reload button next to the hardware address box to make sure the number in the field is correct, and then the green arrow button to push the number to the safe address field.<\/p>\n\n\n\n<figure class=\"wp-block-image size-full\"><img decoding=\"async\" width=\"424\" height=\"333\" src=\"https:\/\/cdn.dmcinfo.com\/wp-content\/uploads\/2025\/07\/03205730\/safe-motion-safe-address.png\" alt=\"safe motion safe address\" class=\"wp-image-36166\" srcset=\"https:\/\/cdn.dmcinfo.com\/wp-content\/uploads\/2025\/07\/03205730\/safe-motion-safe-address.png 424w, https:\/\/cdn.dmcinfo.com\/wp-content\/uploads\/2025\/07\/03205730\/safe-motion-safe-address-300x236.png 300w\" sizes=\"(max-width: 424px) 100vw, 424px\" \/><\/figure>\n\n\n\n<p>Additionally, for this project we are going to select the two checkmarks for Connection Inputs\/Outputs for visible traceability. This allows for an exact interpretation of the links.<\/p>\n\n\n\n<p>\u2018Save-All\u2019 with CTRL+SHIFT+S or via the top menu bar before leaving this page.<\/p>\n\n\n\n<h3 class=\"wp-block-heading\" id=\"h-add-relevant-alias-devices\">Add Relevant Alias Devices<\/h3>\n\n\n\n<p>With our safety controller configured to hold a project, you can now import in your PLC variables, and any additional safety terminals. Importantly, you do not want to add any of the drives to this safety project. They will instead be added via the safe motion wizard later.<\/p>\n\n\n\n<p>To do this, right-click on our newly created safety project\u2019s Alias Devices folder. From here, you can click on New Item and make both of the additional digital Inputs. You should name both of them appropriately. Then, you can import any safety terminals you will use in the safety project from your IO.<\/p>\n\n\n\n<figure class=\"wp-block-image size-full\"><img decoding=\"async\" width=\"624\" height=\"237\" src=\"https:\/\/cdn.dmcinfo.com\/wp-content\/uploads\/2025\/07\/03210408\/io-configuration.png\" alt=\"io configuration\" class=\"wp-image-36167\" srcset=\"https:\/\/cdn.dmcinfo.com\/wp-content\/uploads\/2025\/07\/03210408\/io-configuration.png 624w, https:\/\/cdn.dmcinfo.com\/wp-content\/uploads\/2025\/07\/03210408\/io-configuration-300x114.png 300w\" sizes=\"(max-width: 624px) 100vw, 624px\" \/><\/figure>\n\n\n\n<p>As shown above, two of the inputs we need were created already by choosing to make a preconfigured safety project. Since we already created the PLC variables we need to link to, we can do that as well. For each alias device created, open its page and click the:<\/p>\n\n\n\n<figure class=\"wp-block-image size-full\"><img decoding=\"async\" width=\"37\" height=\"37\" src=\"https:\/\/cdn.dmcinfo.com\/wp-content\/uploads\/2025\/07\/15131336\/add-alias-devices-icon-1.png\" alt=\"\" class=\"wp-image-36616\"\/><\/figure>\n\n\n\n<p>symbol to link each to its corresponding PLC variable. <\/p>\n\n\n\n<p>Now, the blocks inside the standard safety project can be made.<\/p>\n\n\n\n<h3 class=\"wp-block-heading\" id=\"h-write-the-sal\">Write the .SAL<\/h3>\n\n\n\n<p>First, you add a safeEStop and safeAnd block. This is for our single dual channel EStop. Then, create variables that match those below. It is important that this layout of this is not deviated from for reasons discussed below.<\/p>\n\n\n\n<figure class=\"wp-block-image size-full\"><img decoding=\"async\" width=\"624\" height=\"297\" src=\"https:\/\/cdn.dmcinfo.com\/wp-content\/uploads\/2025\/07\/03210812\/estop.png\" alt=\"estop\" class=\"wp-image-36168\" srcset=\"https:\/\/cdn.dmcinfo.com\/wp-content\/uploads\/2025\/07\/03210812\/estop.png 624w, https:\/\/cdn.dmcinfo.com\/wp-content\/uploads\/2025\/07\/03210812\/estop-300x143.png 300w\" sizes=\"(max-width: 624px) 100vw, 624px\" \/><\/figure>\n\n\n\n<p>bPLCRestart and bPLCDriveErrorAck will be the two additional standard digital input variables we created. In order to have the drive error acknowledgment signal properly reset the entire safety system, it must be the first input on the safeAnd block as it is a standard input. Beckhoff has documentation on <a href=\"https:\/\/download.beckhoff.com\/download\/Document\/automation\/twinsafe\/twinsafe-logic-fb_en.pdf\" target=\"_blank\" rel=\"noreferrer noopener\">TwinSAFE Logic and Function Blocks<\/a> if you want to learn more.<\/p>\n\n\n\n<p>bChannelA and bChannelB represent both channels of the E-Stop, and will be physically wired through the EL2911. By clicking on the EStopIn1 port you can open the properties tab and change the channel interface from Single-Channel Both Activated to Two-Channel and set a discrepancy time.<\/p>\n\n\n\n<p>For now, we will not do the Variable Mapping as there is more to add in. Save All and then Verify the project. Errors are expected and can be ignored for now.<\/p>\n\n\n\n<h2 class=\"wp-block-heading\">Safe Addressing for AMP and AMI<\/h2>\n\n\n\n<p>Beckhoff AMP and AMI drives have internal TwinSAFE cards that like their physical terminal counterparts, also require unique safe addresses. These drives do not have physical hardware switches though and must be set a different way. AX8xxx drives do have physical hardware switches to set and this section can be skipped for such hardware.<\/p>\n\n\n\n<p>With the system in config mode, and free run activated, navigate to the TwinSAFE toolbar. If you do not have this toolbar added, you can do so from right-clicking in the toolbar area and clicking to add TwinCAT Safety, or under View on the menu bar, View&gt;Toolbars&gt;TwinCAT Safety.<\/p>\n\n\n\n<figure class=\"wp-block-image size-full\"><img decoding=\"async\" width=\"345\" height=\"80\" src=\"https:\/\/cdn.dmcinfo.com\/wp-content\/uploads\/2025\/07\/03210946\/download-safe-address.png\" alt=\"download safe address\" class=\"wp-image-36170\" srcset=\"https:\/\/cdn.dmcinfo.com\/wp-content\/uploads\/2025\/07\/03210946\/download-safe-address.png 345w, https:\/\/cdn.dmcinfo.com\/wp-content\/uploads\/2025\/07\/03210946\/download-safe-address-300x70.png 300w\" sizes=\"(max-width: 345px) 100vw, 345px\" \/><\/figure>\n\n\n\n<p>Click \u2018Download Safe Address\u2019. In the popup, select all the drives you need to set the safe address of.<\/p>\n\n\n\n<figure class=\"wp-block-image size-full\"><img decoding=\"async\" width=\"624\" height=\"296\" src=\"https:\/\/cdn.dmcinfo.com\/wp-content\/uploads\/2025\/07\/03211042\/choose-safety-device.png\" alt=\"choose safety device\" class=\"wp-image-36171\" srcset=\"https:\/\/cdn.dmcinfo.com\/wp-content\/uploads\/2025\/07\/03211042\/choose-safety-device.png 624w, https:\/\/cdn.dmcinfo.com\/wp-content\/uploads\/2025\/07\/03211042\/choose-safety-device-300x142.png 300w\" sizes=\"(max-width: 624px) 100vw, 624px\" \/><\/figure>\n\n\n\n<p>Click \u2019Next\u2018. Now you need to assign &nbsp;a unique safe address within the network for each drive. Remember, address 0 is not a valid TwinSAFE address. In this example, the Terminal number was arbitrarily decided to be made the drive\u2019s address. When finished, click Next.<\/p>\n\n\n\n<p>Input the default TwinSAFE username (Administrator) and password (TwinSAFE) to the window and select all the devices to download the safe addresses.<\/p>\n\n\n\n<figure class=\"wp-block-image size-full\"><img decoding=\"async\" width=\"624\" height=\"306\" src=\"https:\/\/cdn.dmcinfo.com\/wp-content\/uploads\/2025\/07\/03211156\/download-safe-address-on-devices.png\" alt=\"download safe address on devices\" class=\"wp-image-36172\" srcset=\"https:\/\/cdn.dmcinfo.com\/wp-content\/uploads\/2025\/07\/03211156\/download-safe-address-on-devices.png 624w, https:\/\/cdn.dmcinfo.com\/wp-content\/uploads\/2025\/07\/03211156\/download-safe-address-on-devices-300x147.png 300w\" sizes=\"(max-width: 624px) 100vw, 624px\" \/><\/figure>\n\n\n\n<p>Read through and finish verifying you work, closing the window with the \u2018Finish\u2019 button when you are done.<\/p>\n\n\n\n<p>Now, you need to power cycle your system (specifically, the drives) so that upon system startup, the drives will load the correct FSOE address.<\/p>\n\n\n\n<p>To check and make sure the address was set, in the IO tree navigate to any drive and go to the CoE &#8211; Online tab. Click Update All to refresh the information there. Scroll down until you see Safe Address and expand it. By default, the FSOE address was 1, it should now be what you set it to.<\/p>\n\n\n\n<figure class=\"wp-block-image size-full\"><img decoding=\"async\" width=\"624\" height=\"212\" src=\"https:\/\/cdn.dmcinfo.com\/wp-content\/uploads\/2025\/07\/03211303\/io-tree-navigation.png\" alt=\"io tree navigation\" class=\"wp-image-36173\" srcset=\"https:\/\/cdn.dmcinfo.com\/wp-content\/uploads\/2025\/07\/03211303\/io-tree-navigation.png 624w, https:\/\/cdn.dmcinfo.com\/wp-content\/uploads\/2025\/07\/03211303\/io-tree-navigation-300x102.png 300w\" sizes=\"(max-width: 624px) 100vw, 624px\" \/><\/figure>\n\n\n\n<p>In this picture, we can see the FSOE was set to 4<\/p>\n\n\n\n<h2 class=\"wp-block-heading\">Create Safe Motion Wizard Safety Project<\/h2>\n\n\n\n<p>If you have not followed the above steps for Safe Addressing <strong>AND<\/strong> powered cycled your motors for AMP or AMI systems, do not continue.<\/p>\n\n\n\n<p>Now that you have your standard safety project and safe addresses on your drives, you can run the Beckhoff TwinSAFE Motion Wizard. This requires &gt;=v1.3.0 of the Safety Editor. Start the wizard from the drop-down option under TwinSAFE&gt;Wizards&gt;Start Safe Motion Wizard\u2026.<\/p>\n\n\n\n<figure class=\"wp-block-image size-full\"><img decoding=\"async\" width=\"596\" height=\"624\" src=\"https:\/\/cdn.dmcinfo.com\/wp-content\/uploads\/2025\/07\/03211411\/beckhoff-twinsafe-motion-wizard.png\" alt=\"beckhoff twinsafe motion wizard\" class=\"wp-image-36174\" srcset=\"https:\/\/cdn.dmcinfo.com\/wp-content\/uploads\/2025\/07\/03211411\/beckhoff-twinsafe-motion-wizard.png 596w, https:\/\/cdn.dmcinfo.com\/wp-content\/uploads\/2025\/07\/03211411\/beckhoff-twinsafe-motion-wizard-287x300.png 287w\" sizes=\"(max-width: 596px) 100vw, 596px\" \/><\/figure>\n\n\n\n<p>Then, in the popup that opens, select your drives under Target Type &nbsp;if they do not automatically populate. Check all of the drives as the project targets.<\/p>\n\n\n\n<figure class=\"wp-block-image size-full\"><img decoding=\"async\" width=\"624\" height=\"371\" src=\"https:\/\/cdn.dmcinfo.com\/wp-content\/uploads\/2025\/07\/03211505\/safe-motion-wizard.png\" alt=\"safe motion wizard\" class=\"wp-image-36175\" srcset=\"https:\/\/cdn.dmcinfo.com\/wp-content\/uploads\/2025\/07\/03211505\/safe-motion-wizard.png 624w, https:\/\/cdn.dmcinfo.com\/wp-content\/uploads\/2025\/07\/03211505\/safe-motion-wizard-300x178.png 300w\" sizes=\"(max-width: 624px) 100vw, 624px\" \/><\/figure>\n\n\n\n<p>Click \u2018Next\u2019. For the safety feedbacks, on the AMP8xxxx system there is only the default encoder option available for all drives, and only on channel A. Choose the option appropriate for your hardware.<\/p>\n\n\n\n<figure class=\"wp-block-image size-full\"><img decoding=\"async\" width=\"624\" height=\"329\" src=\"https:\/\/cdn.dmcinfo.com\/wp-content\/uploads\/2025\/07\/03211559\/safe-motion-wizard-safety.png\" alt=\"safe motion wizard safety\" class=\"wp-image-36176\" srcset=\"https:\/\/cdn.dmcinfo.com\/wp-content\/uploads\/2025\/07\/03211559\/safe-motion-wizard-safety.png 624w, https:\/\/cdn.dmcinfo.com\/wp-content\/uploads\/2025\/07\/03211559\/safe-motion-wizard-safety-300x158.png 300w\" sizes=\"(max-width: 624px) 100vw, 624px\" \/><\/figure>\n\n\n\n<p>An AX8xxx system might have options for channel A and B, as well as options on what encoder can be selected on each. If only using one channel on AX8xxxx systems, select No Safety Encoder for the unused channel.<\/p>\n\n\n\n<p>Click \u2018Next\u2019. For selecting safety function(s), we only desire STO functionality and will therefore touch nothing. This is auto-selected for all of our drives.<\/p>\n\n\n\n<figure class=\"wp-block-image size-full\"><img decoding=\"async\" width=\"624\" height=\"354\" src=\"https:\/\/cdn.dmcinfo.com\/wp-content\/uploads\/2025\/07\/03211650\/safe-motion-wizard-safety-function.png\" alt=\"safe motion wizard safety function\" class=\"wp-image-36177\" srcset=\"https:\/\/cdn.dmcinfo.com\/wp-content\/uploads\/2025\/07\/03211650\/safe-motion-wizard-safety-function.png 624w, https:\/\/cdn.dmcinfo.com\/wp-content\/uploads\/2025\/07\/03211650\/safe-motion-wizard-safety-function-300x170.png 300w\" sizes=\"(max-width: 624px) 100vw, 624px\" \/><\/figure>\n\n\n\n<p>Click \u2018Next\u2019. The project can be given a name on the configuration page. We will call it Safe Motion.<\/p>\n\n\n\n<figure class=\"wp-block-image size-full\"><img decoding=\"async\" width=\"624\" height=\"351\" src=\"https:\/\/cdn.dmcinfo.com\/wp-content\/uploads\/2025\/07\/03211840\/configure-twinsafe-projects.png\" alt=\"configure twinsafe projects\" class=\"wp-image-36178\" srcset=\"https:\/\/cdn.dmcinfo.com\/wp-content\/uploads\/2025\/07\/03211840\/configure-twinsafe-projects.png 624w, https:\/\/cdn.dmcinfo.com\/wp-content\/uploads\/2025\/07\/03211840\/configure-twinsafe-projects-300x169.png 300w\" sizes=\"(max-width: 624px) 100vw, 624px\" \/><\/figure>\n\n\n\n<p>Click \u2018Next\u2019. On the assignment step, click on the \u201c\u2026\u201d button to select the drives. This will create the FSOE connections in the standard safety project to allow communication between it and the safe motion project.<\/p>\n\n\n\n<figure class=\"wp-block-image size-full\"><img decoding=\"async\" width=\"624\" height=\"236\" src=\"https:\/\/cdn.dmcinfo.com\/wp-content\/uploads\/2025\/07\/03211945\/assignment-of-master-target-logics.png\" alt=\"assignment of master targets logics\" class=\"wp-image-36180\" srcset=\"https:\/\/cdn.dmcinfo.com\/wp-content\/uploads\/2025\/07\/03211945\/assignment-of-master-target-logics.png 624w, https:\/\/cdn.dmcinfo.com\/wp-content\/uploads\/2025\/07\/03211945\/assignment-of-master-target-logics-300x113.png 300w\" sizes=\"(max-width: 624px) 100vw, 624px\" \/><\/figure>\n\n\n\n<p>Click \u2018Next\u2019. For the Safe Address page, a few incorrect states can be noted. As the system should be connected, you should not see the red boxes. The wizard should automatically load in the correct TwinSAFE address from the drives.<\/p>\n\n\n\n<p>If this is being performed offline, manually putting the FSOE addresses here would suffice.<\/p>\n\n\n\n<p>Troubleshooting Note: If addresses show up as zero, and we have communication to the drive under the EtherCAT master (free run turned on), it is possible that the safe addresses were not set properly either via safe addressing download or dipswitch. Cancel the wizard and perform necessary checks, do not try and continue with an FSOE address of zero on any device.<\/p>\n\n\n\n<p>The following is incorrect:<\/p>\n\n\n\n<figure class=\"wp-block-image size-full\"><img decoding=\"async\" width=\"624\" height=\"355\" src=\"https:\/\/cdn.dmcinfo.com\/wp-content\/uploads\/2025\/07\/03212230\/safe-motion-wizard-safe-address-selection.png\" alt=\"safe motion wizard safe address selection incorrect\" class=\"wp-image-36181\" srcset=\"https:\/\/cdn.dmcinfo.com\/wp-content\/uploads\/2025\/07\/03212230\/safe-motion-wizard-safe-address-selection.png 624w, https:\/\/cdn.dmcinfo.com\/wp-content\/uploads\/2025\/07\/03212230\/safe-motion-wizard-safe-address-selection-300x171.png 300w\" sizes=\"(max-width: 624px) 100vw, 624px\" \/><\/figure>\n\n\n\n<p>This is correct:<\/p>\n\n\n\n<figure class=\"wp-block-image size-full\"><img decoding=\"async\" width=\"624\" height=\"304\" src=\"https:\/\/cdn.dmcinfo.com\/wp-content\/uploads\/2025\/07\/03212347\/safe-motion-wizard-safe-address-selection-correct.png\" alt=\"safe motion wizard safe address selection correct\" class=\"wp-image-36182\" srcset=\"https:\/\/cdn.dmcinfo.com\/wp-content\/uploads\/2025\/07\/03212347\/safe-motion-wizard-safe-address-selection-correct.png 624w, https:\/\/cdn.dmcinfo.com\/wp-content\/uploads\/2025\/07\/03212347\/safe-motion-wizard-safe-address-selection-correct-300x146.png 300w\" sizes=\"(max-width: 624px) 100vw, 624px\" \/><\/figure>\n\n\n\n<p>Click \u2018Next\u2019. Read and acknowledge the safety warning and exit the wizard by clicking the \u2018Finish\u2019 button.<\/p>\n\n\n\n<p>There should be a popup that the safe motion wizard project was created successfully, and the master project was updated successfully.<\/p>\n\n\n\n<h2 class=\"wp-block-heading\">Finishing the Standard EL6910 Safety Project<\/h2>\n\n\n\n<p>As promised, we now return to the standard safety project for variable mapping.<\/p>\n\n\n\n<p>In the standard safety project we created before, you should now see new custom FSOE connections for each of the drives. This is why we did not manually add the drives to this project earlier.<\/p>\n\n\n\n<figure class=\"wp-block-image size-full\"><img decoding=\"async\" width=\"306\" height=\"93\" src=\"https:\/\/cdn.dmcinfo.com\/wp-content\/uploads\/2025\/07\/03212616\/connection-to-drive.png\" alt=\"connection to drive safe motion wizard\" class=\"wp-image-36185\" srcset=\"https:\/\/cdn.dmcinfo.com\/wp-content\/uploads\/2025\/07\/03212616\/connection-to-drive.png 306w, https:\/\/cdn.dmcinfo.com\/wp-content\/uploads\/2025\/07\/03212616\/connection-to-drive-300x91.png 300w\" sizes=\"(max-width: 306px) 100vw, 306px\" \/><\/figure>\n\n\n\n<p>Open up the .SAL and click on the bottom tab for Variable Mapping. The following picture shows all the mappings with explanations of each piece to follow.<\/p>\n\n\n\n<figure class=\"wp-block-image size-full\"><img decoding=\"async\" width=\"624\" height=\"320\" src=\"https:\/\/cdn.dmcinfo.com\/wp-content\/uploads\/2025\/07\/03212822\/variable-mapping.png\" alt=\"variable mapping \" class=\"wp-image-36189\" srcset=\"https:\/\/cdn.dmcinfo.com\/wp-content\/uploads\/2025\/07\/03212822\/variable-mapping.png 624w, https:\/\/cdn.dmcinfo.com\/wp-content\/uploads\/2025\/07\/03212822\/variable-mapping-300x154.png 300w\" sizes=\"(max-width: 624px) 100vw, 624px\" \/><\/figure>\n\n\n\n<p>The first two variables are the standard I\/O variables from the PLC defined by the preconfigured project. They should already be mapped for you.<\/p>\n\n\n\n<p>Next, the bPLCRestart signal to our safeEStop block is mapped to the corresponding alias device digital input created earlier. As previously mentioned, this allows for the PLC to issue a signal for restart of the safeEstop block and ensuing error acknowledgement, presumably after an EStop press.<\/p>\n\n\n\n<p>bChannelA and bChannelB are the two inputs from our physical EStop, run through the EL2911 safety terminal and activate our safeEStop block.<\/p>\n\n\n\n<p>The EStopOut signal from the safeEStop block is mapped to a multitude of devices. Notably, both &nbsp;ChA STO and SS1 bits for each drive. You can hold down CTRL+Click to select a multitude of variables. In addition to the drives, another standard variable was created to see the EStop signal status in the PLC (not necessary for functionality), and the signal was mapped to the coupler (also not necessary). This was done for the ability to add other functionality desired later.<\/p>\n\n\n\n<p>The safeAnd block then takes in the EStop signal, expected to be high, with drive error acknowledgment from the PLC. This lets the PLC acknowledge drive errors and if the EStop has been reset since it was last pressed, the bSafetyErrorAck then pushes the error acknowledgment to the drive. CTRL+Click to select all the error acks on each drive.<\/p>\n\n\n\n<p>Save-All when done.<\/p>\n\n\n\n<h2 class=\"wp-block-heading\">Finishing the Safe Motion Wizard Project<\/h2>\n\n\n\n<p>Looking at the newly created safe motion wizard project, there is nothing in the SALs we need to touch as the wizard handles it all. For this example, since we have multiple AMP8xxx series drives, we need to do multisettings. If you only had one drive, this part is not necessary, and you can skip to the last section.<\/p>\n\n\n\n<h3 class=\"wp-block-heading\">Multi-Settings<\/h3>\n\n\n\n<p>In the safe motion wizard project, there is a last bit of configuration to be done before everything fits nicely together. If we open the Multi-settings.sms, we see all the drives we previously added. If we horizontally scroll to the right, we can see that Run and Err_Ack don\u2019t have all the same links as the first motor.<\/p>\n\n\n\n<figure class=\"wp-block-image size-full\"><img decoding=\"async\" width=\"624\" height=\"230\" src=\"https:\/\/cdn.dmcinfo.com\/wp-content\/uploads\/2025\/07\/03213011\/multi-settings-safe-motion-wizard.png\" alt=\"multi settings safe motion wizard\" class=\"wp-image-36191\" srcset=\"https:\/\/cdn.dmcinfo.com\/wp-content\/uploads\/2025\/07\/03213011\/multi-settings-safe-motion-wizard.png 624w, https:\/\/cdn.dmcinfo.com\/wp-content\/uploads\/2025\/07\/03213011\/multi-settings-safe-motion-wizard-300x111.png 300w\" sizes=\"(max-width: 624px) 100vw, 624px\" \/><\/figure>\n\n\n\n<p>You need to click the \u201c\u2026\u201d on each and add the run and err ack links. Then it should look like this when it is finished.<\/p>\n\n\n\n<figure class=\"wp-block-image size-full\"><img decoding=\"async\" width=\"624\" height=\"213\" src=\"https:\/\/cdn.dmcinfo.com\/wp-content\/uploads\/2025\/07\/03213149\/multi-settings.png\" alt=\"multi settings safe motion wizard\" class=\"wp-image-36193\" srcset=\"https:\/\/cdn.dmcinfo.com\/wp-content\/uploads\/2025\/07\/03213149\/multi-settings.png 624w, https:\/\/cdn.dmcinfo.com\/wp-content\/uploads\/2025\/07\/03213149\/multi-settings-300x102.png 300w\" sizes=\"(max-width: 624px) 100vw, 624px\" \/><\/figure>\n\n\n\n<h2 class=\"wp-block-heading\">Completing and Downloading<\/h2>\n\n\n\n<p>With the projects complete, you can now verify the main project and then perform a multi-download.<\/p>\n\n\n\n<figure class=\"wp-block-image size-full\"><img decoding=\"async\" width=\"624\" height=\"202\" src=\"https:\/\/cdn.dmcinfo.com\/wp-content\/uploads\/2025\/07\/03213242\/multi-download-safe-motion-wizard.png\" alt=\"multi download safe motion wizard\" class=\"wp-image-36194\" srcset=\"https:\/\/cdn.dmcinfo.com\/wp-content\/uploads\/2025\/07\/03213242\/multi-download-safe-motion-wizard.png 624w, https:\/\/cdn.dmcinfo.com\/wp-content\/uploads\/2025\/07\/03213242\/multi-download-safe-motion-wizard-300x97.png 300w\" sizes=\"(max-width: 624px) 100vw, 624px\" \/><\/figure>\n\n\n\n<p>Now activate the configuration.<\/p>\n\n\n\n<p>Using the login feature on the PLC, you can now toggle the ErrAck and Run signals. You will now be able to move the motors via the MOTION project, or Drive Manager 2.<\/p>\n\n\n\n<p><strong>Ready to take your <a href=\"https:\/\/www.dmcinfo.com\/services\/manufacturing-automation-and-intelligence\/\">Automation<\/a> project to the next level? <a href=\"https:\/\/www.dmcinfo.com\/contact#get-in-touch\" target=\"_blank\" rel=\"noreferrer noopener\">Contact us today<\/a> to learn more about our solutions and how we can help you achieve your goals.\u00a0<\/strong><\/p>\n","protected":false},"excerpt":{"rendered":"<p>This walkthrough details how to configure safety for multiple Beckhoff AMP8000 series drives, but can be used for a single drive or AX8000 series drives as well. This only covers a simple STO application with the intention of the PLC handling reset of safety, drives, and error acknowledgment programmatically. We will be using the information [&hellip;]<\/p>\n","protected":false},"author":169,"featured_media":38091,"comment_status":"closed","ping_status":"open","sticky":false,"template":"","format":"standard","meta":{"footnotes":""},"categories":[733,731],"tags":[],"class_list":["post-36150","post","type-post","status-publish","format-standard","has-post-thumbnail","hentry","category-beckhoff-plc","category-manufacturing-automation-intelligence"],"yoast_head":"<title>Getting Started with Beckhoff AMP8000 Series Motors in TwinSAFE | DMC, Inc.<\/title>\n<meta name=\"description\" content=\"Learn how to integrate Beckhoff AMP8000 motors with TwinSAFE for enhanced safety, motion control, and decentralized automation.\" \/>\n<meta name=\"robots\" content=\"index, follow, max-snippet:-1, max-image-preview:large, max-video-preview:-1\" \/>\n<link rel=\"canonical\" href=\"https:\/\/www.dmcinfo.com\/blog\/36150\/getting-started-with-beckhoff-amp8000-series-motors-in-twinsafe\/\" \/>\n<meta property=\"og:locale\" content=\"en_US\" \/>\n<meta property=\"og:type\" content=\"article\" \/>\n<meta property=\"og:title\" content=\"Getting Started with Beckhoff AMP8000 Series Motors in TwinSAFE\" \/>\n<meta property=\"og:description\" content=\"Learn how to integrate Beckhoff AMP8000 motors with TwinSAFE for enhanced safety, motion control, and decentralized automation.\" \/>\n<meta property=\"og:url\" content=\"https:\/\/www.dmcinfo.com\/blog\/36150\/getting-started-with-beckhoff-amp8000-series-motors-in-twinsafe\/\" \/>\n<meta property=\"og:site_name\" content=\"DMC, Inc.\" \/>\n<meta property=\"article:publisher\" content=\"https:\/\/www.facebook.com\/pages\/DMC-Inc\/107982009242929\" \/>\n<meta property=\"article:published_time\" content=\"2025-07-11T15:51:42+00:00\" \/>\n<meta property=\"article:modified_time\" content=\"2025-12-23T14:45:21+00:00\" \/>\n<meta property=\"og:image\" content=\"https:\/\/cdn.dmcinfo.com\/wp-content\/uploads\/2025\/07\/14133432\/beckhoffampmotors.png\" \/>\n\t<meta property=\"og:image:width\" content=\"925\" \/>\n\t<meta property=\"og:image:height\" content=\"400\" \/>\n\t<meta property=\"og:image:type\" content=\"image\/png\" \/>\n<meta name=\"author\" content=\"Kristen Stubenazy\" \/>\n<meta name=\"twitter:card\" content=\"summary_large_image\" \/>\n<meta name=\"twitter:label1\" content=\"Written by\" \/>\n\t<meta name=\"twitter:data1\" content=\"Kristen Stubenazy\" \/>\n\t<meta name=\"twitter:label2\" content=\"Est. reading time\" \/>\n\t<meta name=\"twitter:data2\" content=\"17 minutes\" \/>\n<script type=\"application\/ld+json\" class=\"yoast-schema-graph\">{\"@context\":\"https:\/\/schema.org\",\"@graph\":[{\"@type\":\"Article\",\"@id\":\"https:\/\/www.dmcinfo.com\/blog\/36150\/getting-started-with-beckhoff-amp8000-series-motors-in-twinsafe\/#article\",\"isPartOf\":{\"@id\":\"https:\/\/www.dmcinfo.com\/blog\/36150\/getting-started-with-beckhoff-amp8000-series-motors-in-twinsafe\/\"},\"author\":{\"name\":\"Kristen Stubenazy\",\"@id\":\"https:\/\/www.dmcinfo.com\/#\/schema\/person\/af3c1e189d6a289e055787eb773ae0a8\"},\"headline\":\"Getting Started with Beckhoff AMP8000 Series Motors in TwinSAFE\",\"datePublished\":\"2025-07-11T15:51:42+00:00\",\"dateModified\":\"2025-12-23T14:45:21+00:00\",\"mainEntityOfPage\":{\"@id\":\"https:\/\/www.dmcinfo.com\/blog\/36150\/getting-started-with-beckhoff-amp8000-series-motors-in-twinsafe\/\"},\"wordCount\":2535,\"publisher\":{\"@id\":\"https:\/\/www.dmcinfo.com\/#organization\"},\"image\":{\"@id\":\"https:\/\/www.dmcinfo.com\/blog\/36150\/getting-started-with-beckhoff-amp8000-series-motors-in-twinsafe\/#primaryimage\"},\"thumbnailUrl\":\"https:\/\/cdn.dmcinfo.com\/wp-content\/uploads\/2025\/07\/14133432\/beckhoffampmotors.png\",\"articleSection\":[\"Beckhoff PLC\",\"Manufacturing Automation &amp; Intelligence\"],\"inLanguage\":\"en-US\"},{\"@type\":\"WebPage\",\"@id\":\"https:\/\/www.dmcinfo.com\/blog\/36150\/getting-started-with-beckhoff-amp8000-series-motors-in-twinsafe\/\",\"url\":\"https:\/\/www.dmcinfo.com\/blog\/36150\/getting-started-with-beckhoff-amp8000-series-motors-in-twinsafe\/\",\"name\":\"Getting Started with Beckhoff AMP8000 Series Motors in TwinSAFE | DMC, Inc.\",\"isPartOf\":{\"@id\":\"https:\/\/www.dmcinfo.com\/#website\"},\"primaryImageOfPage\":{\"@id\":\"https:\/\/www.dmcinfo.com\/blog\/36150\/getting-started-with-beckhoff-amp8000-series-motors-in-twinsafe\/#primaryimage\"},\"image\":{\"@id\":\"https:\/\/www.dmcinfo.com\/blog\/36150\/getting-started-with-beckhoff-amp8000-series-motors-in-twinsafe\/#primaryimage\"},\"thumbnailUrl\":\"https:\/\/cdn.dmcinfo.com\/wp-content\/uploads\/2025\/07\/14133432\/beckhoffampmotors.png\",\"datePublished\":\"2025-07-11T15:51:42+00:00\",\"dateModified\":\"2025-12-23T14:45:21+00:00\",\"description\":\"Learn how to integrate Beckhoff AMP8000 motors with TwinSAFE for enhanced safety, motion control, and decentralized automation.\",\"inLanguage\":\"en-US\",\"potentialAction\":[{\"@type\":\"ReadAction\",\"target\":[\"https:\/\/www.dmcinfo.com\/blog\/36150\/getting-started-with-beckhoff-amp8000-series-motors-in-twinsafe\/\"]}]},{\"@type\":\"ImageObject\",\"inLanguage\":\"en-US\",\"@id\":\"https:\/\/www.dmcinfo.com\/blog\/36150\/getting-started-with-beckhoff-amp8000-series-motors-in-twinsafe\/#primaryimage\",\"url\":\"https:\/\/cdn.dmcinfo.com\/wp-content\/uploads\/2025\/07\/14133432\/beckhoffampmotors.png\",\"contentUrl\":\"https:\/\/cdn.dmcinfo.com\/wp-content\/uploads\/2025\/07\/14133432\/beckhoffampmotors.png\",\"width\":925,\"height\":400,\"caption\":\"Beckhoff Amp Motors\"},{\"@type\":\"WebSite\",\"@id\":\"https:\/\/www.dmcinfo.com\/#website\",\"url\":\"https:\/\/www.dmcinfo.com\/\",\"name\":\"DMC, Inc.\",\"description\":\"\",\"publisher\":{\"@id\":\"https:\/\/www.dmcinfo.com\/#organization\"},\"potentialAction\":[{\"@type\":\"SearchAction\",\"target\":{\"@type\":\"EntryPoint\",\"urlTemplate\":\"https:\/\/www.dmcinfo.com\/?s={search_term_string}\"},\"query-input\":{\"@type\":\"PropertyValueSpecification\",\"valueRequired\":true,\"valueName\":\"search_term_string\"}}],\"inLanguage\":\"en-US\"},{\"@type\":\"Organization\",\"@id\":\"https:\/\/www.dmcinfo.com\/#organization\",\"name\":\"DMC, Inc.\",\"url\":\"https:\/\/www.dmcinfo.com\/\",\"logo\":{\"@type\":\"ImageObject\",\"inLanguage\":\"en-US\",\"@id\":\"https:\/\/www.dmcinfo.com\/#\/schema\/logo\/image\/\",\"url\":\"https:\/\/cdn.dmcinfo.com\/wp-content\/uploads\/2025\/05\/27171146\/dmc-logo-1.png\",\"contentUrl\":\"https:\/\/cdn.dmcinfo.com\/wp-content\/uploads\/2025\/05\/27171146\/dmc-logo-1.png\",\"width\":418,\"height\":167,\"caption\":\"DMC, Inc.\"},\"image\":{\"@id\":\"https:\/\/www.dmcinfo.com\/#\/schema\/logo\/image\/\"},\"sameAs\":[\"https:\/\/www.facebook.com\/pages\/DMC-Inc\/107982009242929\",\"https:\/\/www.instagram.com\/dmcengineering\",\"https:\/\/www.youtube.com\/DMCEngineering\",\"https:\/\/www.linkedin.com\/company\/dmc-engineering\"]},{\"@type\":\"Person\",\"@id\":\"https:\/\/www.dmcinfo.com\/#\/schema\/person\/af3c1e189d6a289e055787eb773ae0a8\",\"name\":\"Kristen Stubenazy\",\"image\":{\"@type\":\"ImageObject\",\"inLanguage\":\"en-US\",\"@id\":\"https:\/\/www.dmcinfo.com\/#\/schema\/person\/image\/\",\"url\":\"\/\/www.dmcinfo.com\/wp-content\/uploads\/wpo365\/profile-images\/169.png\",\"contentUrl\":\"\/\/www.dmcinfo.com\/wp-content\/uploads\/wpo365\/profile-images\/169.png\",\"caption\":\"Kristen Stubenazy\"},\"url\":\"https:\/\/www.dmcinfo.com\/blog\/author\/kristens\/\"}]}<\/script>","yoast_head_json":{"title":"Getting Started with Beckhoff AMP8000 Series Motors in TwinSAFE | DMC, Inc.","description":"Learn how to integrate Beckhoff AMP8000 motors with TwinSAFE for enhanced safety, motion control, and decentralized automation.","robots":{"index":"index","follow":"follow","max-snippet":"max-snippet:-1","max-image-preview":"max-image-preview:large","max-video-preview":"max-video-preview:-1"},"canonical":"https:\/\/www.dmcinfo.com\/blog\/36150\/getting-started-with-beckhoff-amp8000-series-motors-in-twinsafe\/","og_locale":"en_US","og_type":"article","og_title":"Getting Started with Beckhoff AMP8000 Series Motors in TwinSAFE","og_description":"Learn how to integrate Beckhoff AMP8000 motors with TwinSAFE for enhanced safety, motion control, and decentralized automation.","og_url":"https:\/\/www.dmcinfo.com\/blog\/36150\/getting-started-with-beckhoff-amp8000-series-motors-in-twinsafe\/","og_site_name":"DMC, Inc.","article_publisher":"https:\/\/www.facebook.com\/pages\/DMC-Inc\/107982009242929","article_published_time":"2025-07-11T15:51:42+00:00","article_modified_time":"2025-12-23T14:45:21+00:00","og_image":[{"width":925,"height":400,"url":"https:\/\/cdn.dmcinfo.com\/wp-content\/uploads\/2025\/07\/14133432\/beckhoffampmotors.png","type":"image\/png"}],"author":"Kristen Stubenazy","twitter_card":"summary_large_image","twitter_misc":{"Written by":"Kristen Stubenazy","Est. reading time":"17 minutes"},"schema":{"@context":"https:\/\/schema.org","@graph":[{"@type":"Article","@id":"https:\/\/www.dmcinfo.com\/blog\/36150\/getting-started-with-beckhoff-amp8000-series-motors-in-twinsafe\/#article","isPartOf":{"@id":"https:\/\/www.dmcinfo.com\/blog\/36150\/getting-started-with-beckhoff-amp8000-series-motors-in-twinsafe\/"},"author":{"name":"Kristen Stubenazy","@id":"https:\/\/www.dmcinfo.com\/#\/schema\/person\/af3c1e189d6a289e055787eb773ae0a8"},"headline":"Getting Started with Beckhoff AMP8000 Series Motors in TwinSAFE","datePublished":"2025-07-11T15:51:42+00:00","dateModified":"2025-12-23T14:45:21+00:00","mainEntityOfPage":{"@id":"https:\/\/www.dmcinfo.com\/blog\/36150\/getting-started-with-beckhoff-amp8000-series-motors-in-twinsafe\/"},"wordCount":2535,"publisher":{"@id":"https:\/\/www.dmcinfo.com\/#organization"},"image":{"@id":"https:\/\/www.dmcinfo.com\/blog\/36150\/getting-started-with-beckhoff-amp8000-series-motors-in-twinsafe\/#primaryimage"},"thumbnailUrl":"https:\/\/cdn.dmcinfo.com\/wp-content\/uploads\/2025\/07\/14133432\/beckhoffampmotors.png","articleSection":["Beckhoff PLC","Manufacturing Automation &amp; Intelligence"],"inLanguage":"en-US"},{"@type":"WebPage","@id":"https:\/\/www.dmcinfo.com\/blog\/36150\/getting-started-with-beckhoff-amp8000-series-motors-in-twinsafe\/","url":"https:\/\/www.dmcinfo.com\/blog\/36150\/getting-started-with-beckhoff-amp8000-series-motors-in-twinsafe\/","name":"Getting Started with Beckhoff AMP8000 Series Motors in TwinSAFE | DMC, Inc.","isPartOf":{"@id":"https:\/\/www.dmcinfo.com\/#website"},"primaryImageOfPage":{"@id":"https:\/\/www.dmcinfo.com\/blog\/36150\/getting-started-with-beckhoff-amp8000-series-motors-in-twinsafe\/#primaryimage"},"image":{"@id":"https:\/\/www.dmcinfo.com\/blog\/36150\/getting-started-with-beckhoff-amp8000-series-motors-in-twinsafe\/#primaryimage"},"thumbnailUrl":"https:\/\/cdn.dmcinfo.com\/wp-content\/uploads\/2025\/07\/14133432\/beckhoffampmotors.png","datePublished":"2025-07-11T15:51:42+00:00","dateModified":"2025-12-23T14:45:21+00:00","description":"Learn how to integrate Beckhoff AMP8000 motors with TwinSAFE for enhanced safety, motion control, and decentralized automation.","inLanguage":"en-US","potentialAction":[{"@type":"ReadAction","target":["https:\/\/www.dmcinfo.com\/blog\/36150\/getting-started-with-beckhoff-amp8000-series-motors-in-twinsafe\/"]}]},{"@type":"ImageObject","inLanguage":"en-US","@id":"https:\/\/www.dmcinfo.com\/blog\/36150\/getting-started-with-beckhoff-amp8000-series-motors-in-twinsafe\/#primaryimage","url":"https:\/\/cdn.dmcinfo.com\/wp-content\/uploads\/2025\/07\/14133432\/beckhoffampmotors.png","contentUrl":"https:\/\/cdn.dmcinfo.com\/wp-content\/uploads\/2025\/07\/14133432\/beckhoffampmotors.png","width":925,"height":400,"caption":"Beckhoff Amp Motors"},{"@type":"WebSite","@id":"https:\/\/www.dmcinfo.com\/#website","url":"https:\/\/www.dmcinfo.com\/","name":"DMC, Inc.","description":"","publisher":{"@id":"https:\/\/www.dmcinfo.com\/#organization"},"potentialAction":[{"@type":"SearchAction","target":{"@type":"EntryPoint","urlTemplate":"https:\/\/www.dmcinfo.com\/?s={search_term_string}"},"query-input":{"@type":"PropertyValueSpecification","valueRequired":true,"valueName":"search_term_string"}}],"inLanguage":"en-US"},{"@type":"Organization","@id":"https:\/\/www.dmcinfo.com\/#organization","name":"DMC, Inc.","url":"https:\/\/www.dmcinfo.com\/","logo":{"@type":"ImageObject","inLanguage":"en-US","@id":"https:\/\/www.dmcinfo.com\/#\/schema\/logo\/image\/","url":"https:\/\/cdn.dmcinfo.com\/wp-content\/uploads\/2025\/05\/27171146\/dmc-logo-1.png","contentUrl":"https:\/\/cdn.dmcinfo.com\/wp-content\/uploads\/2025\/05\/27171146\/dmc-logo-1.png","width":418,"height":167,"caption":"DMC, Inc."},"image":{"@id":"https:\/\/www.dmcinfo.com\/#\/schema\/logo\/image\/"},"sameAs":["https:\/\/www.facebook.com\/pages\/DMC-Inc\/107982009242929","https:\/\/www.instagram.com\/dmcengineering","https:\/\/www.youtube.com\/DMCEngineering","https:\/\/www.linkedin.com\/company\/dmc-engineering"]},{"@type":"Person","@id":"https:\/\/www.dmcinfo.com\/#\/schema\/person\/af3c1e189d6a289e055787eb773ae0a8","name":"Kristen Stubenazy","image":{"@type":"ImageObject","inLanguage":"en-US","@id":"https:\/\/www.dmcinfo.com\/#\/schema\/person\/image\/","url":"\/\/www.dmcinfo.com\/wp-content\/uploads\/wpo365\/profile-images\/169.png","contentUrl":"\/\/www.dmcinfo.com\/wp-content\/uploads\/wpo365\/profile-images\/169.png","caption":"Kristen Stubenazy"},"url":"https:\/\/www.dmcinfo.com\/blog\/author\/kristens\/"}]}},"_links":{"self":[{"href":"https:\/\/www.dmcinfo.com\/wp-json\/wp\/v2\/posts\/36150","targetHints":{"allow":["GET"]}}],"collection":[{"href":"https:\/\/www.dmcinfo.com\/wp-json\/wp\/v2\/posts"}],"about":[{"href":"https:\/\/www.dmcinfo.com\/wp-json\/wp\/v2\/types\/post"}],"author":[{"embeddable":true,"href":"https:\/\/www.dmcinfo.com\/wp-json\/wp\/v2\/users\/169"}],"replies":[{"embeddable":true,"href":"https:\/\/www.dmcinfo.com\/wp-json\/wp\/v2\/comments?post=36150"}],"version-history":[{"count":10,"href":"https:\/\/www.dmcinfo.com\/wp-json\/wp\/v2\/posts\/36150\/revisions"}],"predecessor-version":[{"id":36765,"href":"https:\/\/www.dmcinfo.com\/wp-json\/wp\/v2\/posts\/36150\/revisions\/36765"}],"wp:featuredmedia":[{"embeddable":true,"href":"https:\/\/www.dmcinfo.com\/wp-json\/wp\/v2\/media\/38091"}],"wp:attachment":[{"href":"https:\/\/www.dmcinfo.com\/wp-json\/wp\/v2\/media?parent=36150"}],"wp:term":[{"taxonomy":"category","embeddable":true,"href":"https:\/\/www.dmcinfo.com\/wp-json\/wp\/v2\/categories?post=36150"},{"taxonomy":"post_tag","embeddable":true,"href":"https:\/\/www.dmcinfo.com\/wp-json\/wp\/v2\/tags?post=36150"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}