ProSoft Technology MVI56-BAS User Manual
Page 111

MVI56-BAS ♦ ControlLogix Platform
BASIC CALLs Syntax
BASIC Module (DB/BAS Compatible)
User Manual
ProSoft Technology, Inc.
Page 111 of 234
December 13, 2011
CALL 25: Convert Floating Point Data to 16-Bit Binary
CALL 25 converts a floating point data value to a 16-bit binary representation (0
to 65535) and places the result into the module output buffer. If the value to be
converted is less than 0, then 0 will be used. If the value to be converted is
greater than 65535, then 65535 will be used. No error will be generated in either
case.
Syntax:
PUSH [A]
PUSH [B]
CALL 25
Where:
A = value to be converted
B = word address of output buffer (between 0 and 231)
Example:
10 DIM A(32)
.
.
.
210 GOSUB 720
.
.
700 REM This routine copies data from variable A()
710 REM to the BASIC Output Buffer Input Image area
720 FOR I = 0 TO 31
730 PUSH A(I),I+200: CALL 25
740 NEXT I
750 RETURN
- ILX69-PBS (102 pages)
- MVI69E-LDM (130 pages)
- ILX69-PBM (124 pages)
- MVI69L-MBTCP (152 pages)
- PS69-DPS (108 pages)
- MVI69E-MBTCP (150 pages)
- MVI69L-MBS (154 pages)
- MVI69E-MBS (162 pages)
- PS69-DPM (130 pages)
- MVI69-FLN (137 pages)
- MVI69-DFNT (167 pages)
- MVI69-GEC (86 pages)
- MVI69-PDPS (96 pages)
- MVI46-S3964R (80 pages)
- MVI46-S3964R (78 pages)
- MVI46-DNPSNET (119 pages)
- MVI69-ADMNET (122 pages)
- MVI56-104S (188 pages)
- MVI69-ADM (342 pages)
- MVI69-MCM (167 pages)
- 5307-MBP-HART (169 pages)
- MVI69-PDPMV1 (225 pages)
- MVI69-GSC (102 pages)
- MVI69-DNP (129 pages)
- MVI69-DFCM (117 pages)
- MVI69-103M (131 pages)
- PC56-OPC (34 pages)
- MVI46-MBP (101 pages)
- MVI69-101S (149 pages)
- MVI56-103M (152 pages)
- MVI56-DFCMR (113 pages)
- MVI56-DNP (193 pages)
- MVI56-LTQ (98 pages)
- ILX56-MM (112 pages)
- MVI56-DFCM (106 pages)
- MVI46-PDPS (88 pages)
- MVI56E-MNETCR (159 pages)
- MVI46-AFC (316 pages)
- MVI56E-MNETC (183 pages)
- MVI56E-GSC/ GSCXT (140 pages)
- MVI56-PDPMV1 (255 pages)
- MVI46-MNETC (153 pages)
- CLX-APACS (53 pages)
- MVI56E-MNET/MNETXT (181 pages)