「@INFO」:修訂間差異
跳至導覽
跳至搜尋
無編輯摘要 |
無編輯摘要 |
||
| 第22行: | 第22行: | ||
'CTRLER', 1, 'SPD', 2, 0, -1, 0, -1, .TRUE. , .TRUE. | 'CTRLER', 1, 'SPD', 2, 0, -1, 0, -1, .TRUE. , .TRUE. | ||
Note: While the [[@ | Note: While the [[@CTRL INFO NUM]] is 4, @PORTPAIR has 4 entries. | ||
於 2024年9月4日 (三) 11: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.