This commit is contained in:
GukSang.Jin
2026-05-20 14:51:00 +08:00
parent 263fffbcf5
commit 0cba5198f2
7 changed files with 66 additions and 5 deletions

View File

@@ -24,6 +24,7 @@ namespace TabletTester2025.Services
414 => 4.9f + (float)_rand.NextDouble() * 2, // 后重
416 => 1.0f, // 失重率%
300 => 100.0f, // 硬度加压速度(mm/min)
330 => 31.0f, // 崩解升降频次(次/min)
340 => 50f, // 溶出速度1(r/min)
350 => 50f, // 溶出速度2(r/min)
400 => 50 + (float)_rand.NextDouble() * 30, // 转速
@@ -40,6 +41,7 @@ namespace TabletTester2025.Services
{
int value = startAddress switch
{
82 => _rand.Next(0, 101), // 脆碎实时圈数
410 => 100, // 脆碎圈数
430 => 30, // 溶出1时间(min)
440 => 30, // 溶出2时间(min)