Home
Prox / RFID
Verichips
Ladder Logic
[interfacing] †
Tube Joints
Key Code From Photo
SolveSpace (3d CAD)
SketchFlat (2d CAD)
Photographs
Miscellany
Resume / Consulting
Contact Me

LDmicro Forum - Counter

(you are viewing a thread; or go back to list of threads)

Counter (by Boris)
How to make counter which will go more than 32000 to count up to 999999 using ADD function.
Thanks!
Fri Feb 3 2012, 07:31:29
counter (by iswahyudi)
use 2 or more variable.
ex. use 2 variable VarA and VarB.
VArA=low byte and VarB high byte.
if VarA>=1000 then (VarB=Varb+1, VarA=0)
if VarB>=1000 then (VarB=0).
good luck
Sun Feb 19 2012, 12:07:44
Post a reply to this comment:
Your Name:
Your Email:
Subject:
(no HTML tags; use plain text, and hit Enter for a line break)
Attached file (if you want, 5 MB max):