bamf

MrPLC Member
  • Content count

    2
  • Joined

  • Last visited

Everything posted by bamf

  1. I finally moved my global subroutines locally to the concerned pages. and used global variables to enable the ones I need. Thank you.
  2. Hello, In sysmac studio, for a NA hmi, is there a way to access a button in Visual basic from a global subroutine ? I always get this when i compile : error BC30456: 'MyPage' is not a member of 'My_NA_HMI'. the code is : My_NA_HMI.MyPage.myButton.IsEnabled = True   Regards,