Stormworks: Build and Rescue

Stormworks: Build and Rescue

评价数不足
CSV Logger
3
2
   
奖励
收藏
已收藏
取消收藏
标签: v1.2.24
文件大小
发表于
更新日期
47.713 KB
2021 年 2 月 26 日 上午 3:12
2021 年 9 月 1 日 上午 6:05
2 项改动说明 ( 查看 )

订阅以下载
CSV Logger

描述
This is a simple microcontroller that when allows logging and exporting data to CSV file.
For operation it requires companion program StormLogger that can be found here[github.com]. The program saves recived data in a location it was called from. If it is launched from command line it is comand line location if it is called by clicking on the icon it will be file location.
12 条留言
Andrew 1 月 12 日 下午 4:47 
Idk how any of this works but I know how to use it. Could there be a way to output the results in real time?
Razor 2024 年 10 月 15 日 下午 3:05 
@SHIBAZ89 and @Stinger , I have made a tutorial for how to use this: https://psteamcommunity.yuanyoumao.com/sharedfiles/filedetails/?id=3349046716
C-Corgi 2024 年 1 月 4 日 下午 12:17 
@Plf_paf Go to the releases tab instead of the code: https://github.com/LupusTheCanine/StormLogger/releases
Plf_paf 2023 年 4 月 20 日 上午 8:45 
How do you use the C program? I just get error messages about the code when I try to compile it.
Lupus the Canine  [作者] 2023 年 1 月 27 日 上午 10:21 
Thanks @TKTom
TKTom 2023 年 1 月 23 日 上午 7:29 
An incredibly useful tool for anyone trying to optimise a creation or understand the underlying relationships for game mechanics.
frank110294 2022 年 9 月 25 日 上午 11:07 
You will have to install a c compiler yourself. You can find a guide on how to do that on the VS code website:

https://code.visualstudio.com/docs/languages/cpp#_example-install-mingwx64[/url] You then have to compile the program with: "gcc Stormlogger.c -Wall -g -pedantic-errors -pedantic -Wextra -lwsock32 -lws2_32" Paste the above line in command prompt (look for cmd in windows). Be sure you are in the correct directory. When installing the compiler and compiling the program: Read everything before you click on things! So don't just go changing the installation location of the compiler and click away the errors. That can give serious problems

You then have to compile the program with:

"gcc Stormlogger.c -Wall -g -pedantic-errors -pedantic -Wextra -lwsock32 -lws2_32"

Paste the above line in command prompt (look for cmd in windows). Be sure you are in the correct directory. When installing the compiler and compiling the program: Read everything before you click on things! So don't just go changing the installation location of the compiler and click away the errors. That can give serious problems.
bongokat1 2022 年 8 月 5 日 上午 12:32 
Can you make a tutorial on how to set this up?
KwentiN 2022 年 1 月 15 日 上午 8:22 
Thank you so much for this! This is so powerful for analizing data and this is so much easier than manually noting down data points :steamthumbsup:
Stinger 2021 年 12 月 19 日 下午 4:52 
Any word on a usage guide?