If this is the only BasicDataLogger2 you are using in the project, the easiest would be to modify the code to always use 2 place.
- In Solution Explorer, expand down the AdvancedHMIControls project
- Expand down the \Components folder
- Right click BasicDataLogger.vb and select View Code
- Go to line 229 and edit the code like this:
StringToWrite &= "," & CDbl(item.LastValue).ToString("0.00")