AutomationDirect
Search
Login | Register
Accounts & Orders
Cart
0
$0.00

Recent Orders

View and Manage | Request Cancellation
Loading Order History
Loading...Loading...

Your Account

Account Home

Checkout   $0.00


  • My Orders
  • Product Returns (RMAs)
  • Pay Proforma Invoices
  • Pay Freights
  • Invoices / Invoice Reprint
  • Quotes / Favs / BOMs
  • Packing List Reprint
  • My Product Docs
  • Credit Application
  • Tax Exemption
| Direct Sales in US and Canada | 1-800-633-0405 | About Us | Contact Us | Line Card
Products | Support
| Compare
  
Ordering Tools  
warning Cookies are not enabled on your browser.
Cookies are required for our site. Please enable cookies in your browser preferences to continue.
ADC will be closed Friday, July 4th, to celebrate Independence Day. Orders placed after cut-off times on Thursday will be processed and shipped on Monday, July 7th.
+
Navigation
+
Shopping Categories
  • Barcode / RFID / Vision
  • Bulk Wire & Cable
  • Cables (Terminated)
  • Circuit Protection / Fuses / Disconnects
  • Communications
  • Drives & Soft Starters
  • Enclosure Thermal Management & Lights
  • Enclosures & Racks
  • Field I/O
  • HMI (Human Machine Interface)
  • Hydraulic Components
  • Motion Control
  • Motor Controls
  • Motors
  • Pneumatic Components
  • Power Products (Electrical)
  • Power Transmission (Mechanical)
  • Process Control & Measurement
  • Programmable Controllers
  • Pushbuttons / Switches / Indicators
  • Relays / Timers
  • Safety
  • Sensors / Encoders
  • Stacklights
  • Structural Frames / Rails
  • Tools & Test Equipment
  • Valves
  • Water (Potable) Components
  • Wiring Solutions
  • Retired Products
+
Learn More
  • Brand Line Card
  • What's New
  • E-newsletter
  • Online PDF Catalog
  • Video Tutorials
  • Company Reviews
  • Learning Library
  • Affordable Training
  • Free Online PLC training
  • Cybersecurity
+
In Depth Product Sites
  • Programmable Logic Controllers
  • Productivity1000 PLCs
  • Productivity2000 PLCs
  • Productivity3000 PLCs
  • ProductivityCODESYS
  • LS Electric XGB Series PLCs
  • ProductivityOpen
  • CLICK PLCs
  • Do-more H2 PLCs or
    Do-more T1H Series
  • Do-more BRX PLCs
  • C-more Touch Panels
  • AC & DC Drives
  • Motion Control Components
  • Servos
  • StrideLinx
  • Pneumatics
+
Product Selectors &
Configuration Utilities
  • PLC Family Selector
  • P1000 PLC Systems
  • P2000 PLC Systems
  • P3000 PLC Systems
  • ProductivityCODESYS
  • CLICK PLC Systems
  • Do-more® BRX PLC Systems
  • LS-Electric® XGB PLC Systems
  • Productivity®Open Systems
  • Datalogic® Safety Light Curtains
  • LS-Electric® Servo Systems
  • Nitra® Pneumatic Grippers
  • Object Detection (Sensors)
  • PAL Controller Configurator
  • Precision Gearbox Selector
  • Protos X® Field I/O
  • Quadritalia® Modular Enclosures
  • Stellar® Soft Starters
  • Stepper System Selector
  • SureFrame T-slot Extrusion
  • SureMotion® XYZ Gantry
  • SureServo2® System Selector
  • SureStep® Linear Actuators
  • Timing Belts & Pulleys
  • Werma® Stacklights
  • ZIPLinks

XEL-BSSRT Data Addressing - LS Electric XGB PLC from AutomationDirect



To learn more: https://www.automationdirect.com/ls-electric-plc?utm_source=JuHdlvIhqmc&utm_medium=VideoTeamDescription

(VID-XG-0094)

LS XGB Help File Video: LP216-2, LP217-2

XG5000 V4.77 2024-06-28

To view the LS XGB Help File please visit: https://cdn.automationdirect.com/static/helpfiles/ls_plc/Content/Home.htm

