| | |
| | | { |
| | | return Service.StackerEmergencyStop(DeviceCode); |
| | | } |
| | | [HttpPost, Route("StackerDisconnected"), AllowAnonymous] |
| | | public WebResponseContent StackerDisconnected(string DeviceCode) |
| | | { |
| | | return Service.StackerDisconnected(DeviceCode); |
| | | } |
| | | [HttpPost, Route("StackerRecall"), AllowAnonymous] |
| | | public WebResponseContent StackerRecall(string DeviceCode) |
| | | { |
| | | return Service.StackerRecall(DeviceCode); |
| | | } |
| | | |
| | | [HttpPost, Route("GetConveyorLineInfo"), AllowAnonymous] |
| | | public WebResponseContent GetConveyorLineInfo(string DeviceChildCode) |