A.
After converting the [R Product] project, recipe (string parameter) values are not displayed in the string object.
To display recipe data in a string object in TOP Design Studio, you must set the data type to ASCII under [Project] - [Recipe] menu.
Please follow the steps below to configure this properly:
1. Configure the Recipe Settings
- Go to [Project] - [Recipe].
- In the [Recipe Data] page, change [Address Type] to NonSequential.
- For the first parameter (Param1), change the Data Type from DEC to ASCII, and enter the number of characters to be displayed.
- Starting from Param2, adjust the address so it does not overlap with the address range used by Param1.
Note:
Each a 16-bit word holds 2 characters, so 8 characters require 4 words.
For example, if Param1 uses D0 to D3, then Param2 should start from D4.
2. Configure the String Object
- Open the string object and find "Recipe1" in the address list.
- Set the item number to the parameter you want to display.
- The parameter number is fixed to Param1 and cannot be changed.