File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 1+ // This module contains all service types for the CSM SmartFactory
2+
3+ //Service to move conveyor belt
4+ stMoveBelt = "moveBelt"
5+
6+ //Service to stop conveyor belt
7+ stStopBelt = "stopBelt"
8+
9+ //Service to take photo (by conveyor camera)
10+ stTakePhoto = "takePhoto"
11+
12+ //Service to scan photo (by conveyor camera)
13+ stScanPhoto = "scanPhoto"
14+
15+ //Service to pickup part (by robotic arm)
16+ stPickup = "pickUp"
17+
18+ //Service to assemble part
19+ stAssemble = "assemble"
20+
21+ //Service to return arm to start
22+ stReturnToStart = "returnToStart"
23+
24+ //Service to process email message
25+ stProcessEmail = "processEmail"
26+
27+ //Service to process sms message
28+ stProcessSms = "processSms"
29+
30+ //Service to process statistics
31+ stSendStatistics = "sendStatistics"
32+
33+ //Service to discard invalid object
34+ stDiscardObject = "discardObject"
You can’t perform that action at this time.
0 commit comments