Show Posts

This section allows you to view all posts made by this member. Note that you can only see posts made in areas you currently have access to.


Messages - Archie

Pages: 1 ... 5 6 [7] 8 9 ... 343
91
Support Questions / Re: No response from Forward Open
« on: March 28, 2023, 09:38:11 AM »
Any advice on where to start from anyone else who experienced this would be greatly appreciated. If there's any other information needed, let me know.
What is your PollRateOverride setting for your drivers? You can try to set it to 1000 to see if slower communications has any effect.

92
Support Questions / Re: Importing Data for use in Spline Chart
« on: March 24, 2023, 12:39:22 PM »
Using some code, you can read the CSV file directly into an AdvancedHMI application. The processing and charting may be a bit more involved, but definitely possible. How are the CSV files created? Do they continuously receive additional data?

93
Open Discussion / Re: Siemens S7 driver
« on: March 23, 2023, 02:15:49 PM »
I use the attached driver with great success in my plant with over 50 S7-300 PLCs, So far only for machine interface and data acquisition but it seems very stable. I have not tested with a 1200 yet but I will be soon and post my findings.

(Not My Driver, I found it in the forums) If this is not allowed please feel free to delete.
I see this driver is a wrapper for the Snap7 driver. Looks like a good job was done on the wrapper code. For anyone wanting to try this Siemens driver, here are the steps:

- Download and extract the 3 files
- Open the AdvancedHMI solution in VS
- In Solution Explorer expand down the AdvancedHMDrivers project
- Right click the Support folder and select Add Existing Items
- Browse to the 3 extracted files
- Change the file type filter to All Files
- Select the 2 DLL files
- With the 2 DLL files now in the Support folder, select each one by clicking once on it, then in the Properties set "Copy if Newer"

- Right click the AdvancedHMIDrivers project and Select Add Existing Item
- Browse to and select the SiemensCom.vb file

- Right click the AdvancedHMIDrivers project and Select Add References
- Browse to and select Snap7.net.dll

94
Support Questions / Re: Importing Data for use in Spline Chart
« on: March 23, 2023, 02:08:08 PM »
What have you tried so far to read the CSV file?

95
Support Questions / Re: Where did the cool popup keypad go?
« on: March 21, 2023, 01:03:23 PM »
You will need to go into the code for each control, such as BasicLabel.vb and find this line of code:

                KeypadPopUp = New MfgControl.AdvancedHMI.Controls.KeypadV2(m_KeypadWidth)

Then remove the V2

96
Open Discussion / Re: App freeze AHMI V3.99x +Keyence SDK+SQLCE
« on: March 20, 2023, 01:24:07 PM »
Does the PC completely freeze or do you get an exception crash?

97
Open Discussion / Re: App freeze AHMI V3.99x +Keyence SDK+SQLCE
« on: March 20, 2023, 12:16:34 PM »
I need more details. Your program has a lot of code that was written, so I need to know where the crash occurs to know if it's in the code or in AdvancedHMI.

98
Open Discussion / Re: App freeze AHMI V3.99x +Keyence SDK+SQLCE
« on: March 16, 2023, 02:49:18 PM »
Do you get any details on where the exception occurs?

99
Support Questions / Re: Program locks up if connection is interrupted
« on: March 16, 2023, 08:50:00 AM »
Some things are broken now as I was using those obsolete things but I think I can work with this.
The Highlight colors and characters are now controlled with each message through the use of foreground and background colors

100
Support Questions / Re: Program locks up if connection is interrupted
« on: March 16, 2023, 01:45:38 AM »
VisibleControlEnum -> VisibleControlOptions
ForeColoeAltername -> ForeColorAlternate

HighLightColor* and HighlightKey* -> delete each line completely. Those properties no longer exist.

101
Support Questions / Re: Program locks up if connection is interrupted
« on: March 16, 2023, 01:03:07 AM »
Open MainForm.designer.vb and do a Search and Replace for ".LightColors" to ".LightColorOption"

102
Support Questions / Re: Program locks up if connection is interrupted
« on: March 15, 2023, 12:35:11 AM »
Anyone?  I'm sure I am missing some minor detail or I've over simplified adding just the MainForm.vb file.  It can't be that difficult to move my project from 'x' to 'y'.

One error I did notice was for an image file I had on my MainForm so that was easy to import manually. Since it didn't migrate the graphic over, there must be more to do to bring the project over than import the one .vb file?
Can you post more details of at least one of the errors?

103
Support Questions / Re: VS 2022
« on: March 14, 2023, 10:53:10 AM »
See the second post of this topic to see if this is possibly the issue

https://www.advancedhmi.com/forum/index.php?topic=414.msg1458#msg1458

104
Support Questions / Re: VS 2022
« on: March 14, 2023, 09:53:46 AM »
I expect I can just lift the project folder from My Documents and place on the new PC with nothing else needed?
As long as you get the complete solution with all of the project folders.

105
Support Questions / Re: VS 2022
« on: March 09, 2023, 09:09:12 AM »
When you Rebuild Solution what errors do you get? Try rebuilding each project individually

Pages: 1 ... 5 6 [7] 8 9 ... 343