Search found 14 matches

by
Thu Apr 21, 2022 7:44 am
Forum: Web Applications
Topic: Web publish error
Replies: 3
Views: 1762

Re: Web publish error

Thank you, I updated and it works now.

Another small thing. I see this version supports 180 meter for Web now, that is great but it only displays colours bar to value 100. Same meter works normally in Runtime application.
by
Wed Apr 20, 2022 11:23 am
Forum: Web Applications
Topic: Web publish error
Replies: 3
Views: 1762

Web publish error

Hello,

When I try to publish Web client I get the following error, like in the picture:

List index out of bounds (3)

What does this error mean? How can I find where the problem is? I am using WinLog EVO 4.0.10
by
Wed Sep 25, 2019 5:07 am
Forum: Code - Code Builder
Topic: How to prevent an increment gate value from resetting
Replies: 1
Views: 4192

Re: How to prevent an increment gate value from resetting

Write value into a txt file at the end of while loop and then make logic to read it back when PLC resets.
by
Mon Dec 31, 2018 9:15 am
Forum: Protocols
Topic: Help me connecting my NA200 Pro PLC to winlog Scada
Replies: 1
Views: 2043

Re: Help me connecting my NA200 Pro PLC to winlog Scada

Use Modbus. Program your controller to be Modbus slave and assign it IP address from whatever software you use to program it. Follow help files to make it work, if you get stuck ask for help.

I Googled NA200 a little bit. Does it even have an Ethernet port?
by
Wed Sep 20, 2017 1:26 pm
Forum: Templates - Template Builder
Topic: logarithmic values displayed and charted
Replies: 2
Views: 3498

Re: logarithmic values displayed and charted

Hello Rick, I'm not sure I get this right, is the scaling for your sensor linear or not? If not it shouldn't be much work to write a function for scaling if you know the formula for dependency of raw 0-10V value to measured value. Do you know the type of sensor you are using? Do you have a spec shee...
by
Wed Jun 28, 2017 10:04 am
Forum: Tags - Gate Builder
Topic: Gates Sampling Optimization
Replies: 3
Views: 4332

Re: Gates Sampling Optimization

Thanks,

No big problem, I'll just have to be careful not to mess up. I just want to say here that this software is great and has excellent support.

Best regards
by
Tue Jun 27, 2017 5:01 am
Forum: Tags - Gate Builder
Topic: Gates Sampling Optimization
Replies: 3
Views: 4332

Gates Sampling Optimization

Hi, I noticed that gates sampling optimization doesn't work if gates are not in order one after another in Gate Builder. For some reason I also get errors if I try to manually make "Read Block" of gates with adjacent addresses. Is there any other way of making read blocks instead of cut an...
by
Fri Apr 28, 2017 3:09 pm
Forum: Tags - Gate Builder
Topic: Faster update
Replies: 2
Views: 3867

Re: Faster update

Thanks for reply. It's much better now with divided channels.
by
Thu Apr 27, 2017 5:06 am
Forum: Tags - Gate Builder
Topic: Faster update
Replies: 2
Views: 3867

Faster update

Hello, I have a question about ModbusTCP. I have 8 devices on ModbusTCP with about 400 gates and they are all on the same channel. Will I get a faster update time if I split them into separate channels? It seems it takes couple of seconds to update all values from ModbusTCP, while ModbusRTU devices ...
by
Mon Apr 03, 2017 10:45 am
Forum: Tags - Gate Builder
Topic: Communication KO
Replies: 2
Views: 3933

Re: Communication KO

Thanks for the quick answer. I'll try reducing timeout to get it to KO faster.
by
Mon Apr 03, 2017 8:32 am
Forum: Tags - Gate Builder
Topic: Communication KO
Replies: 2
Views: 3933

Communication KO

Hello, When does communication status go KO? I use Modbus TCP for communication. When PLC is disconnected from network read errors accumulate and then after some time status goes KO. During this time other gates are not updated, because of timeout I suppose. Before using gates in code I always put i...
by
Wed Jan 04, 2017 9:27 am
Forum: Templates - Template Builder
Topic: Button press/relese
Replies: 2
Views: 4077

Re: Button press/relese

Thanks
by
Wed Jan 04, 2017 8:25 am
Forum: Templates - Template Builder
Topic: Button press/relese
Replies: 2
Views: 4077

Button press/relese

Hello,

I need a digital gate to be set while the button is pressed, and reset when the button is released. There are no CodeBuilder commands in button help menu that can be used.
Is there a workaround for this problem?
by
Mon Dec 26, 2016 1:33 pm
Forum: Code - Code Builder
Topic: Refresh Chart from Code
Replies: 0
Views: 2553

Refresh Chart from Code

I have this function in my code. function void osvezavanje() while(1) ChartSetTimeRangeEndWidth(GetDayOfMonth(),GetMonth(),GetYear(),GetHour(),GetMinute(),0 ,3600); Sleep(1000); end END But it doesn't refresh the Chart. Time range of Chart is set to External and "OnLine" is set to No. It w...