Thanks mackrackit,

That sounds like a great idea, albeit leads me to a ton more questions.
If I understand correctly, is this how it would go?....

If I divide the TorchVdcMax by 1024 ----> ( 200/1024=.195)

So, if I do something like this:

Code:
SERIN2 SerPin,84,["V",dec3 TargetVDC]
TargetADC=TargetVDC*.195       'EX:TargetADC=120*.195 ----> 615.3846
The "615.3846" correlates to the ADC target count? ----> (200/1024)*615 = 120.117

I'll stop right there for the moment...I'm way confused at this point!
I think for the moment, I'de much rather focus on commanding the torch voltage rather than both the torch voltage and hysteresis. Maybe it will calm my nerves a bit.
Can you correct my mindset to this thing, or shoot me an easier way to comprehend it? Thanks a ton so far!

Chris