Table 4-3. error (or explain warning) codes, 3 block diagram description, Block diagram description -4 – KEPCO KLP Series Developer's Guide, Rev 1 User Manual
Page 46: Error (or explain warning) codes -4, Able 4-3)

4-4
KLP-DEV 031113
4.4.1.3
BLOCK DIAGRAM DESCRIPTION
Figure 4-2 shows that the level input is converted to a string that is compatible with the power
supply, floating with 5 places to the right of the decimal (%.5f). Then, using the VISA write func-
tion, the string is sent to the power supply. The case statement in the middle of Figure 4-2
shows that all Kepco power supplies support this same functionality.
FIGURE 4-2. KepcoDCPwr Configure Voltage Level.vi BLOCK DIAGRAM
Figure 4-3 shows that when the error is true ( not equal to zero), the function is a null function,
passing the inputs (VISA session, Model, Channel and error) through the function without modi-
fication.
FIGURE 4-3. KepcoDCPwr Configure Voltage Level.vi ERROR BLOCK DIAGRAM
TABLE 4-3. ERROR (OR EXPLAIN WARNING) CODES
status - The boolean is either TRUE (X) for an error, or FALSE (check mark) for no error or a warning. The
pop-up option Explain Error (or Explain Warning) gives more information about the error displayed.
code - The code input identifies the error or warning. The pop-up option Explain Error (or Explain Warning)
gives more information about the error displayed.
source - The string describes the origin of the error or warning. The pop-up option Explain Error (or Explain
Warning) gives more information about the error displayed.