「@INFO」:修訂間差異
跳至導覽
跳至搜尋
無編輯摘要 |
無編輯摘要 |
||
| 第1行: | 第1行: | ||
*Information about each component being control. | *Information about each component being control. | ||
*Is store as ''' | *Is store as '''dev_type_t, dev_ID_t, dev_type_r, dev_ID_r, method, ctrl_period, start_time, operating_time, data_record_sw, time2slot_sw''' in the fortran code. | ||
format | format | ||
於 2024年9月4日 (三) 10:49 的修訂
- Information about each component being control.
- Is store as dev_type_t, dev_ID_t, dev_type_r, dev_ID_r, method, ctrl_period, start_time, operating_time, data_record_sw, time2slot_sw in the fortran code.
format
emitting element emitting element ID output port receiveing element receiveing element ID input port
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 @PORTPAIR_NUM is 5, @PORTPAIR has 5 entries.