You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+2Lines changed: 2 additions & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -101,3 +101,5 @@ with open(input_file, "rb") as bin_file, open(output_file, "w") as header_file:
101
101
print(f"Binary file converted to C++ array in {output_file}.")
102
102
```
103
103
By default, all files are located in your current directory but you can change them as you need.
104
+
105
+
A RIDcontents.csv file is needed as it is provided in the list of files. Remember that the number of RIDs must match the sum of RIDs for components, sensors, and heaters. Description about the order of RIDs are provided in the ThermalControlAlgorithm.cpp above GetRIDData() function.
0 commit comments