CompactLink Brochure
CompactLink Brochure
CMCP
Configure LMCP
Programmable
CompactLink Software
A PC based software package that allows users to add new devices to the library and
create functional tests to suit special applications.
Thanks to the RS-232 link, software updates (available on the internet) can be
downloaded and programmed into the Compact units. Test results can also be
uploaded to the PC for analysis
Activatio
tion
stric
re
do
n
ng ss
le for acce
Device Definition
When a device is selected or created, the device definition
window appears. This allows the user to enter the information
related to the device as well as define its physical characteristics.
The name and function will be used by the database for sorting.
Parameters such as package, class, thresholds and output types
may also be selected.
The power and ground pins of the new device must be specified
using the pin out table.
Programming Interface
The Programming Interface is designed for the generation
DO WHILE
and debugging DATA <=
of new functional 3 PLIP (PremierLink
IC tests.
IC Programming) is a high level language designed
DISPLAY
specifically for test "Testing
programming. The gate
syntax 1", NEWLINE
is highly
descriptive so thatDISPLAY
programmes "Result
are, to a=large
",RESULT()
extent, self
commenting. However, comments can also be inserted if
required. DRIVE [ 1A,1B ] WITH DATA
IF RESPONSE([1A])
The built in compiler generates binary data= 0 can be
which
executed in stand alone form by the integral debugger or
END IF
combined into library files for use with System8 products.
Up to 3 breakpoints IFcan
LINKED(
be added1A,1B)
to the programme where
execution can be suspended and data can be examined.
END IF
The debugger allows the user to identify and fix the possible
problems in the IF LINKED( [whilst
programme, 1A, 1B ] ) to the
connected
hardware, before adding the new device to the library.
END IF
IF LEVEL( [ 1A, 1B ] ) = 3
DISPLAY "Output voltage = Y
CHECK THAT 1Y Online
IS LOW Active Help
ELSE
CompactLink
DISPLAY "Output is supplied=
voltage with
Y an extensive online active help which can be accessed
at any time during programming. This facility provides the user with a PLIP syntax
CHECK THAT 1Y guide
IS HIGH
for each command. The Active Help window is broken down into :
END IF
! A syntax section
DATA = DATA + 1 ! An extensive description of the command
END DO ! Concrete examples for illustration
! Additional comments (if applicable)
! Target field