Search the Community

Showing results for tags '#got2000'.

  • Search By Tags

    Type tags separated by commas.
  • Search By Author

Found 28 results

  1. Creating pages on GOT with PLC

    Hello, I am trying to create new pages on a pre-existing GOT. Within the GOT there is a screen that displays a list of part numbers to be selected. Like the image below;   As of current, there are 10 pages with 10 part numbers in each page (Total = 100 part#). I want to create one more page for 10 more part numbers but I can't figure out how the pre-existing logic switches from page to another within the screen or how I would add more page to the GOT screen? Below is the ladder logic of how the screen switches from one page to another.        
  2. Hello everybody, I am facing an issue with my GOT HMIs Performance at the Moment. I hope somebody can assist me troubleshooting these performance issues. I am using GOT2310 and GT2107 simple. The performance issues are in different projects. When I am talking about performance issues I am specifically talking about a laggy behavior during operation of the GOT. I am looking for a way how to actually debug and troubleshoot the performance issue. How to figure out what is causing the laggy behavior? The 2310 HMI is actually quite busy I am doing quite some different things: DDTs are active Different loggings are active (one logging is logging every 100ms) Multiple layers Different scripts, some of the scripts are executed ordinary The screens are using multiple layers Access data directly not via a DDT I have a communication error, this error seems to be relatively unique and I will open a different topic for this. There is communication in both directions but I do get a system alarm “communication error” What is the good practice to start debugging / troubleshooting?   Best regards
  3. Hi guys,  I have been trying to sync up my RSLogix 5000 tag to GT Designer 3 (GTD3) objects but I noticed that GTD3 only recognize certain native data types from Allen Bradley Logix5572 Controller (Model 1756-L72).  In the documentation that I found, it show that certain AB Native Tags are transferable to GTD3 Data Type (See the attached file "AB Tags to GTD3 Tags" ) One of the User-Defined Data Type from the RSLogix 5000 that I am trying to sync to Text Display Object in GTD3 is called "UDT_MY_CLTR_INFO" here is it's hierarchy of inheritance from RSLogix 5000     Name                                                                     Force Mask                                                                                   Data Type MY_CLTR_INFO                                                     (...)                                                                                                 UDT_MY_CLTR_INFO      MY_CLTR_INFO.NAME                                                                                                                                           STRING           MY_CLTR_INFO.NAME.LENGTH                                                                                                                      DINT           MY_CLTR_INFO.NAME.DATA                                                                                                                           SINT[82]    In my exported tag which is a CSV file, it doesn't list the sub-classes MY_CLTR_INFO.NAME, MY_CLTR_INFO.NAME.LENGTH, and MY_CLTR_INFO.NAME.DATA, it would only list MY_CLTR_INFO.  How do I link up my "Text Display" Object in GTD3 with the tag "MY_CLTR_INFO.NAME" whose Data Type is STRING and GTD3 does not have a STRING Data Type?  I appreciate anyone that took their time to read my problem and any attempt to help me out. Thank you.