Importing csv recipes in MP277

userxyz

Member
Join Date
May 2002
Location
any
Posts
2,768
Hello,

I'm trying the following script without succes:

Code:
On Error Resume Next

ImportDataRecords "\\pcb0.blx.sopa.bon\Shared\persrecs.csv", 0, hmiOverwriteAlways, hmiOn, Null

If Err.Number <> 0 Then
	ShowSystemAlarm "Error #" & Err.Number & " " & Err.Description
	Err.Clear 
	Exit Sub
End If

When I enter the line \\pcb0.blx.sopa.bon\Shared\persrecs.csv in Run, I cannot reach the file either. Only if I first go by entering: \\pcb0.blx.sopa.bon\

Then I have to log in and I can reach the folder.

Can I automatically log-in or override this in someway ?

Thanks in advance,
Kind regards,
Combo
 

Similar Topics

Hello, I'm currently writing a program that is meant to write values to a specific set of tags. However, when I have a .csv file containing...
Replies
5
Views
7,103
Hi everyone, When i want to import existing .csv file, i'm receiving attached error message. Has anyone experience about this error message...
Replies
3
Views
1,694
Hello guys. I need some help. Is there anyone who can provide sample script for importing csv file to the user archive of wincc. Thank you very much.
Replies
0
Views
3,525
Anyone have experience doing this? I would like to manipulate my variable list using excel, then import that back into cimplicity. Currently we...
Replies
12
Views
7,840
Hi! I am at my wits end and can't find any resources to help fix it so: I have a program I am importing from another computer that is WW2014...
Replies
0
Views
57
Back
Top Bottom