Login Page - Create Account

Support Board


Date/Time: Wed, 27 Nov 2024 00:24:37 +0000



[Programming Help] - Output sierra data to localhost

View Count: 341

[2023-10-02 10:48:32]
Fikklish - Posts: 3
Hi I would like to stream data from Sierra to a local host for processing outside of the program.

Currently if I output to a file, the file cannot be opened to use real-time data so I would like to output to a localhost so I can access the data from elsewhere.

Is there a way to do this?
[2023-10-02 17:53:27]
ForgivingComputers.com - Posts: 960
Have you tried changing the fopen() options? Files can be opened for reading and writing at the same time.

https://cplusplus.com/reference/cstdio/fopen/https://cplusplus.com/reference/cstdio/fopen/
[2023-10-06 16:52:36]
Chad - Posts: 233
@bradh, do you suppose .depth file data could be accessed in the same manner with fopen()? I would assume so, as long as it's cycling through a Chart window whether in 1x-speed Chart Replay mode, or live/real-time.
[2023-10-06 19:08:53]
ForgivingComputers.com - Posts: 960
do you suppose .depth file data could be accessed in the same manner with fopen()

I don't think so. Maybe someone else knows.

To post a message in this thread, you need to log in with your Sierra Chart account:

Login

Login Page - Create Account