if ($blog['picture_id'] && ($blog['user_id'] == session::item('user_id') || $blog['picture_active'] == 1) && config::item('cover_picture_show', 'blogs')) : ?>
endif; ?>
if (session::item('template') === 'dreamy') : ?>
if (config::item('blog_rating', 'blogs') || config::item('blog_views', 'blogs') || users_helper::isLoggedin() && $user['user_id'] != session::item('user_id') && session::permission('reports_post', 'security')) : ?>
-
22 Jul, 2023
-
Reza
if (config::item('blog_rating', 'blogs') == 'stars') : ?>
-
view::load('comments/vote', array('resource' => 'blog', 'itemID' => $blog['blog_id'], 'votes' => $blog['total_votes'], 'score' => $blog['total_score'], 'rating' => $blog['total_rating'], 'voted' => $blog['rating']['score'], 'date' => $blog['rating']['post_date'])); ?>
endif; ?>
if (config::item('blog_rating', 'blogs') == 'likes') : ?>
-
view::load('comments/like', array('resource' => 'blog', 'itemID' => $blog['blog_id'], 'likes' => $blog['total_likes'], 'liked' => $blog['rating']['post_date'], 'date' => $blog['rating']['post_date'])); ?>
endif; ?>
if (config::item('blog_views', 'blogs')) : ?>
-
if ($blog['total_views'] > 0) : ?>
294 views else : ?>
No views endif; ?>
endif; ?>
if (users_helper::isLoggedin()) : ?>
if ($user['user_id'] == session::item('user_id')) : ?>
if ($blog['active'] == 9) : ?>
-
Pending review
elseif ($blog['active'] == 0) : ?>
-
Declined
endif; ?>
-
elseif (session::permission('reports_post', 'security')) : ?>
-
Report
endif; ?>
endif; ?>
endif; ?>
endif; ?>
Daikin VRV4 Number of Indoor/BS Units Connected
Values are viewed via the 3 digit 7 segment display
Settings are selected and adjusted via 3
push buttons on the outdoor PCB
MODE (BS1)
SET (BS2)
RETURN (BS3)
On the Master unit Outdoor Main PCB follow the below steps in the Mode 1 (Monitoring Mode)
if the unit is not a Master and it is a Slave unit, it will display 0 as a number of indoor units.
- Press MODE button (BS1) x 1 time
- Press SET button (BS2) x 10 times (for Indoor units quantity)
- Press RETURN button (BS3) x 1 time and number of connected indoor units will be displayed
- Press MODE button (BS1) to exit
if (count($fields) > 2) : ?>
view::load('system/elements/field/grid', array('fields' => $fields, 'data' => $blog, 'skip' => array('title', 'body'))); ?>
endif; ?>
if (config::item('share_active', 'system') && config::item('share_code_html', 'system') && config::item('blogs_share_active', 'blogs')) : ?>
view::load('system/elements/share'); ?>
endif; ?>
if (session::item('template') !== 'dreamy') : ?>
if (config::item('blog_rating', 'blogs') || config::item('blog_views', 'blogs') || users_helper::isLoggedin() && $user['user_id'] != session::item('user_id') && session::permission('reports_post', 'security')) : ?>
-
22 Jul, 2023
-
Reza
if (config::item('blog_rating', 'blogs') == 'stars') : ?>
-
view::load('comments/vote', array('resource' => 'blog', 'itemID' => $blog['blog_id'], 'votes' => $blog['total_votes'], 'score' => $blog['total_score'], 'rating' => $blog['total_rating'], 'voted' => $blog['rating']['score'], 'date' => $blog['rating']['post_date'])); ?>
endif; ?>
if (config::item('blog_rating', 'blogs') == 'likes') : ?>
-
view::load('comments/like', array('resource' => 'blog', 'itemID' => $blog['blog_id'], 'likes' => $blog['total_likes'], 'liked' => $blog['rating']['post_date'], 'date' => $blog['rating']['post_date'])); ?>
endif; ?>
if (config::item('blog_views', 'blogs')) : ?>
-
if ($blog['total_views'] > 0) : ?>
294 views else : ?>
No views endif; ?>
endif; ?>
if (users_helper::isLoggedin()) : ?>
if ($user['user_id'] == session::item('user_id')) : ?>
if ($blog['active'] == 9) : ?>
-
Pending review
elseif ($blog['active'] == 0) : ?>
-
Declined
endif; ?>
-
Edit post Delete post
elseif (session::permission('reports_post', 'security')) : ?>
-
Report
endif; ?>
endif; ?>
endif; ?>
endif; ?>
if (session::permission('comments_view', 'comments') && config::item('blog_comments', 'blogs') && $blog['comments']) : ?>
loader::helper('comments/comments'); ?>
comments_helper::getComments('blog', $blog['user_id'], 0, $blog['blog_id'], $blog['total_comments'], $blog['comments']); ?>
endif; ?>
view::load('footer');