Author Topic: New Version 3.99v Now Available  (Read 3606 times)

Archie

  • Administrator
  • Hero Member
  • *****
  • Posts: 5262
    • View Profile
    • AdvancedHMI
New Version 3.99v Now Available
« on: February 23, 2017, 08:29:17 PM »
Release Notes for V3.99v

Meter2 (AnalogMeterBase) - Fixed a problem that was causing flicker
Omron Drivers - Added ReadAsString and WriteAsString
MessageDisplayByBit - Fixed a problem when PLCAddressValues is left blank
MessageDisplayByBit, MessageDisplayByValue - Fixed a problem when not setting Colors for each message
Meter2 - Fixed a problem when using PLCAddressText and ValueScaleFactor
LinearMeterV, LinearMeterH - Fixed PLCAddressTolerance*** when using CenterTarget=True
AnimatingPictureBox - Added PLCAddressLocationOffsetX and PLCAddressLocationOffsetY properties
Modbus - SwapBytes and SwapWords was not working with writing
EthernetIPForCLX.GetTagList - Added an overload to allow specifying the timeout period
SerialPort Drivers - Removed ReceivedBytesThreshold for compatibility with Mono
PLC5 - Added for extended addressing above element 255
PilotLight3Color - Corrected property naming discrepancies of the colors
OmronEthernetFINSCom - fixed a problem when using INI and default IP address
RecipeButton - New Control. Uses INI file to setup recipes for the button to send
EthernetIPForCLXCom - Added ListIdentity function call for broadcast search of devices
SelectorSwitch3Pos - fixed problem with ValueLeft/ValueRight properties
ChartBySampling - When X-Axis set to time, it would not adjust X-Axis scale automatically
BasicLabel - Added ValueToSubtractFrom and InterpretValueAsBCD properties
ModbusTCPCom, ModbusRTUCom - Implemented IBindableComponent to allow settings to work with driver properties
EthernetIPforCLXCom, EthernetIPforSLCMicroCom - Implemented IBindableComponent to allow settings to work with driver properties

ShriramPendse

  • Newbie
  • *
  • Posts: 24
  • " AUTOMATION " simplified .
    • View Profile
Re: New Version 3.99v Now Available
« Reply #1 on: February 24, 2017, 12:53:42 AM »
Unable to download 3.99V from sourceforge. Tried with two different machines . May be specific problem on my browser . Download starts , shows thanks for downloading , but nothing downloaded . Previously never had any issue with ADVhmi . Will try later.

bachphi

  • Hero Member
  • *****
  • Posts: 642
    • View Profile
Re: New Version 3.99v Now Available
« Reply #2 on: February 24, 2017, 04:55:39 PM »
Not a download problem for me, but seeing a few errors with the new SimpleWebserver

Code: [Select]
Error 3 '>' expected. C:\Users\Downloads\VisualStudio\Source\AdvancedHMIv399v\AdvancedHMIControls\Components\SimpleWebServer.vb 186 24 AdvancedHMIControls
Error 4 '>' expected. C:\Users\Downloads\VisualStudio\Source\AdvancedHMIv399v\AdvancedHMIControls\Components\SimpleWebServer.vb 187 24 AdvancedHMIControls
Error 1 'ComponentModel' is ambiguous, imported from the namespaces or types 'System, System.Windows.Forms'. C:\Users\Downloads\VisualStudio\Source\AdvancedHMIv399v\AdvancedHMIControls\Components\SimpleWebServer.vb 5 14 AdvancedHMIControls
Error 8 'DesignMode' is not a member of 'AdvancedHMIControls.SimpleWebServer'. C:\Users\Downloads\VisualStudio\Source\AdvancedHMIv399v\AdvancedHMIControls\Components\SimpleWebServer.vb 238 16 AdvancedHMIControls
Error 2 'GetService' is not a member of 'AdvancedHMIControls.SimpleWebServer'. C:\Users\Downloads\VisualStudio\Source\AdvancedHMIv399v\AdvancedHMIControls\Components\SimpleWebServer.vb 76 31 AdvancedHMIControls
Error 5 'Text' is ambiguous, imported from the namespaces or types 'System, System.Drawing'. C:\Users\Downloads\VisualStudio\Source\AdvancedHMIv399v\AdvancedHMIControls\Components\SimpleWebServer.vb 190 31 AdvancedHMIControls
Error 6 'Text' is ambiguous, imported from the namespaces or types 'System, System.Drawing'. C:\Users\Downloads\VisualStudio\Source\AdvancedHMIv399v\AdvancedHMIControls\Components\SimpleWebServer.vb 202 24 AdvancedHMIControls
Error 7 'Text' is ambiguous, imported from the namespaces or types 'System, System.Drawing'. C:\Users\Downloads\VisualStudio\Source\AdvancedHMIv399v\AdvancedHMIControls\Components\SimpleWebServer.vb 207 21 AdvancedHMIControls

===================================================
This is NOT alt.read.my.mind.
No such thing is sh^t-for-brains unless you are posting to alt.read.my.mind.
===================================================

Archie

  • Administrator
  • Hero Member
  • *****
  • Posts: 5262
    • View Profile
    • AdvancedHMI
Re: New Version 3.99v Now Available
« Reply #3 on: February 24, 2017, 07:02:32 PM »
These errors are  result of the original code being written in VS2015 and when opened in VS2013, the reformatted code shows errors. An update was posted with the errors fixed.

betilly

  • Jr. Member
  • **
  • Posts: 57
    • View Profile
Re: New Version 3.99v Now Available
« Reply #4 on: February 25, 2017, 03:23:59 AM »
Can you explain function of new component SimpleWebServer?

Archie

  • Administrator
  • Hero Member
  • *****
  • Posts: 5262
    • View Profile
    • AdvancedHMI
Re: New Version 3.99v Now Available
« Reply #5 on: February 25, 2017, 04:12:17 AM »
Can you explain function of new component SimpleWebServer?
The SimpleWebServer is for viewing a screen shot of single page application via web browser. You simply add it to the form, then when you run the application, you can open a web browser and enter the IP address of the machine running AdvancedHMI.

The component uses the default web port of 80, which may not be available for use if your PC has other software using it. This can be worked around by changing the port to 8080, then when you use the web browser enter and address as such:

http://192.168.0.10:8080

Godra

  • Hero Member
  • *****
  • Posts: 1438
    • View Profile