Am I doing something wrong here? I'm trying to send to the spindle RPM field and it comes and goes and sometimes just flickers. I read that Validatefeild was suppose to stop this so I'm wondering if I'm doing something wrong before I delete field and replace with a new 1.
int myInt = intRead[5] | intRead[4] << 8;
string RPM = myInt.ToString();
UC.Setfieldtext(true, RPM, 870);
UC.Validatefield(true, 870);
Thanks,
Dan