123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174 |
- {
- "IOSimulatorItemList": [
- {
- "SourceCommandName": "Abort",
- "SourceCommandType": "A",
- "SuccessResponse": "OK",
- "FailedResponse": ""
- },
- {
- "SourceCommandName": "CloseDoor",
- "SourceCommand": "DC",
- "SourceCommandType": "A",
- "SuccessResponse": "OK",
- "FailedResponse": ""
- },
- {
- "SourceCommandName": "OpenDoor",
- "SourceCommand": "DO",
- "SourceCommandType": "A",
- "SuccessResponse": "OK",
- "FailedResponse": ""
- },
- {
- "SourceCommandName": "MoveToLoadPosition",
- "SourceCommand": "LP",
- "SourceCommandType": "A",
- "SuccessResponse": "OK",
- "FailedResponse": ""
- },
- {
- "SourceCommandName": "GotoSlot",
- "SourceCommand": "GOTO",
- "SourceCommandType": "A",
- "Argument": "1",
- "SuccessResponse": "OK",
- "FailedResponse": ""
- },
- {
- "SourceCommandName": "HomeAll",
- "SourceCommand": "HM,ALL",
- "SourceCommandType": "A",
- "SuccessResponse": "OK",
- "FailedResponse": ""
- },
- {
- "SourceCommandName": "HomeR",
- "SourceCommand": "HM,R",
- "SourceCommandType": "A",
- "SuccessResponse": "OK",
- "FailedResponse": ""
- },
- {
- "SourceCommandName": "HomeZ",
- "SourceCommand": "HM,Z",
- "SourceCommandType": "A",
- "SuccessResponse": "OK",
- "FailedResponse": ""
- },
- {
- "SourceCommandName": "MapCassette",
- "SourceCommand": "MP",
- "SourceCommandType": "A",
- "SuccessResponse": "OK",
- "FailedResponse": ""
- },
- {
- "SourceCommandName": "PlatformIn",
- "SourceCommand": "PI",
- "SourceCommandType": "A",
- "SuccessResponse": "OK",
- "FailedResponse": ""
- },
- {
- "SourceCommandName": "CassetteInterlock",
- "SourceCommand": "CE",
- "SourceCommandType": "A",
- "SuccessResponse": "OK",
- "FailedResponse": ""
- },
- {
- "SourceCommandName": "DoorInterlock",
- "SourceCommand": "ZD",
- "SourceCommandType": "A",
- "SuccessResponse": "OK",
- "FailedResponse": ""
- },
- {
- "SourceCommandName": "PlatformOut",
- "SourceCommand": "PO",
- "SourceCommandType": "A",
- "SuccessResponse": "OK",
- "FailedResponse": ""
- },
- {
- "SourceCommandName": "RequestArmZUpPosition",
- "SourceCommand": "ARM,Z,UP",
- "SourceCommandType": "R",
- "SuccessResponse": "{X,ARM,Z,UP,100}",
- "FailedResponse": ""
- },
- {
- "SourceCommandName": "RequestArmZDownPosition",
- "SourceCommand": "ARM,Z,DN",
- "SourceCommandType": "R",
- "SuccessResponse": "{X,ARM,Z,DN,100}",
- "FailedResponse": ""
- },
- {
- "SourceCommandName": "RequestWaferSlideOut",
- "SourceCommand": "SO",
- "SourceCommandType": "R",
- "SuccessResponse": "SON",
- "FailedResponse": ""
- },
- {
- "SourceCommandName": "RequestErrorStatus",
- "SourceCommand": "ER",
- "SourceCommandType": "R",
- "SuccessResponse": "ERE2",
- "FailedResponse": ""
- },
- {
- "SourceCommandName": "ResetErrorStatus",
- "SourceCommand": "ER",
- "SourceCommandType": "S",
- "SuccessResponse": "OK",
- "FailedResponse": ""
- },
- {
- "SourceCommandName": "RequestMappingInformation",
- "SourceCommand": "MI",
- "SourceCommandType": "R",
- "Argument": "B",
- "SuccessResponse": "MISSSSSSSSSSSSSSSSSSSSSSSSS????",
- "FailedResponse": ""
- },
- {
- "SourceCommandName": "RequestArmState",
- "SourceCommand": "STAT,ARM",
- "SourceCommandType": "R",
- "SuccessResponse": "STAT",
- "FailedResponse": ""
- },
- {
- "SourceCommandName": "RequestCassettePresent",
- "SourceCommand": "W2",
- "SourceCommandType": "R",
- "SuccessResponse": "W2",
- "FailedResponse": ""
- },
- {
- "SourceCommandName": "RequestDoorState",
- "SourceCommand": "STAT,DOOR",
- "SourceCommandType": "R",
- "SuccessResponse": "DOOR",
- "FailedResponse": ""
- },
- {
- "SourceCommandName": "GotoSlot",
- "SourceCommand": "GO",
- "SourceCommandType": "A",
- "SuccessResponse": "OK",
- "FailedResponse": ""
- },
- {
- "SourceCommandName": "ExecuteAnyCommand",
- "SourceCommand": "Any",
- "SourceCommandType": "",
- "SuccessResponse": "OK",
- "FailedResponse": ""
- }
- ]
- }
|