Hi Aaron,
Thanks for your answer. It was the expected answer, but not exactly what I'm
after. Oh well I'll see if I can modify the Datasocket routines so that
there isn't a reliance on the PC or network being up for the code to
continue.
Regards,
Shane Broadbent
"Aaron G" wrote in message
news:5065000000050000002BB80000-1031838699000@exchange.ni.com...
> Shane,
>
> The FP-20xx's do not have datasocket servers on them. The only server
> is the NI Ethernet protocol server which you access via the Data
> Publish.vi. The Data Publish.vi supports four base types of data;
> boolean, integer, float and string. You can use the Flatten To String
> or Typecast functions to convert the cluster data to string and then
> use the Data Publish.vi
to publish the string. The host side can then
> unflatten the string data.
>
> Regards,
> Aaron