Search the Community

Showing results for tags 'group/ungroup objects'.

  • Search By Tags

    Type tags separated by commas.
  • Search By Author

Found 7 results

  1. HI everyone ,  i will be very glad if anyone helps me to clear the doubt . I am using MX component version of 4 to connect with my CCLINK J61BT11N   Board. Is there a way to read group of registers from the CC-LINK . for example, if i want to read from D0 to D5  or write D0 to D5.  is there any function  in MX component which helps to read the group of registers? I use MItshubi PLC .
  2. Hello, everyone. I want to ask for help..  i want to upgrade HMI hakko V7 to V9.. have file hmi in V7 use software V-SFTV5 but when I open file V7 use software V-SFTV6 its cant convert and i attached the screenshoot below..  can someone tell me what's wrong?
  3. So I have been using Tag Groups for a while But I have run into a problem that has me stumped I am trying to get the .value of a tag group item and use it as part of a file path Example   Creating a file name from a tag.value Set MyTagGroup = Application.CreateTagGroup(Me.AreaName) Dim Dfile As String Dim NewFile As Tag MyTagGroup.Add "Recipe\Recipe_FBK_Formulation" MyTagGroup.Active = True Set NewFile = MyTagGroup.Item("Recipe\Recipe_FBK_Formulation") Dfile = "C:\Access_DB\" & NewFile.Value & ".txt" 'name of  file End Sub Now the value of Tag Recipe\Recipe_FBK_Formulation is equal to "CF12GH" and will show that if I drop a string display object on the display But when used as above, Instead of the value, it seems to be trying to use /::Recipe\Recipe_FBK_Formulation as the value not CF12GH So what am I doing wrong  
  4. When creating a tag group, what is (Me.AreaName, 250) defining in the code snippet below? If rpOneTagGroup Is Nothing Then Set rpOneTagGroup = Application.CreateTagGroup(Me.AreaName, 250) Call LoadSiloTagGroup(xSilos) End If  
  5. I'm searching for supported EtherNet/IP CIP objects documentation for CJ2M. With Wireshark, I see unknown service 0x54. Thank you!  
  6. Keybord Shortcuts

    Guys, I am using TIA v13 for HMI programming. Is there any way we can add a keyboard shortcut to group/ungroup the objects? I checked in Options > Settings > Keyboard shortcuts but there is nothing I can use. Am I missing something silly? or Siemens just doesn't allow that?
  7. Guys,  What is HMI Tag group that can be added under the HMI tags in the Project Tree? I am new with siemens and trying to debug an HMI. The error is " ,The parameter of a function is not available for trigger 507 - Analog Edit, event 'Loaded'. The referenced object does not exist.,,,". There is a weird event set up upon loading of the screen which is causing error. Thank you in advance. Please guide me.