|
TEST-OK includes TEST-TRACK: Powerful testing software and administrative tools for building a full PCB test All test commands are pre-programmed to build your specific test routines.
Building your test sequence requires little training. Test results are stored in an industry standard database, enabling to trace the results of all tested products, including different test sessions, results and software versions. TEST-TRACK and the database can be installed on any Windows based computer.
Highlights
- Intuitive test editor
- Fast-Report: Create and save PDF reports
- Track & Trace functions
- UUT location tracking
- Panel configuration and testing
- Communication with external programmes and equipment
- User Acces Level
- Programming of microcontrollers
- Visual communication
- CSV export of test values
- Break points, step by step debugging
- Running external executables
- Interfacing ERP-software
- Step by step debugging
- Labels design and printing before or after testing, depending test results
- Several communication command sets (CAN, Serial, I2C)
Specifications

| Operating system |
Windows XP/Windows 7
|
| Database connection |
Microsoft Windows ODBC |
| Database type |
MySQL 5.0 |
| Easy to use interface for board testing. Test sequences and optional firmware to be programmed during testing are automatically choosen. |
| Possibility to generate and print serial number |
|
Seamless integration with Test Controller Cards or stand alone testing
|
| Test sequencer |
| Individual tests are written in a simple command language |
| Support for test debugging: real-time I/O, and break points |
Sample code
Programming of microcontrollers
//--- Switch on the power supply
SET_SUPPLY [1] = ON;
//--- Set the correct part number of the microcontroller to be programmed
CONFIG_PROGRAMMER [1] "PIC18F2420";
WAITMS 1000;
PROGRAM [ 1 ] = "\\Scripts\009\HexFiles\sample.hex";
|