NWP_Query Object
(
    [query] => Array
        (
            [post_type] => kb
            [post__not_in] => Array
                (
                    [0] => 37025
                )
            [tax_query] => Array
                (
                    [0] => Array
                        (
                            [taxonomy] => kbtopic
                            [field] => slug
                            [terms] => wiring-diagrams-gt-series
                        )
                )
            [posts_per_page] => 4
            [orderby] => rand
        )
    [query_vars] => Array
        (
            [post_type] => kb
            [post__not_in] => Array
                (
                    [0] => 37025
                )
            [tax_query] => Array
                (
                    [0] => Array
                        (
                            [taxonomy] => kbtopic
                            [field] => slug
                            [terms] => wiring-diagrams-gt-series
                        )
                )
            [posts_per_page] => 4
            [orderby] => meta_value_num menu_order
            [error] => 
            [m] => 
            [p] => 0
            [post_parent] => 
            [subpost] => 
            [subpost_id] => 
            [attachment] => 
            [attachment_id] => 0
            [name] => 
            [pagename] => 
            [page_id] => 0
            [second] => 
            [minute] => 
            [hour] => 
            [day] => 0
            [monthnum] => 0
            [year] => 0
            [w] => 0
            [category_name] => 
            [tag] => 
            [cat] => 
            [tag_id] => 
            [author] => 
            [author_name] => 
            [feed] => 
            [tb] => 
            [paged] => 0
            [meta_key] => 
            [meta_value] => 
            [preview] => 
            [s] => 
            [sentence] => 
            [title] => 
            [fields] => all
            [menu_order] => 
            [embed] => 
            [category__in] => Array
                (
                )
            [category__not_in] => Array
                (
                )
            [category__and] => Array
                (
                )
            [post__in] => Array
                (
                )
            [post_name__in] => Array
                (
                )
            [tag__in] => Array
                (
                )
            [tag__not_in] => Array
                (
                )
            [tag__and] => Array
                (
                )
            [tag_slug__in] => Array
                (
                )
            [tag_slug__and] => Array
                (
                )
            [post_parent__in] => Array
                (
                )
            [post_parent__not_in] => Array
                (
                )
            [author__in] => Array
                (
                )
            [author__not_in] => Array
                (
                )
            [search_columns] => Array
                (
                )
            [meta_query] => Array
                (
                    [relation] => OR
                    [0] => Array
                        (
                            [key] => mkb_tax_order_5770
                            [compare] => EXISTS
                        )
                    [1] => Array
                        (
                            [key] => mkb_tax_order_5770
                            [compare] => NOT EXISTS
                        )
                )
            [order] => ASC
            [ignore_sticky_posts] => 
            [suppress_filters] => 
            [cache_results] => 1
            [update_post_term_cache] => 1
            [update_menu_item_cache] => 
            [lazy_load_term_meta] => 1
            [update_post_meta_cache] => 1
            [nopaging] => 
            [comments_per_page] => 50
            [no_found_rows] => 
            [taxonomy] => kbtopic
            [term] => wiring-diagrams-gt-series
        )
    [tax_query] => WP_Tax_Query Object
        (
            [queries] => Array
                (
                    [0] => Array
                        (
                            [taxonomy] => kbtopic
                            [terms] => Array
                                (
                                    [0] => wiring-diagrams-gt-series
                                )
                            [field] => slug
                            [operator] => IN
                            [include_children] => 1
                        )
                )
            [relation] => AND
            [table_aliases:protected] => Array
                (
                    [0] => wp_term_relationships
                )
            [queried_terms] => Array
                (
                    [kbtopic] => Array
                        (
                            [terms] => Array
                                (
                                    [0] => wiring-diagrams-gt-series
                                )
                            [field] => slug
                        )
                )
            [primary_table] => wp_posts
            [primary_id_column] => ID
        )
    [meta_query] => WP_Meta_Query Object
        (
            [queries] => Array
                (
                    [0] => Array
                        (
                            [key] => mkb_tax_order_5770
                            [compare] => EXISTS
                        )
                    [1] => Array
                        (
                            [key] => mkb_tax_order_5770
                            [compare] => NOT EXISTS
                        )
                    [relation] => OR
                )
            [relation] => OR
            [meta_table] => wp_postmeta
            [meta_id_column] => post_id
            [primary_table] => wp_posts
            [primary_id_column] => ID
            [table_aliases:protected] => Array
                (
                    [0] => wp_postmeta
                    [1] => mt1
                )
            [clauses:protected] => Array
                (
                    [wp_postmeta] => Array
                        (
                            [key] => mkb_tax_order_5770
                            [compare] => EXISTS
                            [compare_key] => =
                            [alias] => wp_postmeta
                            [cast] => CHAR
                        )
                    [mt1] => Array
                        (
                            [key] => mkb_tax_order_5770
                            [compare] => NOT EXISTS
                            [compare_key] => =
                            [alias] => mt1
                            [cast] => CHAR
                        )
                )
            [has_or_relation:protected] => 1
        )
    [date_query] => 
    [queried_object] => WP_Term Object
        (
            [term_id] => 5770
            [name] => Wiring Diagrams
            [slug] => wiring-diagrams-gt-series
            [term_group] => 0
            [term_taxonomy_id] => 5770
            [taxonomy] => kbtopic
            [description] => 
            [parent] => 5713
            [count] => 6
            [filter] => raw
            [term_order] => 5
        )
    [queried_object_id] => 5770
    [request] => SELECT SQL_CALC_FOUND_ROWS  wp_posts.ID
					 FROM wp_posts  LEFT JOIN wp_term_relationships ON (wp_posts.ID = wp_term_relationships.object_id) LEFT JOIN wp_postmeta ON ( wp_posts.ID = wp_postmeta.post_id )  LEFT JOIN wp_postmeta AS mt1 ON ( wp_posts.ID = mt1.post_id AND mt1.meta_key = 'mkb_tax_order_5770' )
					 WHERE 1=1  AND wp_posts.ID NOT IN (37025) AND ( 
  wp_term_relationships.term_taxonomy_id IN (5770)
) AND ( 
  wp_postmeta.meta_key = 'mkb_tax_order_5770' 
  OR 
  mt1.post_id IS NULL
) AND ((wp_posts.post_type = 'kb' AND (wp_posts.post_status = 'publish' OR wp_posts.post_status = 'acf-disabled')))
					 GROUP BY wp_posts.ID
					 ORDER BY wp_postmeta.meta_value+0 ASC, wp_posts.menu_order ASC
					 LIMIT 0, 4
    [posts] => Array
        (
            [0] => WP_Post Object
                (
                    [ID] => 37028
                    [post_author] => 18
                    [post_date] => 2021-08-14 19:29:35
                    [post_date_gmt] => 2021-08-15 02:29:35
                    [post_content] => 
Wiring Diagrams
Homerun Wiring

 
Max. of 6 GT-4Zs per trunk. SW1 switch must be set to A on last GT-4Z in the wire trunk. Each tenant station homeruns to a GT-4Z and its SW1 switch must be set to A.
 
[mkb-info]Tenant stations shown are theGT-1C7(-L). The GT-1M3(-L), GT-2C(-L), and GT-1C7W(-L) tenant stations can also be used and wired in the same manner. Note: GT-2C(-L) and GT-1C7W(-L) require a separate PS-24 power supply.[/mkb-info]
Loop Wiring

 
Max. of 25 stations per loop. SW1 switch must be set to A on the last station in the wire loop.
 
[mkb-info]Tenant stations shown are theGT-1C7(-L). The GT-1M3(-L), GT-2C(-L), and GT-1C7W(-L) tenant stations can also be used and wired in the same manner. Note: GT-2C(-L) and GT-1C7W(-L) require a separate PS-24 power supply.[/mkb-info]
T-Tap Wiring

 
Max. of 25 stations per trunk with GT-1Z. SW1 switch must be set to A on each tenant station.
 
[mkb-info]Tenant stations shown are theGT-1C7(-L). The GT-1M3(-L), GT-2C(-L), and GT-1C7W(-L) tenant stations can also be used and wired in the same manner. Note: GT-2C(-L) and GT-1C7W(-L) require a separate PS-24 power supply.[/mkb-info]
Wire Type
Audio Line 
20AWG (0.8mm) 2 Conductor Solid Non-Shielded PE Insulated
Video Line 
18AWG (1mm) 2 Conductor Solid Non-Shielded PE Insulated
Power
PS24
PS-2420UL
PT
Power Transformer (Contact electric strike or magnetic lock manufacturer for power requirements)
Wiring Distances
Max. wire distance from a distribution point to any tenant is 980’ (300m).
Max. cumulative wire distance is 8200’ (2500m).
Refer to the GT Series Installation Manual for complete wire distance information.
 
[mkb-tip]Distribution Point: (GTW-DP) Available in North America. This can be any device that parallels or commons the R1 / R2 connection. (Terminal strip, punch down block, wire nuts, etc.)[/mkb-tip]
 
                    [post_title] => Wiring: GT Standard System Audio/Video
                    [post_excerpt] => 
                    [post_status] => publish
                    [comment_status] => open
                    [ping_status] => open
                    [post_password] => 
                    [post_name] => wiring-gt-standard-system-audio-video
                    [to_ping] => 
                    [pinged] => 
                    [post_modified] => 2025-03-13 10:26:23
                    [post_modified_gmt] => 2025-03-13 17:26:23
                    [post_content_filtered] => 
                    [post_parent] => 0
                    [guid] => https://aiphone.local/kb/wiring-gt-standard-system-audio-video/
                    [menu_order] => 0
                    [post_type] => kb
                    [post_mime_type] => 
                    [comment_count] => 0
                    [filter] => raw
                )
            [1] => WP_Post Object
                (
                    [ID] => 47376
                    [post_author] => 18
                    [post_date] => 2025-05-30 08:17:11
                    [post_date_gmt] => 2025-05-30 15:17:11
                    [post_content] => This wiring diagram is suitable for video GT Series systems with up to 500 tenant stations, 16 entrance stations, and 4 guard stations.
                    [post_title] => General GT Expanded Video Loop Wiring Diagram
                    [post_excerpt] => 
                    [post_status] => publish
                    [comment_status] => closed
                    [ping_status] => closed
                    [post_password] => 
                    [post_name] => general-gt-expanded-video-loop-wiring-diagram
                    [to_ping] => 
                    [pinged] => 
                    [post_modified] => 2025-10-14 11:17:15
                    [post_modified_gmt] => 2025-10-14 18:17:15
                    [post_content_filtered] => 
                    [post_parent] => 0
                    [guid] => https://www.aiphone.com/?post_type=kb&p=47376
                    [menu_order] => 0
                    [post_type] => kb
                    [post_mime_type] => 
                    [comment_count] => 0
                    [filter] => raw
                )
            [2] => WP_Post Object
                (
                    [ID] => 47373
                    [post_author] => 18
                    [post_date] => 2025-05-30 08:14:39
                    [post_date_gmt] => 2025-05-30 15:14:39
                    [post_content] => 
This wiring diagram is suitable for video GT Series systems with up to 48 tenant stations, 5 entrance stations, and 2 guard stations.
                    [post_title] => General GT Standard Video Loop Wiring Diagram
                    [post_excerpt] => 
                    [post_status] => publish
                    [comment_status] => closed
                    [ping_status] => closed
                    [post_password] => 
                    [post_name] => general-gt-standard-video-loop-wiring-diagram
                    [to_ping] => 
                    [pinged] => 
                    [post_modified] => 2025-10-14 11:17:52
                    [post_modified_gmt] => 2025-10-14 18:17:52
                    [post_content_filtered] => 
                    [post_parent] => 0
                    [guid] => https://www.aiphone.com/?post_type=kb&p=47373
                    [menu_order] => 0
                    [post_type] => kb
                    [post_mime_type] => 
                    [comment_count] => 0
                    [filter] => raw
                )
            [3] => WP_Post Object
                (
                    [ID] => 47496
                    [post_author] => 18
                    [post_date] => 2025-06-12 07:31:25
                    [post_date_gmt] => 2025-06-12 14:31:25
                    [post_content] => 
This wiring diagram is suitable for video GT Series systems with up to 48 tenant stations, 5 entrance stations, and 2 guard stations.
                    [post_title] => GT Series Standard Homerun Diagram with GT-4Z
                    [post_excerpt] => 
                    [post_status] => publish
                    [comment_status] => closed
                    [ping_status] => closed
                    [post_password] => 
                    [post_name] => gt-series-standard-homerun-diagram-with-gt-4z
                    [to_ping] => 
                    [pinged] => 
                    [post_modified] => 2025-10-02 07:59:48
                    [post_modified_gmt] => 2025-10-02 14:59:48
                    [post_content_filtered] => 
                    [post_parent] => 0
                    [guid] => https://www.aiphone.com/?post_type=kb&p=47496
                    [menu_order] => 0
                    [post_type] => kb
                    [post_mime_type] => 
                    [comment_count] => 0
                    [filter] => raw
                )
        )
    [post_count] => 4
    [current_post] => -1
    [before_loop] => 1
    [in_the_loop] => 
    [post] => WP_Post Object
        (
            [ID] => 37028
            [post_author] => 18
            [post_date] => 2021-08-14 19:29:35
            [post_date_gmt] => 2021-08-15 02:29:35
            [post_content] => 
Wiring Diagrams
Homerun Wiring

 
Max. of 6 GT-4Zs per trunk. SW1 switch must be set to A on last GT-4Z in the wire trunk. Each tenant station homeruns to a GT-4Z and its SW1 switch must be set to A.
 
[mkb-info]Tenant stations shown are theGT-1C7(-L). The GT-1M3(-L), GT-2C(-L), and GT-1C7W(-L) tenant stations can also be used and wired in the same manner. Note: GT-2C(-L) and GT-1C7W(-L) require a separate PS-24 power supply.[/mkb-info]
Loop Wiring

 
Max. of 25 stations per loop. SW1 switch must be set to A on the last station in the wire loop.
 
[mkb-info]Tenant stations shown are theGT-1C7(-L). The GT-1M3(-L), GT-2C(-L), and GT-1C7W(-L) tenant stations can also be used and wired in the same manner. Note: GT-2C(-L) and GT-1C7W(-L) require a separate PS-24 power supply.[/mkb-info]
T-Tap Wiring

 
Max. of 25 stations per trunk with GT-1Z. SW1 switch must be set to A on each tenant station.
 
[mkb-info]Tenant stations shown are theGT-1C7(-L). The GT-1M3(-L), GT-2C(-L), and GT-1C7W(-L) tenant stations can also be used and wired in the same manner. Note: GT-2C(-L) and GT-1C7W(-L) require a separate PS-24 power supply.[/mkb-info]
Wire Type
Audio Line 
20AWG (0.8mm) 2 Conductor Solid Non-Shielded PE Insulated
Video Line 
18AWG (1mm) 2 Conductor Solid Non-Shielded PE Insulated
Power
PS24
PS-2420UL
PT
Power Transformer (Contact electric strike or magnetic lock manufacturer for power requirements)
Wiring Distances
Max. wire distance from a distribution point to any tenant is 980’ (300m).
Max. cumulative wire distance is 8200’ (2500m).
Refer to the GT Series Installation Manual for complete wire distance information.
 
[mkb-tip]Distribution Point: (GTW-DP) Available in North America. This can be any device that parallels or commons the R1 / R2 connection. (Terminal strip, punch down block, wire nuts, etc.)[/mkb-tip]
 
            [post_title] => Wiring: GT Standard System Audio/Video
            [post_excerpt] => 
            [post_status] => publish
            [comment_status] => open
            [ping_status] => open
            [post_password] => 
            [post_name] => wiring-gt-standard-system-audio-video
            [to_ping] => 
            [pinged] => 
            [post_modified] => 2025-03-13 10:26:23
            [post_modified_gmt] => 2025-03-13 17:26:23
            [post_content_filtered] => 
            [post_parent] => 0
            [guid] => https://aiphone.local/kb/wiring-gt-standard-system-audio-video/
            [menu_order] => 0
            [post_type] => kb
            [post_mime_type] => 
            [comment_count] => 0
            [filter] => raw
        )
    [comment_count] => 0
    [current_comment] => -1
    [found_posts] => 5
    [max_num_pages] => 2
    [max_num_comment_pages] => 0
    [is_single] => 
    [is_preview] => 
    [is_page] => 
    [is_archive] => 1
    [is_date] => 
    [is_year] => 
    [is_month] => 
    [is_day] => 
    [is_time] => 
    [is_author] => 
    [is_category] => 
    [is_tag] => 
    [is_tax] => 1
    [is_search] => 
    [is_feed] => 
    [is_comment_feed] => 
    [is_trackback] => 
    [is_home] => 
    [is_privacy_policy] => 
    [is_404] => 
    [is_embed] => 
    [is_paged] => 
    [is_admin] => 
    [is_attachment] => 
    [is_singular] => 
    [is_robots] => 
    [is_favicon] => 
    [is_posts_page] => 
    [is_post_type_archive] => 1
    [query_vars_hash:WP_Query:private] => 89b7431678e855cf1ea108f80b502e33
    [query_vars_changed:WP_Query:private] => 1
    [thumbnails_cached] => 
    [allow_query_attachment_by_filename:protected] => 
    [stopwords:WP_Query:private] => 
    [compat_fields:WP_Query:private] => Array
        (
            [0] => query_vars_hash
            [1] => query_vars_changed
        )
    [compat_methods:WP_Query:private] => Array
        (
            [0] => init_query_flags
            [1] => parse_tax_query
        )
    [query_cache_key:WP_Query:private] => wp_query:b1eb0adaf2e08edb32631741f6108f77:0.36116300 17619431400.77907200 1761942766
)