Remote Processing CAMBASIC User Manual

Page 6

Advertising
background image

Introduction - 3

13.

Process Functions Simplify Programming
Most functions return the result of a numeric or string calculation. A process function manipulates
and acquires data from a hardware device. For example, the AIN function causes the A/D converter
to begin its conversion. When the converter has finished, the data is read and converted to the
approp riate for mat .

14.

Trace and Debug C apability
The TRON and TROFF statements can be invoked to print out line numbers as the lines are
executed.

15.

Assembly C ode and Co mpiled “ C” Program s From BA SIC
Assembly code and compiled “ C” programs m ay be combined with CAM BASIC progr ams. The
machine code segm ents are e xecuted w ith the CA LL state ment. You can p ass up to 20 par ameter s to
the mach ine code pr ogram . Sm all progr ams can be stored in DAT A statem ents and P OKE d into
m em or y.

16.

Other features include:
a.

Line renumber ing

b.

48 error messages to pinpoint problem areas

c.

Access to system information

d.

Bit, BCD, byte, word, and floating point data supported

e.

Hex input and hex and binary output supported

Advertising