**Please check our website for our most up-to-date product pricing and availability.

Related AutomationDirect.com Part Numbers: N/A


Hide Transcript
View Transcript

In our previous video we used the XG5000 programming software to configure our XEL-BSSRT remote I/O bus coupler. Since every Remote I/O application is slightly different, there are many different configurations of modules that will be application specific. We need to be able to know where the data is located for any application. In this video we will discuss data addressing for the BSSRT and the PC software tool that helps us establish the specific data offsets for our deployment of the bus coupler. The BSSRT addresses data location similarly for EtherNet/IP, and Modbus/TCP. Both protocols use the same data addressing software and have similar data offsets, so this information will work with both protocols. We will start by downloading the data addressing tool. This software is called “Addressing for Communication Devices” and is available to download from AutomationDirect.com. I have mine already downloaded. I have also unzipped it to a software sub-folder in my downloads folder. When I open the software folder, I can select the “Addressing for comm devices.exe” file and it will launch the software. The software has a section for the XGT, the XGB, and Smart I/O. We will check the box for XGB, since that is our PLC series, and we can then select the I/O we are using. As we discussed in our previous video on setup, we are going to have an XBF-HD02A high speed counter module, and that will be in slot 0. I can now add that in the software. We will also have an XBE-DC32A discrete input module in slot 1, an XBE-TN32A discrete output module in slot 2, an XBF-AD04A analog input module in slot 3, and an XBF-LD02S load cell input module in slot 4. Once we have all these selected, we can select our unit as either byte or word. The BSSRT uses a 16-bit word as the base level of data size, so all data offsets will be in multiples of 16 bits. “Byte” data size can be used but will provide different offset values, so we recommend using “Word.” We can then select “Run.” The software immediately populates the main field and lists the modules for each slot. We see there is an input size, and an output size for each module. We can also see input and output address offsets, as well as Modbus Read and Write Addresses. If we are using EtherNet/IP we will use the Input Address Offset, and the Output Address Offset, and if we are using Modbus/TCP, we would use Read and Write Addressing. In our case, we can see that the header for the BSSRT is 2 words of Input information. The manual and help file detail this header information. It is used to give status of the various LEDs on the front of the bus coupler and is a great way to give quick, easy diagnostics for the health of the BSSRT. The HD02A high speed counter uses 22 input words, and 2 output words, the 32-point input module uses 2 input words, the 32-point output module uses 2 output words, the analog module uses 6 input words and 1 output word, and the load cell module uses 29 input words and 3 output words. We see the software also lists the offsets for input and output data and our Modbus read and write addresses. This information will be crucial in our interpretation of the IO information once we start reading this data from a controller.



No data returned!
An error has occurred! Please contact support
Videos Home > XEL-BSSRT Data Addressing - LS Electric XGB PLC from AutomationDirect
Contact, Connect & More
Sign Up
to receive:
FREE e-Newsletter
sign up today!
Connect With Us
Social Media Channels:
linkedin    facebook    x    instagram    youtube
Company Information
About Us
Brand Line Card
System Integrator Program
International Sales
Panel Builder Program
Site Help
Company Reviews
Download Price List
Contact Us
Contact Options
1-800-633-0405
Monday - Friday
9 a.m. - 6 p.m. ET
excluding holidays
Career Opportunities
Voted #1 mid-sized employer in Atlanta
We're a great place to work!
Check out our job openings

Need Training?
Affordable Training by Interconnecting Automation
Free Online PLC Training
FREE Video Tutorials
Information & News
What's New / In The News
FREE e-Newsletter
Automation Notebook
Product Literature
White Papers
News, Product and Training Bulletins
E-Books
Shop with confidence
Checked   Safe & Secure
payment methods


We accept VISA, MasterCard, Discover, American Express, PayPal or company purchase orders.
AutomationDirect

BBB Accredited

Voted #1 mid-sized employer in Atlanta
Check out our job openings

Copyright © 1999-2025 AutomationDirect.  ALL RIGHTS RESERVED.
Site Map     Send Us your Feedback     Unsubscribe     Email Preferences     Legal & Business Policies     YouTube Terms of Service
Clear login credentials



Back to Top


spinner Updating...
Info