Esempio n. 1
0
 public override void SetCurrentPos(double pos)
 {
     ApsController.SetCommandPosition(NoId, Convert.ToInt32(pos / Transmission.PulseEquivalent));
     //ApsController.SetFeedbackPosition(NoId, pos);
 }
Esempio n. 2
0
 public override void APS_set_command(double pos)
 {
     //base.APS_set_command(pos);
     ApsController.SetCommandPosition(NoId, pos);
     //ApsController.SetFeedbackPosition(NoId, pos);
 }
Esempio n. 3
0
 public override void SetCurrentPos(double pos)
 {
     ApsController.SetCommandPosition(NoId, Convert.ToInt32(pos));
 }