Search found 373 matches

by admin
Thu Jul 13, 2017 7:28 am
Forum: Tags - Gate Builder
Topic: Can't open gate status
Replies: 12
Views: 9284

Re: Can't open gate status

Dear Sir, there is some error in your application, firt off all please correct this: 1 - In code file "autobatch", "enable_disable_batch", "interlock_pacs_mixing", "interlock_pacs_reactor", "interlock_pacv_reactor", "interlock_premix", &quo...
by admin
Tue Jul 11, 2017 4:02 pm
Forum: Code - Code Builder
Topic: Save an Input dialog value
Replies: 7
Views: 6621

Re: Save an Input dialog value

Dear Sir,
please try to disable Windows Firewall and any type of antivirus.

Thanks
by admin
Tue Jul 11, 2017 7:53 am
Forum: General
Topic: license winlog
Replies: 11
Views: 9270

Re: license winlog

Dear Nick,
in order to provide you with technical support, please give me the following information:
• The name of your company
• The code of your Winlog Pro development license
• From whom did you buy your Winlog Pro license
• From whom did your customer buy his Winlog pro licenses

Best regards
by admin
Tue Jul 11, 2017 7:36 am
Forum: Code - Code Builder
Topic: Save an Input dialog value
Replies: 7
Views: 6621

Re: Save an Input dialog value

Dear Sir,
try to set http port in project configurtion to 88 (for example) and try to start Runtime. Do you have the same error?

Best Regards
by admin
Mon Jul 10, 2017 10:07 am
Forum: Code - Code Builder
Topic: Save an Input dialog value
Replies: 7
Views: 6621

Re: Save an Input dialog value

Dear Sir, sorry but I don't understand what do you want to do, something like this? Function void callDialog() real temp; temp = InputDialog("Enter the desired temperature", "title", ""); while (WindowIsOpen()) if(temp < 35)then SetDigGateValue(out,1,1) else SetDigVateV...
by admin
Mon Jul 10, 2017 9:30 am
Forum: General
Topic: license winlog
Replies: 11
Views: 9270

Re: license winlog

Dear Sir,
for commercial information please send an email to info[at]sielcosistemi.com

Best Regards
by admin
Fri Jul 07, 2017 10:12 am
Forum: Tags - Gate Builder
Topic: Can't open gate status
Replies: 12
Views: 9284

Re: Can't open gate status

Yes, send it to support[at]sielcosistemi.com

Best Regards
by admin
Fri Jul 07, 2017 8:58 am
Forum: Tags - Gate Builder
Topic: Can't open gate status
Replies: 12
Views: 9284

Re: Can't open gate status

Dear Sir,
I think you've set the main template to stay on top. Send the application so I can check it.

Best regards
by admin
Fri Jul 07, 2017 7:08 am
Forum: Tags - Gate Builder
Topic: Can't open gate status
Replies: 12
Views: 9284

Re: Can't open gate status

Dear Sir,
can you please post a screenshot for the probloem? It's very strange!

Best Regards
by admin
Wed Jun 28, 2017 10:33 am
Forum: Tags - Gate Builder
Topic: Gates Sampling Optimization
Replies: 3
Views: 4368

Re: Gates Sampling Optimization

Thank you! ;)
by admin
Tue Jun 27, 2017 3:25 pm
Forum: Protocols
Topic: write word data on ms access
Replies: 4
Views: 5335

Re: write word data on ms access

Dear Sir,
I think your problem is due to the number of device you have entered in gates. Enter as device number "1" you will be able to write correctly.

Best regards
by admin
Tue Jun 27, 2017 9:08 am
Forum: Protocols
Topic: write word data on ms access
Replies: 4
Views: 5335

Re: write word data on ms access

Dear Sir,
sorry but I don't know what is data type "V111" can you send us your application and ms access file?

Thanks
by admin
Tue Jun 27, 2017 9:00 am
Forum: Tags - Gate Builder
Topic: Gates Sampling Optimization
Replies: 3
Views: 4368

Re: Gates Sampling Optimization

Dear Sir,
actually the only way is cut and paste manually in correct order.

Best Regards
by admin
Wed Jun 21, 2017 2:48 pm
Forum: Tags - Gate Builder
Topic: Gate changes
Replies: 1
Views: 3161

