This is a short overview of how to get started with WDTC. Whether you’re new to it or just looking for a refresher, this guide will walk you through the key steps to begin effectively. Let’s dive in!
Before you start:
-
please start and go through
-
important is to understand and accept:
Installer and documentation downloading:
- B&R webpage login is required, contact your local sales representative if you don’t have access.
- Installer and documentation is available on request, contact is available next to version history
Online course/first project:
- Online course Available at B&R Industrial Automation’s website. It contains:
- Introduction to Widget Development Tool Chain (WDTC)
- Installation and setup
- Creating a spinner widget
- Debugging possibilities
- Topic duration
- About 6 hours (4 hours: Widget development; 2 hours: Testing and debugging)
QnA
Licensing & Access
- Do I need a license to use WDTC?
→ Yes, a valid license is required. For license overview see link. - How do I obtain a WDTC installer/license?
→ installer and license is available on request, see link. - Can I transfer my WDTC license to another user?
→ License can be returned to the license pool of the user. If another user has access to the same license pool, then yes. - What happens when my WDTC license expires?
→ WDTC will switch to demo mode, same as you would not have a license. License is automatically renewed, if you do not cancel it beforehand.
Installation & Setup
- Where can I download WDTC?
→ You will receive a download link after obtaining a license. - What are the system requirements for WDTC?
→ There are no special requirements. Computer where Automation Studio is running on, is ok. - How do I install and set up WDTC for the first time?
→ Follow instruction in Online Course, link. - How do I update WDTC to the latest version?
→ You need to check the location where or contact from whom you received it.
Development & Customization
- Which programming languages do I need to know for WDTC?
→ You need the knowledge of web technologies like JavaScript, HTML5, and CSS3. - Can I integrate third-party libraries into my widgets?
→ Yes, it is possible to use third-party libraries, but it is not possible to develop with a different “framework” (e.g. vue.js, angular, …) - How do I debug widgets created with WDTC?
→ It is possible to debug the widgets out of the development environment (e.g. VS Code), or directly with the developer tools.
Troubleshooting & Common Issues
- Why is my widget not displaying correctly?
→ Check for syntax errors, missing dependencies, or console errors. - How do I fix CSS styling issues in my widget?
→ Ensure correct selectors and avoid conflicting styles. - WDTC is running slowly—what can I do?
→ Optimize your code, check system performance, and update to the latest version. - I get an error when deploying my widget—how do I fix it?
→ Check error logs and ensure all required files are included. Use primary contact or Internet resources. See support structure [link]
Community & Resources
- Where can I find tutorials or best practices for WDTC?
→ Check the B&R Community forum, documentation, or Online tutorials. - Can I share my widgets with others?
→ Yes, through the B&R community, repository or internal sharing features. - How can I suggest new features for WDTC?
→ Submit feature requests using official B&R channels - Who can I contact for additional support?
→ Get in contact with primary contact in your local B&R office or create topic and B&R community forum for assistance. See support structure link
Community Forum
- Is there dedicated category I have to use for new discussion?
→ Yes, please use category WDTC - Are there any limitation I can ask about WDTC?
→ Any technical question, idea or issue topic can be created, B&R community guidelines must be follow link - What tags are available?
→ wdtc-question - for any user, general questions
→ wdtc-issue - for any user, tag topics with issue and ask for help
→ wdtc-idea - for any user, tags any ideas or sample shared
→ wdtc-news - for moderators/admin. Is used for news announcement.
→ wdtc-getting-started. Topics to study before using WDTC category
Feel free to set watching to any of it.
All WDTC getting started related topics:
WDTC - Introduction/Guidelines/Supports
WDTC - Licensing/Downloads/Version history
WDTC - Getting started/Online course