System Error

[0] HttpException in App.php line 583

控制器不存在:app\api\controller\Header

  1. try {
  2. $instance = Loader::controller(
  3. $controller,
  4. $config['url_controller_layer'],
  5. $config['controller_suffix'],
  6. $config['empty_controller']
  7. );
  8. } catch (ClassNotFoundException $e) {
  9. throw new HttpException(404, 'controller not exists:' . $e->getClass());
  10. }
  11. // 获取当前操作名
  12. $action = $actionName . $config['action_suffix'];
  13. $vars = [];
  14. if (is_callable([$instance, $action])) {
  15. // 执行操作方法
  16. $call = [$instance, $action];

Call Stack

  1. in App.php line 583
  2. at App::module() in App.php line 456
  3. at App::exec() in App.php line 139
  4. at App::run() in start.php line 19
  5. at require('/www/wwwroot/hengyi....') in index.php line 23

Environment Variables

GET Data
empty

POST Data

callback
http://www.chinamj.com/TestService_TestService/detail/id/410.html
login_url
https://www.chinamj.com/index.php?ctl=Login&met=login
Files
empty
Cookies
empty
Session
empty

Server/Request Data

USER
www
HOME
/home/www
PHP_APP_DEBUG
1
PHP_APP_TRACE
PHP_DATABASE_HOSTNAME
127.0.0.1
PHP_DATABASE_DATABASE
hengyi
PHP_DATABASE_USERNAME
hengyi
PHP_DATABASE_PASSWORD
zMcXc9B5SH8C
PHP_DATABASE_HOSTPORT
3306
PHP_DATABASE_PREFIX
fa_
HTTP_CONTENT_TYPE
application/x-www-form-urlencoded
HTTP_AUTHORIZATION
Basic 112fb8cd0340a11771b114f714d57f1d
HTTP_CONTENT_LENGTH
174
HTTP_HOST
mjexpo.chinamj.com
PATH_INFO
/api/header
REDIRECT_STATUS
200
SERVER_NAME
hengyi.sztghc.com
SERVER_PORT
443
SERVER_ADDR
172.27.113.213
REMOTE_PORT
34216
REMOTE_ADDR
106.14.59.184
SERVER_SOFTWARE
nginx/1.24.0
GATEWAY_INTERFACE
CGI/1.1
HTTPS
on
REQUEST_SCHEME
https
SERVER_PROTOCOL
HTTP/1.0
DOCUMENT_ROOT
/www/wwwroot/hengyi.sztghc.com/public
DOCUMENT_URI
/index.php
REQUEST_URI
/api/header
SCRIPT_NAME
/index.php
CONTENT_LENGTH
174
CONTENT_TYPE
application/x-www-form-urlencoded
REQUEST_METHOD
POST
QUERY_STRING
s=/api/header
SCRIPT_FILENAME
/www/wwwroot/hengyi.sztghc.com/public/index.php
FCGI_ROLE
RESPONDER
PHP_SELF
/index.php
REQUEST_TIME_FLOAT
1714988018.1119
REQUEST_TIME
1714988018
Environment Variables
empty

ThinkPHP Constants

APP_PATH
/www/wwwroot/hengyi.sztghc.com/public/../application/
THINK_VERSION
5.0.25
THINK_START_TIME
1714988018.1122
THINK_START_MEM
410936
EXT
.php
DS
/
THINK_PATH
/www/wwwroot/hengyi.sztghc.com/thinkphp/
LIB_PATH
/www/wwwroot/hengyi.sztghc.com/thinkphp/library/
CORE_PATH
/www/wwwroot/hengyi.sztghc.com/thinkphp/library/think/
TRAIT_PATH
/www/wwwroot/hengyi.sztghc.com/thinkphp/library/traits/
ROOT_PATH
/www/wwwroot/hengyi.sztghc.com/
EXTEND_PATH
/www/wwwroot/hengyi.sztghc.com/extend/
VENDOR_PATH
/www/wwwroot/hengyi.sztghc.com/vendor/
RUNTIME_PATH
/www/wwwroot/hengyi.sztghc.com/runtime/
LOG_PATH
/www/wwwroot/hengyi.sztghc.com/runtime/log/
CACHE_PATH
/www/wwwroot/hengyi.sztghc.com/runtime/cache/
TEMP_PATH
/www/wwwroot/hengyi.sztghc.com/runtime/temp/
CONF_PATH
/www/wwwroot/hengyi.sztghc.com/public/../application/
CONF_EXT
.php
ENV_PREFIX
PHP_
IS_CLI
false
IS_WIN
false
FILTER_VALIDATE_BOOL
258
ADDON_PATH
/www/wwwroot/hengyi.sztghc.com/addons/

KTC199煤矿井下智能通信控制装置

发布时间2022-07-01 13:36:01 发布人煤机网

E-26.jpg


KTC199煤矿井下智能通信控制装置主要用于煤矿带式输送机、机采工作面,掘进工作面,实现对带式输送机、刮板机、转载机、破碎机等设备控制、保护和沿线语音通计。


主要应用场景:1、工作面通信控制应用。完成对工作面刮板机、转载机、破碎机等运输设备的通信控制;2、胶带运输监控装置。完成对带式输送机保护、沿线语音通信及相关设备(给煤机、辅控设备)自动控制;3、煤流集控:配合上位机,煤流检测设备等完成主煤流集控功能。


控制机与沿线采用直接 CAN 通信,避免了多重转接,减少了故障点;沿线采用全数字传输,提高了系统的可扩展性和降低了电缆成本;电磁兼容性设计,提升了设备的抗干扰性能;标准组件选型、设计,提升了产品质量;标准模块设计,提升了产品的可

制造性。


联系人:张啸宇

电话:1525194****


上一篇: 显控终端(含天地自动化移动变电站显控嵌入式软件V1.0) 下一篇: ZBC24(C)机车智能保护与控制装置
System Error

[0] HttpException in App.php line 583

控制器不存在:app\api\controller\Footer

  1. try {
  2. $instance = Loader::controller(
  3. $controller,
  4. $config['url_controller_layer'],
  5. $config['controller_suffix'],
  6. $config['empty_controller']
  7. );
  8. } catch (ClassNotFoundException $e) {
  9. throw new HttpException(404, 'controller not exists:' . $e->getClass());
  10. }
  11. // 获取当前操作名
  12. $action = $actionName . $config['action_suffix'];
  13. $vars = [];
  14. if (is_callable([$instance, $action])) {
  15. // 执行操作方法
  16. $call = [$instance, $action];

Call Stack

  1. in App.php line 583
  2. at App::module() in App.php line 456
  3. at App::exec() in App.php line 139
  4. at App::run() in start.php line 19
  5. at require('/www/wwwroot/hengyi....') in index.php line 23

Environment Variables

GET Data
empty

POST Data

callback
http://www.chinamj.com/TestService_TestService/detail/id/410.html
login_url
https://www.chinamj.com/index.php?ctl=Login&met=login
Files
empty
Cookies
empty
Session
empty

Server/Request Data

USER
www
HOME
/home/www
PHP_APP_DEBUG
1
PHP_APP_TRACE
PHP_DATABASE_HOSTNAME
127.0.0.1
PHP_DATABASE_DATABASE
hengyi
PHP_DATABASE_USERNAME
hengyi
PHP_DATABASE_PASSWORD
zMcXc9B5SH8C
PHP_DATABASE_HOSTPORT
3306
PHP_DATABASE_PREFIX
fa_
HTTP_CONTENT_TYPE
application/x-www-form-urlencoded
HTTP_AUTHORIZATION
Basic 112fb8cd0340a11771b114f714d57f1d
HTTP_CONTENT_LENGTH
174
HTTP_HOST
mjexpo.chinamj.com
PATH_INFO
/api/footer
REDIRECT_STATUS
200
SERVER_NAME
hengyi.sztghc.com
SERVER_PORT
443
SERVER_ADDR
172.27.113.213
REMOTE_PORT
34218
REMOTE_ADDR
106.14.59.184
SERVER_SOFTWARE
nginx/1.24.0
GATEWAY_INTERFACE
CGI/1.1
HTTPS
on
REQUEST_SCHEME
https
SERVER_PROTOCOL
HTTP/1.0
DOCUMENT_ROOT
/www/wwwroot/hengyi.sztghc.com/public
DOCUMENT_URI
/index.php
REQUEST_URI
/api/footer
SCRIPT_NAME
/index.php
CONTENT_LENGTH
174
CONTENT_TYPE
application/x-www-form-urlencoded
REQUEST_METHOD
POST
QUERY_STRING
s=/api/footer
SCRIPT_FILENAME
/www/wwwroot/hengyi.sztghc.com/public/index.php
FCGI_ROLE
RESPONDER
PHP_SELF
/index.php
REQUEST_TIME_FLOAT
1714988018.1681
REQUEST_TIME
1714988018
Environment Variables
empty

ThinkPHP Constants

APP_PATH
/www/wwwroot/hengyi.sztghc.com/public/../application/
THINK_VERSION
5.0.25
THINK_START_TIME
1714988018.1685
THINK_START_MEM
410936
EXT
.php
DS
/
THINK_PATH
/www/wwwroot/hengyi.sztghc.com/thinkphp/
LIB_PATH
/www/wwwroot/hengyi.sztghc.com/thinkphp/library/
CORE_PATH
/www/wwwroot/hengyi.sztghc.com/thinkphp/library/think/
TRAIT_PATH
/www/wwwroot/hengyi.sztghc.com/thinkphp/library/traits/
ROOT_PATH
/www/wwwroot/hengyi.sztghc.com/
EXTEND_PATH
/www/wwwroot/hengyi.sztghc.com/extend/
VENDOR_PATH
/www/wwwroot/hengyi.sztghc.com/vendor/
RUNTIME_PATH
/www/wwwroot/hengyi.sztghc.com/runtime/
LOG_PATH
/www/wwwroot/hengyi.sztghc.com/runtime/log/
CACHE_PATH
/www/wwwroot/hengyi.sztghc.com/runtime/cache/
TEMP_PATH
/www/wwwroot/hengyi.sztghc.com/runtime/temp/
CONF_PATH
/www/wwwroot/hengyi.sztghc.com/public/../application/
CONF_EXT
.php
ENV_PREFIX
PHP_
IS_CLI
false
IS_WIN
false
FILTER_VALIDATE_BOOL
258
ADDON_PATH
/www/wwwroot/hengyi.sztghc.com/addons/