Help with FlowArm sequence file format

Hello,

Is the FlowArm sequence file format described anywhere or is it possible to get the description of the data structures used in this file so it can be read from another application? It seems to contain a mix of binary and ascii characters.

If a library is available for reading the file in Python, Javascript, or C etc… that would be great.

Thank you

1 Like

As far as I know, it is not.

The best “description” (i.e.: by code review) would be to look at the project file for FlowArm or the SSC-32U Sequencer in FlowBotics Studio and see how the format is exported.

That would indeed be a good thing.

That being said, there’s another way to help with this situation, possibly: look at the posts here & here. Those discussions were around the idea of exporting the sequences in a way that could be used externally (such as in a sequencer in a microcontroller, for example). Hopefully that can help a bit / get you started in the right direction.

Sincerely,

2 Likes