01-22-2007 07:44 AM
Thanks Fabio,
I will wait your test
01-23-2007 07:33 AM
Hi delpitik,
yours is a very challenging problem. I did some tests with my cFP and the results is that the writing (or reading) function doesn't give an error when you disconnect the net, however it generates a warning message (being a warning and not an error message the application doesn't stop):
"Status: false (no error) - Code: 33163 - Source: FP Write.vi"
My suggestion is to check if your application shows the same warning and use it to stop the execution. For example you can create a case structure that stops the execution if the code warning is equal to 33163 (you have simply to do an unbundle by name of the error cluster and set an "Equal" function whose inputs are the Code and the costant 33163).
I hope I aided you, have a nice day
carlo>
01-23-2007 08:06 AM
01-23-2007 11:16 AM