[ New messages · Members · Forum rules · Search · RSS ]
  • Page 1 of 1
  • 1
Forum moderator: Alexor  
Forum » Process Simulator » English » Bugs (Bug report.)
Bugs
AlexorDate: Monday, 21.01.2013, 12:13 | Message # 1
Major general
Group: Administrators
Messages: 311
Reputation: 1
Status: Offline
Topic for bug report.
 
scarduellirDate: Wednesday, 22.06.2016, 23:13 | Message # 2
Private
Group: Users
Messages: 2
Reputation: 0
Status: Offline
Hi Alex,

I don't know if this classifies as a bug, but as I can't make a new thread and I didn't find another place to post it I'll be posting here. Feel free to move/delete and answer me in a private message.

In the project I'm developing with the aid of Process Simulator, I need to make some images show/hide at certain coordinates,
depending on the state of a boolean variable.

The problem is my background image is too big, thus creating a scrollbar, so everytime I scroll up/down the coordinates change. For example, if I set my Animation.ImageMove object to show at the position (x, y) = (100, 100), the image will show at different places depending on where my scrollbar is at when I change my boolean variable (the one I'm using to set the visible property) to True.

I'm stuck in this problem and I can't find a way to make it work or do it another way. If I didn't make myself clear feel free to ask.

Hope you can help me, thanks!


Message edited by scarduellir - Wednesday, 22.06.2016, 23:14
 
AlexorDate: Thursday, 23.06.2016, 12:40 | Message # 3
Major general
Group: Administrators
Messages: 311
Reputation: 1
Status: Offline
Hi!

I think I know how to fix this. Please try this beta version:
https://www.dropbox.com/s....si?dl=0
 
scarduellirDate: Thursday, 23.06.2016, 19:35 | Message # 4
Private
Group: Users
Messages: 2
Reputation: 0
Status: Offline
It worked! Thank you very much for your effort and quick response!

Keep up the good work!
 
stachelbananeDate: Tuesday, 05.07.2016, 01:09 | Message # 5
Private
Group: Users
Messages: 1
Reputation: 0
Status: Offline
I have a problem to install the software.
When i install the software, after a while come this Message:

"There is a problem with the Windows Installer package. A program requered for
this install to complete could not be run. Contact your support
personnel or package vendor."

Then i can press only OK and the install automatik deinstall the program.

What is missing ? Where can i see (like log file) what is missing ?

My OS ist: Windows 7 Professional Germany 64 bit
 
AlexorDate: Tuesday, 05.07.2016, 08:50 | Message # 6
Major general
Group: Administrators
Messages: 311
Reputation: 1
Status: Offline
Hi,

You need administrator rights and disabled UAC.
 
cosararaxdDate: Wednesday, 27.07.2016, 11:41 | Message # 7
Private
Group: Users
Messages: 3
Reputation: 0
Status: Offline
I have the problem described by stachelbanane. I have administrator rights and UAC disabled, but it happens anyway.
 
AlexorDate: Wednesday, 27.07.2016, 12:29 | Message # 8
Major general
Group: Administrators
Messages: 311
Reputation: 1
Status: Offline
Have you restarted PC after UAC switch off?
What version of Windows you have?
 
cosararaxdDate: Wednesday, 27.07.2016, 12:33 | Message # 9
Private
Group: Users
Messages: 3
Reputation: 0
Status: Offline
Yes, I have tried restarting after the UAC switch off. I'm running Windows 10 Pro.
 
AlexorDate: Wednesday, 27.07.2016, 12:58 | Message # 10
Major general
Group: Administrators
Messages: 311
Reputation: 1
Status: Offline
Unfortunately Process Simulator was tested only on Windows 7 and Windows XP.
 
AlexorDate: Wednesday, 27.07.2016, 14:39 | Message # 11
Major general
Group: Administrators
Messages: 311
Reputation: 1
Status: Offline
Try to set properties of msi in Compatibility tab -> Run this program in compatibility mode for: Previous version of Windows.
 
cosararaxdDate: Wednesday, 27.07.2016, 15:04 | Message # 12
Private
Group: Users
Messages: 3
Reputation: 0
Status: Offline
Setting the compatibility mode made it work! Thanks a lot.
 
marcopspimentelDate: Monday, 25.09.2017, 16:41 | Message # 13
Private
Group: Users
Messages: 1
Reputation: 0
Status: Offline
Hello Alexor,

First of all, congrats for the nice piece of software.

I am having a small bug when I connect to a sim of a 1500 PLC manipulating a DB Boolean using a toggle.

It works fine with the offset 0.0 but when I change any other offset from 0.1 up it flickers really fast until it stops on a random value.

This behavior is reduced when i change the style of the toggle to "fancy".

I can see from the nettoplcsim log that several requests are made to write the same memory area, also strange is the read request call only being made to the offset 0.0

Here are som lines of the log. knowing that my offset goes from 0.0 to 0.5 and I only clicked the toggle for 0.5 once.

Code
[size=8]16:34:57.657 [127.0.0.1:55764] Write-Request of 1 item.
             Item [ 1]: DB101.DBX 0.5 BIT 1
16:34:57.688 [127.0.0.1:55764] Read-Request of 1 item.
             Item [ 1]: DB101.DBX 0.0 BYTE 1
16:34:57.719 [127.0.0.1:55764] Read-Request of 1 item.
             Item [ 1]: DB101.DBX 0.0 BYTE 1
16:34:57.733 [127.0.0.1:55764] Write-Request of 1 item.
             Item [ 1]: DB101.DBX 0.5 BIT 1
16:34:57.766 [127.0.0.1:55764] Read-Request of 1 item.
             Item [ 1]: DB101.DBX 0.0 BYTE 1
16:34:57.797 [127.0.0.1:55764] Read-Request of 1 item.
             Item [ 1]: DB101.DBX 0.0 BYTE 1
16:34:57.813 [127.0.0.1:55764] Write-Request of 1 item.
             Item [ 1]: DB101.DBX 0.5 BIT 1
16:34:57.844 [127.0.0.1:55764] Read-Request of 1 item.
             Item [ 1]: DB101.DBX 0.0 BYTE 1
16:34:57.877 [127.0.0.1:55764] Read-Request of 1 item.
             Item [ 1]: DB101.DBX 0.0 BYTE 1
16:34:57.893 [127.0.0.1:55764] Write-Request of 1 item.
             Item [ 1]: DB101.DBX 0.5 BIT 1
 
AlexorDate: Tuesday, 26.09.2017, 10:25 | Message # 14
Major general
Group: Administrators
Messages: 311
Reputation: 1
Status: Offline
Hello,

Reconstructed your configuration, but all was Ok in my case.
I was able to change bit value using Toggle panel for DB100.DBX 0.0 to DB100.DBX 0.5, with any style and without flickering.

16:34:57.688 [127.0.0.1:55764] Read-Request of 1 item.
Item [ 1]: DB101.DBX 0.0 BYTE 1
Read request for whole BYTE!!! not only bit 0.5.

If it is possible, send me you Process Simulator and PLC projects.
 
Forum » Process Simulator » English » Bugs (Bug report.)
  • Page 1 of 1
  • 1
Search: