Merge branch 'dev' of http://88.22.24.105:3000/harmony_car/subject-two into dev
This commit is contained in:
		
						commit
						b5c67dd3e5
					
				| @ -81,6 +81,17 @@ export default class FileLog { | |||||||
|     await fileUtil.editFile(`${folderPath}/judge_log_data.txt`,str); |     await fileUtil.editFile(`${folderPath}/judge_log_data.txt`,str); | ||||||
|   } |   } | ||||||
| 
 | 
 | ||||||
|  |   // 设置四合一画面数据
 | ||||||
|  |   public setFourAndOneLogData = async (str:string) => { | ||||||
|  |     const {fileUtil,folderPath} = this; | ||||||
|  |     await fileUtil.editFile(`${folderPath}/four_one_log_data.txt`,str); | ||||||
|  |   } | ||||||
|  | 
 | ||||||
|  |   public setFourAndOneLogDataBytes = async (str:string) => { | ||||||
|  |     const {fileUtil,folderPath} = this; | ||||||
|  |     await fileUtil.editFile(`${folderPath}/four_one_log_byte_data.txt`,str); | ||||||
|  |   } | ||||||
|  | 
 | ||||||
|   // 无锡所轨迹数据
 |   // 无锡所轨迹数据
 | ||||||
|   public setExamLineData = async (plcStr) => { |   public setExamLineData = async (plcStr) => { | ||||||
|     const {fileUtil,folderPath} = this; |     const {fileUtil,folderPath} = this; | ||||||
|  | |||||||
		Loading…
	
	
			
			x
			
			
		
	
		Reference in New Issue
	
	Block a user