Rockwell Automation 1746-BAS BASIC LANGUAGE User Manual

Page 170

Advertising
background image

Publication 1746-RM001A-US-P

12-20 Output Functions

This CALL is implemented as a Protected Typed Logical Write with two address
fields.

Table 12.6 Output Argument

Decimal
Output

Hexadecimal
Output

Description

0

00

Successful Completion.

2

02

Target node cannot accept the message at this time.

3

03

Target node cannot respond because message is too large.

4

04

Target node cannot respond because it does not
understand the command parameters.

5

05

module is off-line (not on link).

6

06

Target node cannot respond because requested function is
not available.

7

07

Target node does not respond.

10

0A

module detects illegal target node address.

11

0B

module detects illegal file number.

12

0C

module detects illegal target file element offset.

13

0D

module detects illegal target file length.

14

0E

module detects illegal time-out value.

16

10

Target node cannot respond because of incorrect command
parameters or unsupported command.

55

37

Message timed out (time-out value exceeded).

80

50

Target node is out of memory.

96

60

Target node cannot respond because file is protected.

231

E7

Target node cannot respond because length requested is
too large.

235

EB

Target node cannot respond because target node denies
access.

236

EC

Target node cannot respond because requested function is
currently unavailable.

241

F1

module detects illegal target file type.

250

FA

Target node cannot respond because another node is file
owner (has sole file access).

251

FB

Target node cannot respond because another node is
program owner (has sole access to all files).

Advertising