RobotStudio event

Error using pulsetime

Options


I use SM 5.14.1032
I get this error when i add time in millisec on a pulse event in a button.
ScreenMaker -> Build Error -> Screen d:Screenmaker projektsGUI mpMainScreen.cs - Line 371 : Argument 1: cannot convert from 'double' to 'int' 27-09-2011 14:06:20 ScreenMaker .
 
If i enter pulsetime in 200 i get this error but if i use an application variable with same value it works. 
The C# code that makes the error is this:
((ABB.Robotics.Controllers.IOSystemDomain.DigitalSignal)(ABB.Robotics.ScreenMaker.Windows.Forms.DataManager.GetSignal(

this, "IOSYSTEM/SIGNALS/DO_PlacePosReady"))).Pulse(200D);

.Pulse(200D); this must be wrong

 
Best Regards

Klaus Soenderhegn
www.cadalysator.dk

Comments



  • Hello Klaus,
     
    The issue mentioned has been fixed in 5.14.02 version of RobotStudio ScreenMaker.
     
    Thanks
  • Klaus
    Options


    where can i download 5.14.2?
    Best Regards

    Klaus Soenderhegn
    www.cadalysator.dk


  • Hello Klaus,
     
    The RobotStudio 5.14.02 is scheduled to be released and made available on download site during mid october.
     
    Thanks
  • Hi, Klaus
     

       I get the same error like you. Can you tell me how to use an application variable with same value . Pls give me the C# code, i am very urgent for it.

     

    Thank you in advance!