"@INFO" 修訂間的差異

出自 DDCC TCAD TOOL Manual
前往: 導覽搜尋
(已建立頁面,內容為 "*Information about each component being control. *Is store as '''newPP %''' '''dev_type1''', '''dev_ID1''', '''port1''', '''dev_type2''', '''dev_ID2''', '''port2'''...")
 
 
(未顯示同一使用者於中間所作的 5 次修訂)
行 1: 行 1:
 
*Information about each component being control.
 
*Information about each component being control.
*Is store as '''newPP %''' '''dev_type1''', '''dev_ID1''', '''port1''', '''dev_type2''', '''dev_ID2''', '''port2''' in the fortran code.
 
   
format
+
'''format'''
emitting element   emitting element ID    output port    receiveing element    receiveing element ID    input port   
+
dev_type_t   dev_ID_t    dev_type_r    dev_ID_r    method    ctrl_period    start_time    operating_time    data_record_sw    time2slot_sw
   
example
 
  +
dev_type_t:controller<br>
  +
dev_ID_t:controller ID<br>
  +
dev_type_r:the component being controlled<br>
  +
dev_ID_r:the ID of component being controlled<br>
  +
method:The method of controlling component. The meaning of the numbers varies depending on the component.<br>
  +
ctrl_period:If necessary, the control period can be set to a fixed value. Otherwise set to -1 and take control on call.<br>
  +
start_time:System start time<br>
  +
operating_time:System operating time<br>
  +
data_record_sw:Decide whether to store event data<br>
  +
time2slot_sw:<br>
  +
 
'''example'''
 
@INFO
 
@INFO
 
'CTRLER', 1, 'LASER', 1, 0, -1, 0, -1, .FALSE., .FALSE.
 
'CTRLER', 1, 'LASER', 1, 0, -1, 0, -1, .FALSE., .FALSE.
行 12: 行 22:
 
'CTRLER', 1, 'SPD', 2, 0, -1, 0, -1, .TRUE. , .TRUE.
 
'CTRLER', 1, 'SPD', 2, 0, -1, 0, -1, .TRUE. , .TRUE.
   
Note: While the [[@PORTPAIR_NUM]] is 5, @PORTPAIR has 5 entries.<br>
+
Note: While the [[@CTRL INFO NUM]] is 4, @PORTPAIR has 4 entries.

於 2024年9月4日 (三) 19:28 的最新修訂

  • Information about each component being control.

format

dev_type_t   dev_ID_t    dev_type_r    dev_ID_r    method    ctrl_period    start_time    operating_time    data_record_sw    time2slot_sw

dev_type_t:controller
dev_ID_t:controller ID
dev_type_r:the component being controlled
dev_ID_r:the ID of component being controlled
method:The method of controlling component. The meaning of the numbers varies depending on the component.
ctrl_period:If necessary, the control period can be set to a fixed value. Otherwise set to -1 and take control on call.
start_time:System start time
operating_time:System operating time
data_record_sw:Decide whether to store event data
time2slot_sw:

example

@INFO
'CTRLER', 1, 'LASER',    1,	0,	-1,	0,  -1, .FALSE., .FALSE.
'CTRLER', 1, 'PM'   ,    1,	2,	-1,	0,  -1, .TRUE. , .TRUE.
'CTRLER', 1, 'SPD',	 1,	0,	-1,     0,  -1, .TRUE. , .TRUE.
'CTRLER', 1, 'SPD',	 2,	0,	-1,  	0,  -1, .TRUE. , .TRUE.

Note: While the @CTRL INFO NUM is 4, @PORTPAIR has 4 entries.