Differences
This shows you the differences between two versions of the page.
Both sides previous revision Previous revision Next revision | Previous revision | ||
runningthegeneratedequipmentsimulator [2021/08/28 14:26] wikiadmin |
runningthegeneratedequipmentsimulator [2021/09/02 12:38] (current) wikiadmin |
||
---|---|---|---|
Line 36: | Line 36: | ||
==== Using a JSON Configuration for the Simulator ===== | ==== Using a JSON Configuration for the Simulator ===== | ||
- | The TransSECS Host software can go online with a process tool and " | + | The TransSECS Host software can go online with a process tool and " |
For example when you build the GEMHost project from the TransSECS distribution, | For example when you build the GEMHost project from the TransSECS distribution, | ||
Line 44: | Line 44: | ||
In the project folder (or in the userfiles folder for MIStudio). | In the project folder (or in the userfiles folder for MIStudio). | ||
- | < | + | Any file generated by TransSECS GEM Host will work. This file describes |
- | + | ||
- | C:/ | + | |
- | This JSON file can be loaded into a bare simulator | + | This JSON file can be loaded into a bare simulator. You can use the GEMTool example for this, or download the SimulatorTool from [[https:// |
Edit the ToolSimulator.conf file in the MIStudioSuite\TransSECS\resources\ToolSimulator folder | Edit the ToolSimulator.conf file in the MIStudioSuite\TransSECS\resources\ToolSimulator folder | ||
Line 55: | Line 52: | ||
{{: | {{: | ||
- | You will need to change the section. | + | You will need to change the section |
< | < | ||
Line 85: | Line 82: | ||
</ | </ | ||
+ | Add the path to your JSON file: | ||
+ | |||
+ | < | ||
+ | |||
+ | C:/ | ||
+ | </ | ||
+ | |||
+ | < | ||
+ | wrapper.app.parameter.5=C:/ | ||
+ | </ | ||
+ | |||
+ | Change the //Device ID// and //Port// in the file to match the values in your host. You can see what you've set in your host by clicking on the root of the tree. | ||
+ | |||
+ | {{: | ||
+ | |||
+ | Modify and uncomment the appropriate lines in the .conf file: | ||
+ | |||
+ | < | ||
+ | wrapper.app.parameter.6=-p | ||
+ | wrapper.app.parameter.7=5010 | ||
+ | wrapper.app.parameter.8=-deviceid | ||
+ | wrapper.app.parameter.9=1 | ||
+ | </ | ||
+ | |||
+ | Be sure that the numbering is consecutive. | ||
+ | |||
+ | After making these changes, double-click the ToolSimulator executable: | ||
+ | |||
+ | {{: | ||
+ | |||
+ | The simulator should start and you should see your variables and events in the " | ||
+ | |||
+ | {{: | ||
+ | |||
+ | Change your "Tool IP Addr" to be // | ||
+ | |||
+ | {{: | ||
+ | |||
+ | Build your host application, | ||
+ | |||
+ | {{: | ||
+ | |||
+ | Choose an event and press the "Send Event" button. | ||
+ | |||
+ | To improve the simulator you will probably need to add some of the tool's host commands and other special messages such as those for recipe handling. | ||
- | and used as a basis to reproduce the behavior of the tool. To improve | + | GEM requires that certain variables be available from the tool. The SimulatorTool (or the GEMTool) provide this set of variables. |
To use a pre-defined ToolName.json for the simulator, prepare a TransSECS tool project with any number of messages (such as host commands and/or recipe messages), and include only two VIDs (OnlineOfflineState and LocalRemoteState) if not already defined by these names in the JSON file. These two parameters are needed for the base simulator software to be able to enable online/ | To use a pre-defined ToolName.json for the simulator, prepare a TransSECS tool project with any number of messages (such as host commands and/or recipe messages), and include only two VIDs (OnlineOfflineState and LocalRemoteState) if not already defined by these names in the JSON file. These two parameters are needed for the base simulator software to be able to enable online/ | ||
Line 92: | Line 134: | ||
- | To use the JSON file for the simulator, copy this file into the generated simulator directory and edit the Simulator.config file as described in the section above to expose the .8 and .9 properties (-j and the name of the JSON file). Be sure that the numbering is consecutive. | + | To use the JSON file for the simulator, copy this file into the generated simulator directory and edit the Simulator.config file as described in the section above to expose the .8 and .9 properties (-j and the name of the JSON file). |