Difference between revisions of "TestIT:Configuration mosCura"
NolekAdmin (talk | contribs) |
NolekAdmin (talk | contribs) |
||
| Line 52: | Line 52: | ||
'''Coding/Commands:''' | '''Coding/Commands:''' | ||
| − | * GetRecipe | + | * [[TestIT:Programming_mosCura#GetRecipe|GetRecipe]] |
| − | * ResetRecipe | + | * [[TestIT:Programming_mosCura#ResetRecipe|ResetRecipe]] |
| − | * SetResult | + | * [[TestIT:Programming_mosCura#SetResult|SetResult]] |
| − | * ResetResult | + | * [[TestIT:Programming_mosCura#ResetResult|ResetResult]] |
| − | * GetStdRecipeGroup | + | * [[TestIT:Programming_mosCura#GetStandardRecipeGroup|GetStdRecipeGroup]] |
Revision as of 09:43, 10 September 2019
6.3.22 mosCura
A mosCura device is used to couple TestIT with the mosCura online data system, making it easy to Import settings from mosCura into TestIT symbols, as well as testing the recipe retrieving, and the result uploading.
Setup fields:
- Device Configuration
- Recipe/Result handling
- Output
- Test Device
Device Configuration:
- Write the device name and device description
- Select if the device is Active or not
- Write the Server name or address where the mosCura database is located.
- Select the type of authentication for the database
- Write the login credentials
- Press Search or the dropdown, and select the mosCura database to connect to.
- Try to Connect
- Press Save on the bottom left.
Recipe / Result handling:
- Recipe
- The first box under “Recipe handling/result handling” shows all the mosCura recipe tags that are ready to be imported to TestIT symbols. To import a tag, simply press the button to the far right, or press “Import all”.
- When a recipe symbol is imported, the recipe value for that tag will automatically be written to the imported symbol, when getting a recipe with this device.
- Result
- The second box shows all the mosCura Result tags that can be imported to symbols, these tags are imported in the same way as the recipe tags.
- When a result tag has been imported, all values in these symbols will be uploaded to the given tags when using the mosCura set result function.
Output: This area is used to implement dynamic test settings from mosCura to TestIT. To see if mosCura has been set up for dynamic tests, go to a recipe on the mosCura website. If any of the recipe tags are called for instance “Step1000” and allows you to select multiple actions, this means it is enabled. To implement, follow these steps:
- Tick the box in the top right
- Insert the standard group(s) – these are the recipe item groups on mosCura that are using the dynamic tests, usually starting with group “50”
- Insert the tag order
- Insert the item number of the related tags as seen on mosCura. For instance mosCura tag SG01IG050IN0011 “Step1000” ends with item number 0011. put in “11” as seen in the picture
Test Device:
Reading and writing to mosCura, can easily be tested by going to the Test tab in the top, or by pressing the Eye under configuration.
- To test reading recipe values from mosCura:
- Enter the name of the recipe to receive in the top and press “Get”
- To test sending results to mosCura:
- (optional) Press Auto fill to auto fill numbers from 1 and up into all tags in order
- Enter a known recipe name/”no” to see the uploaded result on mosCura, e.g “nolekTest”
- When all required tags have the desired values, press Send
Coding/Commands: