Visual Sequencer to Arduino codes

I’ve created a few sequences with Visual Sequencer, the best software for this kind of thing on the market. (I can’t understand why it’s considered a mature product). It is more capable than the free SSC32 sequencer, Lynxterm or the Pololu Sequencer, the latter which I played with for 2 weeks before coming back to Lynxmotion.

I’ve exported some of these sequences and can see the commands in Wordpad. I could just as well convert to CSV and Excel to strip out what I don’t need.

Has anybody created a macro or something to do this, just so I don’t have to reinvent the wheel. Pololu had the right idea where you could generate the code (that ran in the Maestro servo controller) directly from the sequences you created.

It’s not a lot of code to convert from the sequences, since it only takes a few operations to do basic tasks, but I’d like to do it quickly anyway.

Hi,

We’ve done this a few times, actually. A possible solution that is simple would be to use a set of regular expressions to transform the export to a format that is move convenient to you.
This is usually done in one of two ways:

]Through a high-level programming language that offers regular expressions (most of them at this point)/:m]
]With a text editor that supports them/:m]
We do not have a ready-made solution at this point, but if you do develop one we recommend that you share it on the forum.

Sincerely,