so this couldn't be done? or something more correct, but along the same lines?:
Dim TC 'Temperature that comes from card'
Dim TF 'Temperature in F'
TF is (TC*9/5)+32
Check Box in Settings
Yes= display TF for all temps
No= display TC for all temps
or maybe Dim TU 'or something similar' use it for all displayed temps and:
Yes then TU = TF
No then TU = TC
temperatures sent from the software to the card would have to be in C I assume (ie for the compressor settings)
so those temps would have to be converted back and rounded before sent to the card.
???????????? Pretty please, tell me this is possible. (no lies)
As for the question that you didnt understand:
I have, as I have stated before, one servo in my system. It is a servo amplifier that utilizes any voltage from 0-12V and provides a corresponding position (Analog). There are in theory infinite positions between the 0V and the 12V set positions. I would prefer to control this servo with an analog 0-12 volt signal. I know there is hardware made by a company in canada I think, their products are called Phidgets. The phidgets are I/O devices that can be controlled by software (VB6 and similar are listed on the site) via usb. One of the products they produce, provides analog output.
I want to know if its possible to modify the software you provide to send the control temperature to a seperate device like this phidget. I want to know if I can set up a new control associated with this output that provides more temp settings (lets say 10)to control the temp door more precisely, and I want to know if a slider control can be set up in addition to up/down arrows to control this temperature.
So in short, is it possible for this VB6 program to be modified to read/write to/from other usb hardware?
Thanks for your quick and thorough reply to my previous questions