Search found 73 matches

by JohnCZ
Thu Jan 24, 2013 1:14 pm
Forum: Scripting
Topic: VNC for two operators
Replies: 2
Views: 6954

Re: VNC for two operators

Ok thanks
by JohnCZ
Thu Jan 24, 2013 7:23 am
Forum: Scripting
Topic: Rename Name of Exported Dataloger throught textbox
Replies: 3
Views: 7764

Re: Rename Name of Exported Dataloger throught textbox

Here is that script i Used. void Button1_Click(System.Object sender, System.EventArgs e) { string FromFile = @"\Hard Disk\DatabaseExport\Data Loggers\DataLogger1.csv"; string Tofile = @"\hard Disk\DatabaseExport\Data Loggers\"; try { File.Move(FromFile, Path.Combine(Tofile, TextBox1.Text)); // pokus...
by JohnCZ
Thu Jan 24, 2013 7:13 am
Forum: Scripting
Topic: VNC for two operators
Replies: 2
Views: 6954

VNC for two operators

Hi, I wanted to ask if it is possible when I log as the VNC client to the panel, so the operator, which is near-panel, will have on screen " momentary remote access is done " ThisWillseeOperator.JPG But to the one who is logged on via VNC , will work normally with panel and can modify some parameter...
by JohnCZ
Thu Jan 17, 2013 4:01 pm
Forum: Controller Communication
Topic: Beijer TxA,B with Simatic LOGO and Simatic S7 PX ( Desigo)
Replies: 8
Views: 17056

Re: Beijer TxA,B with Simatic LOGO and Simatic S7 PX ( Desig

Hello again, we just recive from oure professional tester developer that Beijer work with latest Simatic LOGO version. We will send you some manual (GSD file,pdf ) becouse there must be some modifications on PLC side. However now created a much more serious problem, we can not break in communication...
by JohnCZ
Tue Jan 15, 2013 7:23 am
Forum: Scripting
Topic: Rename Name of Exported Dataloger throught textbox
Replies: 3
Views: 7764

Re: Rename Name of Exported Dataloger throught textbox

Thanks

I make some script and Now it works.

JohnCZ
by JohnCZ
Tue Jan 15, 2013 3:40 am
Forum: Controller Communication
Topic: Beijer TxA,B with Simatic LOGO and Simatic S7 PX ( Desigo)
Replies: 8
Views: 17056

Re: Beijer TxA,B with Simatic LOGO and Simatic S7 PX ( Desig

Ok we will tested and will reply if it's work.

JohnCZ
by JohnCZ
Mon Jan 14, 2013 2:38 am
Forum: Controller Communication
Topic: Beijer TxA,B with Simatic LOGO and Simatic S7 PX ( Desigo)
Replies: 8
Views: 17056

Re: Beijer TxA,B with Simatic LOGO and Simatic S7 PX ( Desig

The protocol they used is OP. I think Beijer used PG connection.

It is indeed a very new hardware.
by JohnCZ
Fri Jan 11, 2013 1:34 am
Forum: Controller Communication
Topic: Beijer TxA,B with Simatic LOGO and Simatic S7 PX ( Desigo)
Replies: 8
Views: 17056

Re: Beijer TxA,B with Simatic LOGO and Simatic S7 PX ( Desig

Hi;

There is Ethernet;

Typ of PLC: Siemens LOGO! 0BA7. There is a Siemens HMI that can be connect to this typ of PLC.

JohnCz
by JohnCZ
Thu Jan 10, 2013 8:47 am
Forum: Controller Communication
Topic: Beijer TxA,B with Simatic LOGO and Simatic S7 PX ( Desigo)
Replies: 8
Views: 17056

Beijer TxA,B with Simatic LOGO and Simatic S7 PX ( Desigo)

Hello all,

I would like to know if there is chance to somehow communicate with Simatic LOGO and S7 PX

We have TxA,TxB panels .

Thanks

BR
JohnCZ
by JohnCZ
Fri Jan 04, 2013 9:06 am
Forum: Scripting
Topic: Rename Name of Exported Dataloger throught textbox
Replies: 3
Views: 7764

Rename Name of Exported Dataloger throught textbox

Hello, My question is simple. I have a project (T7A) where the operator enters into the textbox name of the exported datalogger1 and when he clicks on the button, Datalogger1 will save CSV file to USB with the specified name, which he wrote in the textbox. I tried through the script define the name ...