Return to Home Page
 Test Language

» Example 1
» Example 2
» Example 3
» Example 4
» Example 5
» Example 6
» Example 7
» Example 8
» Example 9

 Additional Links

» Home Page

» Eurocard Range
» Communication Boxes
» Engine Module Testers
» OBD Vehicle Diagnostics

PLANT LINK S.L. TEST PROGRAMMING LANGUAGE EXAMPLE 3


This instruction applies a voltage to a specific pin of the module under test. Comments are in green

SetVoltOut(J1-92,0.9)

/ Set 0.9 Volts on pin J1-92 of the module under test

The SetVoltOut function puts a voltage on a specific pin of the module under test. In this case the parameters passed to the function are pin J1-92 and 0.9 Volts. (Set 0.9 Volts on pin J1-92 of the module under test). J1-92 is pin 92 of a connector called J1 on the module.

The language offers the facility to assign any name to test system input and output pins. In this example the pin name "J1-92" is defined elsewhere in the program. In the Plant Link S.L. Engine Module Tester, module pin J1-92 is physically connected to Output25 of the test system. Output25 can be assigned the name J1-92 by the following statement:

Output25(J1-92)

/ Apply the name J1-02 to the Test System output Output25


Further examples:

Input0(J1-1)
Input2(J1-3)
Output0(J1-13)
Output1(J1-14)
Output1(J1-14)
Output2(J1-15)



HOME | CONTACT US

© Plant Link S.L.