LYQueduanChuantou.h 8.2 KB

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