Re: Gate changes

Dear Sir, about your question: 1 - You have to use code: Function void setValue() #startup while(WindowIsOpen()) if (GetDigGateValue("MyFirstGate", 0) != GetDigGateValue("MySecondGate", 0)) then SetDigGateValue("MySecondGate", 0, GetDigGateValue("MyFirstGate",...
by admin
Mon Jun 12, 2017 8:51 am
Forum: Protocols
Topic: ModbusTCP
Replies: 1
Views: 3184

Re: ModbusTCP

Dear Sir,
if you go in "Runtime->Supervision->Status->Device" the communication errors increase or remain at 0?

Regards
by admin
Mon Jun 12, 2017 8:49 am
Forum: Reports
Topic: can't create and write access from odbc client
Replies: 1
Views: 4062

Re: can't create and write access from odbc client

Hi,
sorry but I don't understand your problem, can you please explain problem and post your sample application?

Thanks
Regards
by admin
Thu Apr 27, 2017 3:53 pm
Forum: Tags - Gate Builder
Topic: Faster update
Replies: 2
Views: 3904

Re: Faster update

Dear Sir,
yes, if you divide devices on multiple channels the communication is in parallel so much faster.

Best Regards
by admin
Mon Apr 03, 2017 8:40 am
Forum: Tags - Gate Builder
Topic: Communication KO
Replies: 2
Views: 3979

Re: Communication KO

Dear Sir,
for online gate status use "GetNumGateCommunicationStatus(,)", "GetDigGateCommunicationStatus(,)", and so on.

Device status go KO if all device gates are unreadable for 3 attempts.

Best regards
by admin
Thu Feb 16, 2017 9:03 am
Forum: Protocols
Topic: do Winlog support HTTP POST/GET ?
Replies: 2
Views: 4018

Re: do Winlog support HTTP POST/GET ?

Dear Sir,
no, Winlog can't do HTTP POST/GET request. Normally GSM modems supporting AT commands, are you sure that your modem does not support AT commands?

Best regards
by admin
Wed Feb 08, 2017 9:17 am
Forum: Protocols
Topic: Modbus TCP with Saia PCD3
Replies: 4
Views: 5324

Re: Modbus TCP with Saia PCD3

Hi,
I think that the PLC does not respond correctly to coil writing. Numeric gate are writing correctly?
by admin
Wed Feb 08, 2017 9:09 am
Forum: Code - Code Builder
Topic: InputDialog position
Replies: 5
Views: 5795

Re: InputDialog position

Dear Sir,
you are right, in 2.07 version window it's open at top left of screen. I report the problem to technical assistance, it will probably fixed in the next release of Winlog 3.02.

Best regards
by admin
Tue Feb 07, 2017 4:52 pm
Forum: Code - Code Builder
Topic: InputDialog position
Replies: 5
Views: 5795

Re: InputDialog position

Hi,
Which Winlog version are you using?

Best regards
by admin
Tue Feb 07, 2017 8:53 am
Forum: Protocols
Topic: Modbus TCP with Saia PCD3
Replies: 4
Views: 5324

Re: Modbus TCP with Saia PCD3

Hi,
which Winlog version are you using? In gate configuration you have set "Enable Writing to device"?

Best regards
by admin
Tue Feb 07, 2017 8:49 am
Forum: Code - Code Builder
Topic: InputDialog position
Replies: 5
Views: 5795

Re: InputDialog position

Hi,
the InputDialog window is automatic managed by Windows ad it's normally located in center of screen, there is no way to change the position from code.

Best Regards
by admin
Mon Jan 30, 2017 3:22 pm
Forum: Code - Code Builder
Topic: SMSopenChannel() trouble in winlog 3
Replies: 1
Views: 3427

Re: SMSopenChannel() trouble in winlog 3

Dear Si,
problem is solved in Winlog version 3.02.03.

Best Regards
by admin
Tue Jan 24, 2017 8:21 am
Forum: Tags - Gate Builder
Topic: ModbusTCP
Replies: 3
Views: 4428

Re: ModbusTCP

