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:16] 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 " |
- | An example | + | For example |
- | < | + | |
+ | | ||
- | This JSON file can be loaded into a bare simulator and used as a basis to reproduce | + | In the project folder (or in the userfiles folder for MIStudio). |
+ | |||
+ | Any file generated by TransSECS GEM Host will work. This file describes the tool and so can be used as a basis to reproduce the behavior of the tool. | ||
+ | |||
+ | 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 | ||
+ | |||
+ | {{: | ||
+ | |||
+ | You will need to change the section in the .conf file that adds the parameters to point to your file. You can replace the whole section with this code, or download [[https:// | ||
+ | |||
+ | < | ||
+ | # Application parameters. | ||
+ | # To specify | ||
+ | wrapper.app.parameter.1=com.ergotech.transsecs.secs.EquipmentSimulator | ||
+ | wrapper.app.parameter.2=deploy.$toolname$ | ||
+ | wrapper.app.parameter.3=-g | ||
+ | # The -j option allows you to very quickly build a tool simulator from you host project. | ||
+ | # See here, for more information https:// | ||
+ | # Uncomment (remove | ||
+ | # | ||
+ | # Edit the next line to point to a JSON file generated by a TransSECS Host application | ||
+ | # Any GEM Host project that you build will have a file with the name of the host | ||
+ | # for example, GEMHost will have the file GEMHostModel.json in the TransSECS folder (or the UserFiles for MIStudio applications) | ||
+ | # You can Characterize | ||
+ | # all the information you need for your simulation. | ||
+ | # | ||
+ | # | ||
+ | # | ||
+ | # | ||
+ | # | ||
+ | </ | ||
+ | |||
+ | Remove the # from the line: | ||
+ | |||
+ | < | ||
+ | wrapper.app.parameter.4=-j | ||
+ | </ | ||
+ | |||
+ | 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. Simply open the SimulatorTool project,add the messages and rebuild. | ||
+ | |||
+ | 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/ | ||
- | 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). |