YWXQueduanChuantou.h 7.8 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213
  1. #ifndef QUEDUAN_CHUANTOU_YWX_H
  2. #define QUEDUAN_CHUANTOU_YWX_H
  3. #if YU_WEN_XUAN_MACHINE
  4. extern void QDCT_InitAction(void);
  5. extern void QDCT_Action(void);
  6. extern void QDCT_ExtiActionX31(void);
  7. #define QDCT_DIR_P 0
  8. #define QDCT_DIR_N 1
  9. #define QDCT_VAVLE_ERROR_TIME 3000
  10. #define QDCT_MOTOR_ALARM_TIME 5000
  11. //故障代码列表
  12. #define QDCT_NO_ALARM 0
  13. #define QDCT_NO_ZIPPER_ALARM 1
  14. #define QDCT_LT_ALARM 2
  15. #define QDCT_XQ_ORIGIN_ALARM 3
  16. #define QDCT_XQ_LIMIT_ALARM 4
  17. #define QDCT_JD_ALARM 5
  18. #define QDCT_DEC_ALARM 6
  19. #define QDCT_GO_LIMIT_ALARM 7
  20. #define QDCT_BACK_LIMIT_ALARM 8
  21. #define QDCT_LTCZ_ALARM 9
  22. #define QDCT_XM_LIMIT_ALARM 13
  23. #define QDCT_XQ_ALARM 14
  24. #define QDCT_TOTAL_ALARM 16
  25. #define QDCT_XM_ORIGIN_ALARM 17
  26. #define QDCT_SQ_ORIGIN_ALARM 19
  27. #define QDCT_SL_ALARM 20
  28. #define QDCT_HSL_LIMIT_ALARM 22
  29. #define QDCT_HSL_ORIGIN_ALARM 23
  30. #define QDCT_JD_LEFT_ALARM 24
  31. #define QDCT_JD_RIGHT_ALARM 25
  32. #define QDCT_JLT_ALARM 26
  33. #define QDCT_ZLT_ALARM 27
  34. #define QDCT_START_NO_ZIPPER_ALARM 30
  35. #define QDCT_START_JLT_ALARM 31
  36. #define QDCT_START_LTCZ_ALARM 32
  37. #define QDCT_START_GL_ORIGIN_ALARM 33
  38. #define QDCT_START_SL_LIMIT_ALARM 34
  39. #define QDCT_START_SQ_ORIGIN_ALARM 35
  40. #define QDCT_START_XQ_ORIGIN_ALARM 36
  41. #define QDCT_START_SM_ORIGIN_ALARM 37
  42. #define QDCT_EX_ALARM 40
  43. #define QDCT_AutoStep cStepMByte
  44. #define QDCT_ZhuangLiaoStep cStepMByte1
  45. #define QDCT_MotorStep cStepMByte3
  46. #define QDCT_JiaLianStep cStepMByte4
  47. #define QDCT_XiaQieStep cStepMByte5
  48. #define QDCT_ZhenDongStep cStepMByte6
  49. #define QDCT_SongLiaoStep cStepMByte7
  50. #define QDCT_XiaQieDelay cDelayTime1
  51. #define QDCT_ZhuangLiaoDelay cDelayTime2
  52. #define QDCT_MotorDelay cDelayTime4
  53. #define QDCT_AutoDelay cDelayTime5
  54. #define QDCT_TableDelay cDelayTime6
  55. #define QDCT_ZhenDongDelay cDelayTime7
  56. #define QDCT_KL_Delay cDelayTime8
  57. #define QDCT_JD_Delay cDelayTime9
  58. #define QDCT_SL_Delay cDelayTime10
  59. #define QDCT_TOTAL_ADDR 8
  60. #define QDCT_NOWTOTAL_ADDR 10
  61. #define QDCT_SETTOTAL_ADDR 12
  62. #define QDCT_SPEED_ADDR 14
  63. #define QDCT_ALARM_ADDR 15
  64. #define QDCT_PARAM_CYCLE_PULSE user_datas[0]//0 转一圈脉冲数
  65. #define QDCT_PARAM_CYCLE_LENGTH user_datas[1]//1 转一圈拖带多长
  66. #define QDCT_PARAM_TABLE_TIME (user_datas[2]*10)//台面电机工作时间
  67. #define QDCT_PARAM_GO_LOWSPEED user_datas[3] //夹带前进低速
  68. #define QDCT_PARAM_DELAY_BACK (user_datas[14]*10)//夹紧后延时启动电机
  69. #define QDCT_PARAM_TABLE_NUM user_datas[4]
  70. #define QDCT_PARAM_SET_ZIPPER_LENGTH (user_datas[16] | user_datas[17] << 16)//拉链长度
  71. #define QDCT_PARAM_PUTIN_LENGTH user_datas[18] //传入长度
  72. #define QDCT_PARAM_JJGO_SPEED user_datas[20] //前进高速
  73. #define QDCT_PARAM_JJFZ_LENGTH user_datas[21] //后退反转速度
  74. #define QDCT_PARAM_JJBACK_SPEED user_datas[22] //后退速度
  75. #define QDCT_PARAM_PUTIN_SPEED user_datas[23] //穿入速度
  76. #define QDCT_PARAM_CUT_BACK_LENGTH user_datas[24] //剩余多长松夹子
  77. #define QDCT_PARAM_SJZ_LENGTH user_datas[25] //切断后后退长度
  78. #define QDCT_PARAM_CUT_DELAY (user_datas[26]*10) //延迟下切
  79. #define QDCT_PARAM_CUTBACK_DELAY (user_datas[27]*10) //切断后延时后退
  80. #define QDCT_PARAM_CUTBACK_SPEED user_datas[28] //切断后后退速度
  81. #define QDCT_PARAM_KL_TIME (user_datas[30]*10) //开链时间
  82. #define QDCT_PARAM_FZ_DELAY (user_datas[34]*10) //延时反转
  83. #define QDCT_PARAM_ZD_WORKNUM user_datas[36]
  84. #define QDCT_PARAM_ZD_WORK_TIME (user_datas[37]*10) //振动盘工作时间
  85. #define QDCT_PARAM_JD_DELAY (user_datas[41]*10) //延时夹带
  86. #define QDCT_PARAM_ZD_MODE user_datas[42] //振动盘工作模式 0为连续1为间歇工作
  87. #define QDCT_PARAM_CYCLE_DELAY (user_datas[43]*10) //延时启动拉带
  88. #define QDCT_PARAM_FIRST_SPEED user_datas[44] //第一条慢速度
  89. #define QDCT_PARAM_GO_LOWSPEED_LENGTH user_datas[45] //前进慢速长度
  90. #define QDCT_PARAM_CZ_CHECK_DELAY (user_datas[46]*10) //延时检测拉头触针
  91. #define QDCT_PARAM_LOCK_TIME 0// (user_datas[47]*10) //锁拉头时间
  92. #define QDCT_PARAM_ON_BACK_LENGTH user_datas[50] //压感应时后退长度
  93. #define QDCT_PARAM_KL_DELAY (user_datas[52]*10) //延时开链
  94. #define QDCT_BACK_LOWSPEED_LENGTH user_datas[53] //后退慢速长度后退钩针模式才用
  95. #define QDCT_ZFC_MODE user_datas[51] //正反穿模式
  96. #define QDCT_TL_LENGTH user_datas[54] //推链长度
  97. #define QDCT_ZHA_NO user_datas[55] //扎数
  98. #define QDCT_ZHA_STOP_TIME (user_datas[56]*10) //扎数到停止时间
  99. #define QDCT_BACK_LOWSPEED user_datas[58]
  100. #define QDCT_SEBIAO_MODE user_datas[59]
  101. #define QDCT_SEBIAO_LENGTH user_datas[60]
  102. #define QDCT_REMAIN_CHECK_LENGTH user_datas[61]
  103. #define QDCT_PARAM_MAX_BACK_LENGTH user_datas[62]
  104. #define QDCT_PARAM_OFFSET_LENGTH user_datas[63]
  105. #define QDCT_PARAM_PUTIN_SPEED_LENGTH user_datas[64]
  106. #define QDCT_PARAN_SJ_TIME user_datas[65]
  107. #define QDCT_PARAM_PUTIN_START_LENGTH user_datas[66]
  108. #define QDCT_PARAM_BACK_ALARM_MODE 1 //后退为感应后限
  109. #define QDCT_PARAM_TL_ENABLE 0
  110. #define START_IN X00
  111. #define START_IN_UP (X00 && !OLDX00)
  112. #define STOP_IN X01
  113. #define STOP_IN_UP (X01 && !OLDX01)
  114. #define QDCT_JLT_IN X02
  115. #define QDCT_JZ_LEFT_IN X03
  116. #define QDCT_JZ_RIGHT_IN X04
  117. #define QDCT_GO_LIMIT_IN X05
  118. #define QDCT_GO_LIMIT_IN_UP (X05 && !OLDX05)
  119. #define QDCT_GO_DEC_IN X06
  120. #define QDCT_GO_DEC_IN_UP (X06 && !OLDX06)
  121. #define QDCT_BACK_LIMIT_IN X07
  122. #define QDCT_BACK_LIMIT_IN_UP (X07 && !OLDX07)
  123. #define QDCT_LTCZ_IN X10
  124. #define QDCT_HSL_ORIGIN_IN X11
  125. #define QDCT_HSL_LIMIT_IN X12
  126. #define QDCT_SL_LIMIT_IN X13
  127. #define QDCT_XM_LIMIT_IN X14
  128. #define QDCT_XM_ORIGIN_IN X15
  129. #define QDCT_SQ_LIMIT_IN X16
  130. #define QDCT_XQ_LIMIT_IN X17
  131. #define QDCT_XQ_ORIGIN_IN X20
  132. #define QDCT_LT_IN X30
  133. #define QDCT_NO_ZIPPER_CHECK_IN X31
  134. #define QDCT_KA_DAI_IN X32
  135. #define QDCT_TL_IN X33
  136. #define QDCT_SQ_OUT Y00
  137. #define QDCT_XQ_OUT Y01
  138. #define QDCT_XM_OUT Y02
  139. #define QDCT_JD_OUT Y03
  140. #define QDCT_SL_OUT Y04
  141. #define QDCT_JLT_OUT Y05
  142. #define QDCT_HSL_OUT Y06
  143. #define QDCT_KL_OUT Y07
  144. #define QDCT_ZDP_OUT Y10
  145. #define QDCT_SLT_OUT Y11
  146. #define QDCT_SZ_OUT Y12
  147. #define QDCT_TB_OUT Y13
  148. #define QDCT_TL_OUT Y14
  149. //M0~M4全局固定使用
  150. /*
  151. #define bRunning M0000
  152. #define bStart M0001
  153. #define bStop M0002
  154. #define bAlarmStop M0003
  155. #define bClearTotal M0004
  156. */
  157. #define QDCT_bClerNowTotal M0005
  158. #define QDCT_bQianDianDW M0006
  159. #define QDCT_bGeiLT M0007
  160. #define QDCT_bZhuangLiao M0008
  161. #define QDCT_bQieDuan M0009
  162. #define QDCT_bOnceStart M0010
  163. #define QDCT_bTuiLT M0013
  164. #define QDCT_bZuangLT M0014
  165. #define QDCT_bHeMo M0015
  166. #define QDCT_bChuanLT M0016
  167. #define QDCT_bSaveWorkState M0017
  168. #define QDCT_bWorkMode M0018
  169. #define QDCT_bAlarmStop M0019
  170. #define QDCT_bTable M0020
  171. #define QDCT_bSongLT M0021
  172. #define QDCT_bManXQ M0051
  173. #define QDCT_bManXM M0052
  174. #define QDCT_bMotorGo M0053
  175. #define QDCT_bMotorBack M0054
  176. #define QDCT_bManSQ M0055
  177. #define QDCT_bManJD M0056
  178. #define QDCT_bManSL M0057
  179. #define QDCT_bManHSL M0058
  180. #define QDCT_bManZD M0059
  181. #define QDCT_bManKL M0060
  182. #define QDCT_bManSLT M0061
  183. #define QDCT_bManJLT M0062
  184. #endif
  185. #endif