Dear Sir, normally 400001 address is in "holding register" table. For reading holding register you must use the function "3" (see help) in Winlog; then in Gate Builder you have to insert address 3:0001 or 3:0000 (depending on your device's mapping, try both). Can I leave a templa...
by admin
Thu Jan 19, 2017 3:13 pm
Forum: Templates - Template Builder
Topic: Chart history lost at template opening
Replies: 1
Views: 3958

Re: Chart history lost at template opening

Dear Sir,
I think that you have not set "save historical data" on the variables you use in chart. Try to configure you gates like this:
SaveHist_File.png
SaveHist_File.png (19.55 KiB) Viewed 3956 times
Best regards
by admin
Wed Jan 04, 2017 8:38 am
Forum: Templates - Template Builder
Topic: Button press/relese
Replies: 2
Views: 4118

Re: Button press/relese

Dear sir,
Use switch object in template builder and set in it in "button" mode. Don't need any other code.

Regards
by admin
Mon Dec 19, 2016 9:45 am
Forum: Tags - Gate Builder
Topic: Write block in modbus RTU
Replies: 5
Views: 6162

Re: Write block in modbus RTU

Dear Sir,
actually no.

Best Regards
by admin
Fri Dec 16, 2016 10:21 am
Forum: Tags - Gate Builder
Topic: Write block in modbus RTU
Replies: 5
Views: 6162

Re: Write block in modbus RTU

Dear Sir,
actually the write block in modbus RTU is not supported.

Best Regards
by admin
Thu Dec 15, 2016 8:30 am
Forum: Protocols
Topic: Winlog with S7-400
Replies: 2
Views: 4052

Re: Winlog with S7-400

Dear Sir,
for continuos reading is better if you set sampling "Always". Have you use read block? (see protocol help for more information).

Best regards
by admin
Wed Dec 14, 2016 9:19 am
Forum: Tags - Gate Builder
Topic: Write block in modbus RTU
Replies: 5
Views: 6162

Re: Write block in modbus RTU

Dear Sir,
can you post your application? So we can check that all configurations are ok.

Best Regards
by admin
Wed Dec 14, 2016 9:16 am
Forum: Tags - Gate Builder
Topic: Can not create gate from mOPC server tags
Replies: 6
Views: 6796

Re: Can not create gate from mOPC server tags

Dear Sir,
Winlog is compatible with OPC DA1.0, 2.0 and 3.0. I didn't realize that with the version 2.07 the problem does not happen.
Winlog application and OPC project is the same used with 2.07 version? What's the name and version of your OPC?

Thanks
Best regards
by admin
Tue Dec 13, 2016 4:27 pm
Forum: Tags - Gate Builder
Topic: Can not create gate from mOPC server tags
Replies: 6
Views: 6796

Re: Can not create gate from mOPC server tags

Dear Sir, I think your OPC is not DA 3.0. What type of tags you want to read?

Best regards
by admin
Mon Dec 12, 2016 9:24 am
Forum: Code - Code Builder
Topic: Run code while a certain template is open
Replies: 1
Views: 3082

Re: Run code while a certain template is open

Dear Sir, in each template (with TemplateBuilder) you can set the opening and closing function. Read Template Builder help and look at my example for more information.

Best Regards
by admin
Wed Dec 07, 2016 2:38 pm
Forum: Tags - Gate Builder
Topic: Numerical Gate Sampling Option Grey out
Replies: 7
Views: 6183

Re: Numerical Gate Sampling Option Grey out

Dear Sir,
no, is not possible...

Best Regards
by admin
Wed Dec 07, 2016 2:23 pm
Forum: Tags - Gate Builder
Topic: Numerical Gate Sampling Option Grey out
Replies: 7
Views: 6183

Re: Numerical Gate Sampling Option Grey out

Dear Sir,
have you connected your licence dongle when you open Winlog Pro? Which licence do you have?

Best regards
by admin
Tue Dec 06, 2016 8:04 am
Forum: Installation
Topic: Winlog Pro and Window 10
Replies: 1
Views: 5540

Re: Winlog Pro and Window 10

Dear Sir,
yes, Winlog is compatible with:
Windows 10 (32/64 bit)
Windows 8.1 (32/64 bit)
Windows 8 (32/64 bit)
Windows 7 (32/64 bit)
Windows Embedded 7
Windows Server 2012
Windows Server 2008

Best Regards
by admin
Tue Nov 22, 2016 8:13 am
Forum: General
Topic: Winlog with Siemens
Replies: 2
Views: 4750

Re: Winlog with Siemens

Dear Sir,
I never used the 443 interface before but reading the specifications I think there is no problem in using with Winlog. Download Winlog Lite and test communication with your CPU.

Best Regards
by admin
Thu Nov 03, 2016 9:23 am
Forum: Bug Report
Topic: Runtime crashes - graph plot !!!
Replies: 4
Views: 6677

Re: Runtime crashes - graph plot !!!

Hi,
can you please send your application (without historical data) to support[at]sielcosistemi.com ?

Thanks
by admin
Thu Nov 03, 2016 9:04 am
Forum: Bug Report
Topic: Runtime crashes - graph plot !!!
Replies: 4
Views: 6677

Re: Runtime crashes - graph plot !!!

Dear Sir,
which Winlog version are you using? 2.07 or 3.01?

Thanks.
by admin
Wed Nov 02, 2016 10:10 am
Forum: Tags - Gate Builder
Topic: Gate sampling time - RS485 Speed
Replies: 2
Views: 4150

Re: Gate sampling time - RS485 Speed

Dear Sir,
I think the problem is not the sampling. Maybe you made a mistake elsewhere. Can you send your application to support@sielcosistemi.com so that I can check it.

Best regards
by admin
Wed Nov 02, 2016 10:06 am
Forum: Templates - Template Builder
Topic: CPU Performance monitor - Process %
Replies: 1
Views: 3667

Re: CPU Performance monitor - Process %

Dear Sir,
no, it's not possible.

Best Regards
by admin
Tue Oct 11, 2016 1:48 pm
Forum: Templates - Template Builder
Topic: User logged in & date/time bar hiding from the template
Replies: 1
Views: 3461

Re: User logged in & date/time bar hiding from the template

Dear Sir,
sorry it's not possible.

Best Regards
by admin
Tue Oct 11, 2016 1:47 pm
Forum: Templates - Template Builder
Topic: Template buttons, close application / Close application and shutdown PC
Replies: 1
Views: 3410

Re: Template buttons, close application / Close application and shutdown PC

Dear Sir, yes, you can create a simple code function called by "OnClick" property. Code for close application: Function void CloseApplication() EnableShutdown(false); CloseSession(); end Code for shutdown pc: Function void ShutdownSystem() EnableShutdown(true); CloseSession(); end
by admin
Tue Sep 27, 2016 10:30 am
Forum: Code - Code Builder
Topic: Template opening selected upon pc monitor resolution
Replies: 1
Views: 3285

Re: Template opening selected upon pc monitor resolution

Dear Sir,
actually thre isn't this function.

Best Regards
by admin
Tue Aug 30, 2016 2:29 pm
Forum: Protocols
Topic: How to read data from RS 232 device?!
Replies: 5
Views: 6668

Re: How to read data from RS 232 device?!

Dear Sir,
Winlog can communicate with OPC DA 1.0, 2.0 and 3.0

Best Regards
by admin
Fri Jul 29, 2016 10:54 am
Forum: Tutorials for Winlog
Topic: Allen-Bradley EtherNet/IP
Replies: 0
Views: 4700

Allen-Bradley EtherNet/IP

In this guide we propose, as an example, the design of a simple supervision application Allen-Bradley EtherNet/IP protocol based; this example is a little step towards the design of more complex SCADA applications, but it can be useful for anybody who approaches for the first time to a SCADA, and in...
by admin
Fri Jul 29, 2016 10:53 am
Forum: Tutorials for Winlog
Topic: Mitsubishi MELSEC FX
Replies: 0
Views: 3060

Mitsubishi MELSEC FX

In this guide we propose, as an example, the design of a simple supervision application Mitsubishi MELSEC FX protocol based; this example is a little step towards the design of more complex SCADA applications, but it can be useful for anybody who approaches for the first time to a SCADA, and in part...
by admin
Mon Jul 25, 2016 12:29 pm
Forum: Protocols
Topic: How to read data from RS 232 device?!
Replies: 5
Views: 6668

Re: How to read data from RS 232 device?!

Dear Sir,
we can comunicate without modbus address. Are you sure that the Modbus protocol are supported? In manual is not mentioned.

Best Regards