beautypg.com

ProSoft Technology MVI56-BAS User Manual

Page 174

background image

BASIC CALLs Syntax

MVI56-BAS ♦ ControlLogix Platform

User Manual

BASIC Module (DB/BAS Compatible)

Page 174 of 234

ProSoft Technology, Inc.

December 13, 2011

CALL 114: Transmit DF1 Packet

Using CALL 114 (Transmit DF1 Packet) allows the user to transmit a DF1 data

packet created by the BASIC program using PRINT#, PH0# or PH1# statements.

If PRT2 is configured for full-duplex, the DF1 packet will be transmitted the next

time PRT2 receives an ENQuiry from a DF1 master.
In order to check if the transfer was successful use CALL 115 (Check DF1 XMIT

Status).
This CALL does not use any parameters:

Syntax:

CALL 114

Example:

.
.
.
90 CALL 114
.
.
.