Panasonic FP Series Programming Manual page 846

Hide thumbs Also See for FP Series:
Table of Contents

Advertisement

F147_PR
Outputs the ASCII codes for 12 characters stored in the 6-word area specified by s via the word
Description
external output relay specified by d if the trigger EN is in the ON-state. If a printer is connected to
the output specified by d, a character corresponding to the output ASCII code is printed.
Only bit positions 0 to 8 of d are used in the actual printout. ASCII code is output in sequence
starting with the lower byte of the starting area. Three scans are required for 1 character constant
output. Therefore, 37 scans are required until all characters constants are output.
Since it is not possible to execute multiple F147_PR instructions in one scan, use print-out flag
sys_bIsActive_F147_PR (ms-its:SysVars.chm::/64395.htm#o64401) to be sure they are not
executed simultaneously. If the character constants convert to ASCII code, use of the F95_ASC
(see page 661) instruction is recommended.
Availability of F147_PR (see page 1321)
PLC types
Data types
Variable
Data type
ANY16
s
WORD
d
Operands
For
WX
s
-
d
Error flags
No.
IEC address
%MX0.900.7
R9007
%MX0.900.8
R9008
%MX0.903.3
R9033
Parallel printout
Function
starting 16-bit area for storing 12 bytes (6 words) of ASCII
codes (source)
word external output relay used for output of ASCII codes
(destination)
Relay
T/C
WY
WR
WL
SV
WY
-
-
-
Set
permanently
for an instant
permanently
Register
EV
DT
LD
FL
-
-
-
-
If
 the ending area for storing ASCII codes
exceeds the limit
 the trigger of another F147_PR
instruction turns on while one F147_PR
instruction is being executed
 a F147_PR instruction is being executed
Data transfer within the PLC
Constant
-
-
845

Advertisement

Table of Contents
loading

Table of Contents