TxB Saving/loading Recepie to USB

A forum devoted to the discussion of all topics having to do with scripting and other advanced programming using iX Developer.
Post Reply
Aer
Posts: 1
Joined: Fri Jan 24, 2014 8:48 am

TxB Saving/loading Recepie to USB

Post by Aer »

Hi,
I am using a T12B panel. I have a recepie that i need to be able to save to a USB and be able to recover it from the USB back to the panel. Are there any examples of scripts that does this?

stuartm
Posts: 61
Joined: Thu Jun 06, 2013 9:21 am

Re: TxB Saving/loading Recepie to USB

Post by stuartm »

Recipes are stored in a databases. You will need to access them via database convert them to csv and convert them back via sql. Please modify this script.(see attachment).

To view a recipe how IX sees it, simple drop in a Database Viewer Object onto the canvas. Add a recipe and configure it.

You should know there are two simple actions that can be configured that would save you the hassle of coding.
Attachments
Script_Database_Export.zip
(208.54 KiB) Downloaded 729 times
databaseviewer.png
databaseviewer.png (142.76 KiB) Viewed 7612 times

Post Reply