Parameter Workaround

Fixed since Firenze beta 110520

ZBrainSDK v3.2 empoli SP2 has a malfunction in the param.open.vi and the param.close.vi.

To avoid a corrupt parameter table use the open.vi only once in your program and do not use the close.vi.
Use the “valid” output on the param.load.vi to check if a valid table has been loaded.
All other functions (load table, save table, read, write) work fine.