mlwalter77 Posted February 4, 2006 Report Posted February 4, 2006 I have a situation where I have multiple GE Fanuc HMIs running Windows CE. I am using Cimplicity Machine Edition and am referencing a CSV file to obtain relevent information about a part via its part number. I would like the CSV to reside on one HMI and have the other HMIs reference that one main CSV. This is so we can maintain one CSV in one place and not one CSV in multiple places or even multiple CSVs in multiple places. I know that I can reference parameters on the other HMIs by enabling networking, but I haven't been able to reference a CSV file across the network. Maybe I'm using the wrong syntax for the filename when trying to open it across the network? Quote
mlwalter77 Posted February 6, 2006 Author Report Posted February 6, 2006 I believe it is something to the effect of: OpenCSVFile "\\100.100.1.10\Flash Storage\fxViewRuntime\Project\CSVFile.CSV" The 100.100.1.10 has the CSV file, and I am trying to have 100.100.1.30 open it. I can ping 10 from 30, so I know they can talk, but I can't get them to share this file. Quote
Recommended Posts
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.
Note: Your post will require moderator approval before it will be visible.