中控指纹 PHP
ZK Teco Finger Print PHP
我尝试使用 tad-php 库获取考勤数据,但出现错误
连接错误,尝试按照我在 git 或 google 上找到的所有教程和故障排除,但仍然无法连接。我的设备使用 ZEM600 固件。
有人有过这样的经历吗?
这里是我要调用的代码:
<?php
require 'tad/lib/TADFactory.php';
require 'tad/lib/TAD.php';
require 'tad/lib/TADResponse.php';
require 'tad/lib/Providers/TADSoap.php';
require 'tad/lib/Providers/TADZKLib.php';
require 'tad/lib/Exceptions/ConnectionError.php';
require 'tad/lib/Exceptions/FilterArgumentError.php';
require 'tad/lib/Exceptions/UnrecognizedArgument.php';
require 'tad/lib/Exceptions/UnrecognizedCommand.php';
$tad_factory = new TADPHP\TADFactory();
use TADPHP\TADFactory;
use TADPHP\TAD;
$comands = TAD::commands_available();
$b1 = (new TADFactory(['ip'=>'myipaddress']))->get_instance();
$dt = $b1->get_date(); // method executed via TAD class.
echo $dt;
套接字和卷曲 mod 已启用。
感谢您的帮助
请按照以下步骤操作:
- 用您的计算机 Ping 设备 IP 以确保设备能 ping 通?
- 转到设备的主菜单,然后 select COM 选项,然后转到 PC 连接选项并查看 Com-Key 值并确保其值为零。
- 如果您的设备使用的是 ZEM600 或更低版本的固件,那么我相信它可以正常工作。
我尝试使用 tad-php 库获取考勤数据,但出现错误 连接错误,尝试按照我在 git 或 google 上找到的所有教程和故障排除,但仍然无法连接。我的设备使用 ZEM600 固件。
有人有过这样的经历吗?
这里是我要调用的代码:
<?php
require 'tad/lib/TADFactory.php';
require 'tad/lib/TAD.php';
require 'tad/lib/TADResponse.php';
require 'tad/lib/Providers/TADSoap.php';
require 'tad/lib/Providers/TADZKLib.php';
require 'tad/lib/Exceptions/ConnectionError.php';
require 'tad/lib/Exceptions/FilterArgumentError.php';
require 'tad/lib/Exceptions/UnrecognizedArgument.php';
require 'tad/lib/Exceptions/UnrecognizedCommand.php';
$tad_factory = new TADPHP\TADFactory();
use TADPHP\TADFactory;
use TADPHP\TAD;
$comands = TAD::commands_available();
$b1 = (new TADFactory(['ip'=>'myipaddress']))->get_instance();
$dt = $b1->get_date(); // method executed via TAD class.
echo $dt;
套接字和卷曲 mod 已启用。
感谢您的帮助
请按照以下步骤操作:
- 用您的计算机 Ping 设备 IP 以确保设备能 ping 通?
- 转到设备的主菜单,然后 select COM 选项,然后转到 PC 连接选项并查看 Com-Key 值并确保其值为零。
- 如果您的设备使用的是 ZEM600 或更低版本的固件,那么我相信它可以正常工作。