|
Posted by Fisher on July 7, 2005, 6:37 am
Please log in for more thread options
Hello, I'm looking to poll my OPOS enabled 6720 scale and place the
polled weight value into a session variable that can then be displayed
on the NetDisplay w/Receipt or Status.htm.
In looking at QSRules... QSRules.Register.WeightScale.Read(Weight As
Double)
I wanted to implement Session.Variable(8) =
QSRules.Register.WeightScale.Read()
QSRules.WeightRead is not a directly accessible function call, although
the class is listed.
My proposed approach:
QSRules.Register.WeightScale.CO.Open("devicename?")
Read scale
QSRules.Register.WeightScale.CO.Close
Is this something that can be requested from MS for a one time tech
support incident? Or will they not address things like this?
Any thoughts?
Kevin
|