beautypg.com

C - report generation quick reference guide, Report generation quick reference guide, C.0 quick reference – Rockwell Automation 1775-S4B,D17756.5.3 User Manual SCANNER/MSG HND User Manual

Page 151

background image

Appendix

C

CĆ1

Report Generation Quick

Reference Guide

This appendix contains tables and figures which will remind
you how to do report generation on the 1775-S4B scanner:

Figure or Table Page

Specifying a Data Format C-11

. . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . .

Conversion Table C-2

2

. . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . .

Expression Operators C-3

3

. . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . .

Assigning User Symbols C-3

3

. . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . .

Section Modifiers C-4

4

. . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . .

Editing Procedures C-4

4

. . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . .

Using Commands From the S4B Prompt C-5

5

. . . . . . . . . . . . . . . . . . . . . . .

Using Commands within Procedures C-5

5

. . . . . . . . . . . . . . . . . . . . . . . . . .

Using Functions C-6

6

. . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . .

Error Codes C-7

7

. . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . .

Figure C.1

Specifying a Data Format

Width of field. If not specified or 0, printing starts on

the left and continues through a field width necessary to

hold the value; therefore, justification and fill character

specifications do not apply.

Delimits the start

of format specification

Fill character

(With a field

width, default

is space

Justification:

+ for right

- for left

(With a field

width, default

is right)

Specify both or neither. Do not specify

when field width is not specified or 0.

Base:

B for binary

H for hexadecimal

O for octal

S for string

D for decimal

(If you enter a format delimiter,

you must specify the base. With

no delimiter, the default is decimal

for numeric values and string for

string values.)

C.0
Quick Reference