Welcome to the XJTAG blog
This site features regular posts from members of the XJTAG development and support team, designed to help maximise your productivity when working with XJTAG. The posts highlight particular features of the different software packages that make up the XJTAG development system or aspects of the XJEase language.
We want your feedback to make this blog useful to engineers like you. If you feel a post needs to be extended to give more detail, if there is a topic that you would like to see covered by future posts or you just found a particular post useful, please let us know. Feedback »
Voltage Measurements with XJLink2
8 February, 2010
One of the exciting new features of XJLink2 is the ability to measure a number of voltages. Via the 20way XJlink2 connector you can measure up to 18 different voltages. This means supply rail voltages can be measured before (and during) JTAG testing, and analogue measurements are now simple to make during your tests.
More »
XJLink2 Frequency Measurement
25 January, 2010
XJLink2 is the only JTAG interface that can accurately measure frequency.
XJLink2 button and LEDs
5 January, 2010
The new XJlink2 has a button and some LEDs, which aren’t found on most JTAG interface devices. These are simply there to make life a little simpler on a crowded workbench. Once you have a project open in XJRunner you can start testing by just pressing the button – this can be quicker than finding your mouse which has at some point almost certainly moved off the on-screen Run button. More »
The new XJLink2
14 December, 2009
The new XJLink2 USB-to-JTAG interface is beginning to make its way out to our distributors and depending on where you are is, or shortly will be, available for trial and purchase.
Using XJEase functions in XJRunner tests
7 December, 2009
A frequent question from customers is, “Why is my new XJEase test function not listed when I create an XJRunner test?”
XJEase Functions
For a function to be eligible to be made available to XJRunner it must be in the main project (.xje) file or a device file, or in a code file specified either in the main project (in the Circuit Code Files Screen) or from within a test device file (in the Test Device Files Screen).
More »
Integrating XJTAG with other Test Systems – XJTAG API
30 November, 2009
XJAPI is a simple interface that gives low-level access to the JTAG chain via the XJLink. It is intended to allow programmers the ability to integrate the XJTAG hardware into other test systems.
The XJTAG installation includes example projects in C/C++ and C# demonstrating the use of the API. The C# example is easily adapted for use in VB.net if the C# interop wrapper class is compiled into a class library. The examples are installed in the XJTAG Shared Files folder in a folder called ‘XJAPI Examples’. XJTAG installs a shortcut to the XJTAG Shared Files folder in its Start Menu group.
The installation also includes a complete reference for the API.
Integrating XJTAG with other Test Systems – System calls from XJEase
23 November, 2009
This series of posts covers how you can integrate XJTAG into your overall test system. This entry focuses on executing programs from within XJEase.
The XJEase keyword SYSTEM is used to execute a system command or program. More »
XJRunner Log File Viewer
16 November, 2009
In XJRunner, the Log File Viewer is a enhanced dialogue which allows you to view XJRunner’s logged output without having to open an external text file viewer.
XJTAG Support
9 November, 2009
Help us to help you!
If you need to let us know about a problem that you are having with XJTAG there are a few things that you can do help speed up the support process.
There are a few stock responses that we have to give repeatedly to many support requests. If you are reading this then you may well have received them in the past yourself. The first thing that we will generally ask you to do is upgrade to the latest version of the tools; these can be downloaded from XJTAG Downloads. You will need your maintenance user name and password to gain access to this section of the website. If you are not sure of these details then email support@xjtag.com and we will be glad to send you a reminder email.
If you are using the latest version of the tools then we will need as much information as you can provide to help us to resolve your problem. This includes:
- The version of the tools you are using
- The version of the operating system (e.g. Windows XP Service Pack 3)
- A detailed description of the problem or issue you are facing
- Is it reproducible? If so, what steps are needed to reproduce it?
In many cases it helps us to diagnose your problems faster if we have your XJTAG project as well as your description of the problem you are having. The best way to send us all of the files is to use the Export option from the File menu in XJDeveloper. From this menu you can tell the system to create a .ZIP archive of all of the files that make up your project. By using XJDeveloper to pull all of these files together you make sure that no files are missed.
If we have all the information early on in the support process along with your project, we are much more likely to be able to resolve the issue quickly.
If the tool you are using is crashing then it will create a crash report and then give you the opportunity to send that to us. Please do send this report to us as it contains a lot of useful information. We may still need to ask you for more information; however if you go through these steps before contacting us then we should be able to help you resolve your issue faster.
Test Modes in XJRunner – part 2
2 November, 2009
This post highlights the new Independent mode of testing introduced in XJRunner from version 2.3. Group mode was covered in an earlier entry.