05-22-2007 01:33 PM
05-22-2007 01:55 PM - edited 05-22-2007 01:55 PM

Message Edited by smercurio_fc on 05-22-2007 01:56 PM
05-22-2007 02:21 PM
My hero....it worked exactly as it should. Thanks for your help.
Corey
02-01-2008 12:15 AM
CoreyNE,
Just starting to program an interface to the Liquilaz and ran across your posting. Do you have a working vi that I could start with?
Thanks,
torr
04-11-2008 05:57 PM
torr
04-11-2008 05:59 PM
One last vi that is the sampling, data acquisition, and initialization.
torr
02-26-2009 02:41 AM
I have the same exact problem but I am not using Labview. I have a GUI in matlab that controls my instrumentation set. I would like to include this instrument as well in my GUI but I cannot communicate with the pump. The pump accepts hex strings and I have tried several different ways of inputing the string in matlab to no avail.
this is a string to run the pump
E9 00 06 57 4A 00 E8 00 00 01 F2
Thanks in advance for your help.
02-26-2009 03:02 AM
never mind got it to work with the following
start=[233 001 006 087 074 000 232 000 001 001 242];
stop=[233 000 006 087 074 000 232 000 000 001 242];
fwrite(s1,start)
pause(10)
fwrite(s1,stop)
it turns out that one of my wires was bad and thats why it didnt work intially
Hope noone else spends much time on this.
08-03-2010 03:07 PM
Can someone upload the code for this? I cannot seem to figure out how to create a byte array that looks like yours.
08-03-2010 03:23 PM
I am refering to the image that smercurio_fc posted.