Internet PLC Forum
Welcome,
Guest
. Please
login
or
register
.
1 Hour
1 Day
1 Week
1 Month
Forever
Login with username, password and session length
News:
Home
Help
Search
Login
Register
Internet PLC Forum
»
General
»
Technical support
»
The SetDac Command
« previous
next »
Print
Pages: [
1
]
Author
Topic: The SetDac Command (Read 10594 times)
karen
Newbie
Posts: 18
I love YaBB 1G - SP1!
The SetDac Command
«
on:
June 18, 2002, 08:58:13 AM »
i wonder if you can help me
using the setdac command how can i solve this problem
setdac from 0-3800
show on the lcd a scale of 0-250 where
3800 represents 0
0 equals 250
thanks
karen
«
Last Edit: December 31, 1969, 04:00:00 PM by 1076562000
»
Logged
support
Global Moderator
Hero Member
Posts: 3174
Re: The SetDac Command
«
Reply #1 on:
June 18, 2002, 09:34:14 AM »
Try the following statements:
X = ..... ' assume X contains the desired value 0-3800.
SETDAC 1, X
N = 250 - X*250/3800
SETLCD 1,1, STR$(N)
«
Last Edit: December 31, 1969, 04:00:00 PM by 1076562000
»
Logged
Email: support@triplc.com
Tel: 1-877-TRI-PLCS
Print
Pages: [
1
]
« previous
next »
Internet PLC Forum
»
General
»
Technical support
»
The SetDac Command