1
I Use This!
Moderate Activity

News

Analyzed 1 day ago. based on code collected 1 day ago.
Posted over 9 years ago by ritchiecarroll
When the disk is completely full, the console is flooded with "[PPA] Archive rollover failed - Object reference not set to an instance of an object.", and "Suppressed 159 status update(s) from being displayed to avoid flooding." also appear ... [More] approximately 10 times a second. The errorlog indicates this message at a rate of approximately 400/second. Tested in openPDC 1.4 SP2 [2/10/2012 7:56:50 AM] Date and Time: 2/10/2012 7:56:50 AMMachine Name: VMTESTING2Machine IP: 172.21.1.109Machine OS: Microsoft Windows NT 5.2.3790 Service Pack 2 Application Domain: openPDC.exeAssembly Codebase: c:/program files/openpdc/openpdc.exeAssembly Full Name: openPDC, Version=1.4.210.0, Culture=neutral, PublicKeyToken=nullAssembly Version: 1.4.210.0Assembly Build Date: 12/28/2011 3:01:42 PM.Net Runtime Version: 4.0.30319.1 Exception Source: TVA.HistorianException Type: System.NullReferenceExceptionException Message: Object reference not set to an instance of an object.Exception Target Site: Rollover ---- Stack Trace ----TVA.Historian.Files.ArchiveFile.Rollover()Comments: Rare, with proper configuration of historian this can be avoided [Less]
Posted over 9 years ago by ritchiecarroll
When the disk is completely full, the console is flooded with "[PPA] Archive rollover failed - Object reference not set to an instance of an object.", and "Suppressed 159 status update(s) from being displayed to avoid flooding." also appear ... [More] approximately 10 times a second. The errorlog indicates this message at a rate of approximately 400/second. Tested in openPDC 1.4 SP2 [2/10/2012 7:56:50 AM] Date and Time: 2/10/2012 7:56:50 AMMachine Name: VMTESTING2Machine IP: 172.21.1.109Machine OS: Microsoft Windows NT 5.2.3790 Service Pack 2 Application Domain: openPDC.exeAssembly Codebase: c:/program files/openpdc/openpdc.exeAssembly Full Name: openPDC, Version=1.4.210.0, Culture=neutral, PublicKeyToken=nullAssembly Version: 1.4.210.0Assembly Build Date: 12/28/2011 3:01:42 PM.Net Runtime Version: 4.0.30319.1 Exception Source: TVA.HistorianException Type: System.NullReferenceExceptionException Message: Object reference not set to an instance of an object.Exception Target Site: Rollover ---- Stack Trace ----TVA.Historian.Files.ArchiveFile.Rollover()Comments: Rare, with proper configuration of historian this can be avoided [Less]
Posted over 9 years ago by ritchiecarroll
Take the "Adapter Type" and "Connection String" configuration options from the I/A/O custom adapter window and merge this functionality to the Calculated Measurements and Historian control screens. For calc measurement, just look for ... [More] CalculatedMeasurementBase instances... For historian, look for OutputAdapters - further filter list where OutputIsForArchive property is true....Comments: Move to future web based UI feature requests [Less]
Posted over 9 years ago by ritchiecarroll
Take the "Adapter Type" and "Connection String" configuration options from the I/A/O custom adapter window and merge this functionality to the Calculated Measurements and Historian control screens. For calc measurement, just look for ... [More] CalculatedMeasurementBase instances... For historian, look for OutputAdapters - further filter list where OutputIsForArchive property is true....Comments: Move to future web based UI feature requests [Less]
Posted over 9 years ago by ritchiecarroll
When I try to add the latitude/longitude of a new device, it complains about the delimiter if I use period. This is probably because the language is Norwegian, and hence the delimiter is comma. However, if I try to add a comma, it is deleted ... [More] automatically. I've somehow managed to add one device, but for the next device I exited OpenPDC Mangager and changed the delimiter to period. The result was the error below when trying to start OpenPDC Manager again. When I changed the delimiter back to comma it worked fine. The following information about the error was automatically captured: • a screenshot could NOT be taken of the desktop. • an event was written to the application log • details could NOT be written to the text log at: LogFile Detailed error information follows: (Inner Exception) Date and Time: 18.04.2012 16:25:03 Machine Name: SNDTPMUUTV Machine IP: fe80::ccc6:489d:e95b:1e4%11 Machine OS: Microsoft Windows NT 6.1.7601 Service Pack 1 Application Domain: openPDCManager.exe Assembly Codebase: c:/program files/openpdc/openpdcmanager.exe Assembly Full Name: openPDCManager, Version=1.4.210.0, Culture=neutral, PublicKeyToken=null Assembly Version: 1.4.210.0 Assembly Build Date: 28.12.2011 15:03:06 .Net Runtime Version: 4.0.30319.261 Exception Source: mscorlib Exception Type: System.FormatException Exception Message: Input string was not in a correct format. Exception Target Site: ParseDouble ---- Stack Trace ---- System.Number.ParseDouble(value As String, options As NumberStyles, numfmt As NumberFormatInfo) openPDCManager.exe: N 00454 System.Double.Parse(s As String, style As NumberStyles, provider As IFormatProvider) openPDCManager.exe: N 00059 openPDC.UI.UserControls.HomeUserControl.ComboBoxMeasurement_SelectionChanged(sender As Object, e As SelectionChangedEventArgs) openPDCManager.exe: N 00563 System.Windows.RoutedEventArgs.InvokeHandler(handler As Delegate, target As Object) openPDCManager.exe: N 00083 System.Windows.EventRoute.InvokeHandlersImpl(source As Object, args As RoutedEventArgs, reRaised As Boolean) openPDCManager.exe: N 00625 System.Windows.UIElement.RaiseEventImpl(sender As DependencyObject, args As RoutedEventArgs) openPDCManager.exe: N 00348 System.Windows.Controls.ComboBox.OnSelectionChanged(e As SelectionChangedEventArgs) openPDCManager.exe: N 00025 System.Windows.Controls.Primitives.SelectionChanger.End() openPDCManager.exe: N 00318 System.Windows.Controls.Primitives.SelectionChanger.SelectJustThisItem(item As Object, assumeInItemsCollection As Boolean) openPDCManager.exe: N 00282 System.Windows.Controls.Primitives.Selector.OnSelectedIndexChanged(d As DependencyObject, e As DependencyPropertyChangedEventArgs) openPDCManager.exe: N 00285 System.Windows.DependencyObject.OnPropertyChanged(e As DependencyPropertyChangedEventArgs) openPDCManager.exe: N 00220 System.Windows.FrameworkElement.OnPropertyChanged(e As DependencyPropertyChangedEventArgs) openPDCManager.exe: N 00625 System.Windows.DependencyObject.NotifyPropertyChange(args As DependencyPropertyChangedEventArgs) openPDCManager.exe: N 00248 System.Windows.DependencyObject.UpdateEffectiveValue(entryIndex As EntryIndex, dp As DependencyProperty, metadata As PropertyMetadata, oldEntry As EffectiveValueEntry, newEntry As EffectiveValueEntry&, coerceWithDeferredReference As Boolean, coerceWithCurrentValue As Boolean, operationType As OperationType) openPDCManager.exe: N 01356 System.Windows.DependencyObject.SetValueCommon(dp As DependencyProperty, value As Object, metadata As PropertyMetadata, coerceWithDeferredReference As Boolean, coerceWithCurrentValue As Boolean, operationType As OperationType, isInternal As Boolean) openPDCManager.exe: N 00800 System.Windows.DependencyObject.SetValue(dp As DependencyProperty, value As Object) openPDCManager.exe: N 00118 System.Windows.Controls.Primitives.Selector.set_SelectedIndex(value As Int32) openPDCManager.exe: N 00071 openPDC.UI.UserControls.HomeUserControl.ComboBoxDevice_SelectionChanged(sender As Object, e As SelectionChangedEventArgs) openPDCManager.exe: N 00374 System.Windows.RoutedEventArgs.InvokeHandler(handler As Delegate, target As Object) openPDCManager.exe: N 00083 System.Windows.EventRoute.InvokeHandlersImpl(source As Object, args As RoutedEventArgs, reRaised As Boolean) openPDCManager.exe: N 00625 System.Windows.UIElement.RaiseEventImpl(sender As DependencyObject, args As RoutedEventArgs) openPDCManager.exe: N 00348 System.Windows.Controls.ComboBox.OnSelectionChanged(e As SelectionChangedEventArgs) openPDCManager.exe: N 00025 System.Windows.Controls.Primitives.SelectionChanger.End() openPDCManager.exe: N 00318 System.Windows.Controls.Primitives.SelectionChanger.SelectJustThisItem(item As Object, assumeInItemsCollection As Boolean) openPDCManager.exe: N 00282 System.Windows.Controls.Primitives.Selector.OnSelectedIndexChanged(d As DependencyObject, e As DependencyPropertyChangedEventArgs) openPDCManager.exe: N 00285 System.Windows.DependencyObject.OnPropertyChanged(e As DependencyPropertyChangedEventArgs) openPDCManager.exe: N 00220 System.Windows.FrameworkElement.OnPropertyChanged(e As DependencyPropertyChangedEventArgs) openPDCManager.exe: N 00625 System.Windows.DependencyObject.NotifyPropertyChange(args As DependencyPropertyChangedEventArgs) openPDCManager.exe: N 00248 System.Windows.DependencyObject.UpdateEffectiveValue(entryIndex As EntryIndex, dp As DependencyProperty, metadata As PropertyMetadata, oldEntry As EffectiveValueEntry, newEntry As EffectiveValueEntry&, coerceWithDeferredReference As Boolean, coerceWithCurrentValue As Boolean, operationType As OperationType) openPDCManager.exe: N 01356 System.Windows.DependencyObject.SetValueCommon(dp As DependencyProperty, value As Object, metadata As PropertyMetadata, coerceWithDeferredReference As Boolean, coerceWithCurrentValue As Boolean, operationType As OperationType, isInternal As Boolean) openPDCManager.exe: N 00800 System.Windows.DependencyObject.SetValue(dp As DependencyProperty, value As Object) openPDCManager.exe: N 00118 System.Windows.Controls.Primitives.Selector.set_SelectedIndex(value As Int32) openPDCManager.exe: N 00071 openPDC.UI.UserControls.HomeUserControl.HomeUserControl_Loaded(sender As Object, e As RoutedEventArgs) openPDCManager.exe: N 02041 System.Windows.EventRoute.InvokeHandlersImpl(source As Object, args As RoutedEventArgs, reRaised As Boolean) openPDCManager.exe: N 00625 System.Windows.UIElement.RaiseEventImpl(sender As DependencyObject, args As RoutedEventArgs) openPDCManager.exe: N 00348 MS.Internal.FrameworkObject.OnLoaded(args As RoutedEventArgs) openPDCManager.exe: N 00071 System.Windows.BroadcastEventHelper.BroadcastEvent(root As DependencyObject, routedEvent As RoutedEvent) openPDCManager.exe: N 00334 System.Windows.BroadcastEventHelper.BroadcastLoadedEvent(root As Object) openPDCManager.exe: N 00455 System.Windows.Media.MediaContext.FireLoadedPendingCallbacks() openPDCManager.exe: N 00042 System.Windows.Media.MediaContext.FireInvokeOnRenderCallbacks() openPDCManager.exe: N 00044 System.Windows.Media.MediaContext.RenderMessageHandlerCore(resizedCompositionTarget As Object) openPDCManager.exe: N 00223 System.Windows.Media.MediaContext.RenderMessageHandler(resizedCompositionTarget As Object) openPDCManager.exe: N 00093 System.Windows.Threading.ExceptionWrapper.InternalRealCall(callback As Delegate, args As Object, numArgs As Int32) openPDCManager.exe: N 00090 MS.Internal.Threading.ExceptionFilterHelper.TryCatchWhen(source As Object, method As Delegate, args As Object, numArgs As Int32, catchHandler As Delegate) openPDCManager.exe: N 00071 System.Windows.Threading.Dispatcher.WrappedInvoke(callback As Delegate, args As Object, numArgs As Int32, catchHandler As Delegate) openPDCManager.exe: N 00093 System.Windows.Threading.DispatcherOperation.InvokeImpl() openPDCManager.exe: N 00177 System.Threading.ExecutionContext.runTryCode(userData As Object) openPDCManager.exe: N 00376 System.Runtime.CompilerServices.RuntimeHelpers.ExecuteCodeWithGuaranteedCleanup(code As TryCode, backoutCode As CleanupCode, userData As Object) openPDCManager.exe: N 00000 System.Threading.ExecutionContext.Run(executionContext As ExecutionContext, callback As ContextCallback, state As Object, ignoreSyncCtx As Boolean) openPDCManager.exe: N 00161 System.Threading.ExecutionContext.Run(executionContext As ExecutionContext, callback As ContextCallback, state As Object) openPDCManager.exe: N 00059 System.Windows.Threading.DispatcherOperation.Invoke() openPDCManager.exe: N 00109 System.Windows.Threading.Dispatcher.ProcessQueue() openPDCManager.exe: N 00639 System.Windows.Threading.Dispatcher.WndProcHook(hwnd As IntPtr, msg As Int32, wParam As IntPtr, lParam As IntPtr, handled As Boolean&) openPDCManager.exe: N 00179 MS.Win32.HwndWrapper.WndProc(hwnd As IntPtr, msg As Int32, wParam As IntPtr, lParam As IntPtr, handled As Boolean&) openPDCManager.exe: N 00317 MS.Win32.HwndSubclass.DispatcherCallbackOperation(o As Object) openPDCManager.exe: N 00151 System.Windows.Threading.ExceptionWrapper.InternalRealCall(callback As Delegate, args As Object, numArgs As Int32) openPDCManager.exe: N 00090 MS.Internal.Threading.ExceptionFilterHelper.TryCatchWhen(source As Object, method As Delegate, args As Object, numArgs As Int32, catchHandler As Delegate) openPDCManager.exe: N 00071 System.Windows.Threading.Dispatcher.WrappedInvoke(callback As Delegate, args As Object, numArgs As Int32, catchHandler As Delegate) openPDCManager.exe: N 00093 System.Windows.Threading.Dispatcher.InvokeImpl(priority As DispatcherPriority, timeout As TimeSpan, method As Delegate, args As Object, numArgs As Int32) openPDCManager.exe: N 00210 MS.Win32.HwndSubclass.SubclassWndProc(hwnd As IntPtr, msg As Int32, wParam As IntPtr, lParam As IntPtr) openPDCManager.exe: N 00356 MS.Win32.UnsafeNativeMethods.DispatchMessage(msg As MSG&) openPDCManager.exe: N 00000 System.Windows.Threading.Dispatcher.PushFrameImpl(frame As DispatcherFrame) openPDCManager.exe: N 00314 SyComments: May no longer be an issue, regardless, move to future web based UI feature requests [Less]
Posted over 9 years ago by ritchiecarroll
When I try to add the latitude/longitude of a new device, it complains about the delimiter if I use period. This is probably because the language is Norwegian, and hence the delimiter is comma. However, if I try to add a comma, it is deleted ... [More] automatically. I've somehow managed to add one device, but for the next device I exited OpenPDC Mangager and changed the delimiter to period. The result was the error below when trying to start OpenPDC Manager again. When I changed the delimiter back to comma it worked fine. The following information about the error was automatically captured: • a screenshot could NOT be taken of the desktop. • an event was written to the application log • details could NOT be written to the text log at: LogFile Detailed error information follows: (Inner Exception) Date and Time: 18.04.2012 16:25:03 Machine Name: SNDTPMUUTV Machine IP: fe80::ccc6:489d:e95b:1e4%11 Machine OS: Microsoft Windows NT 6.1.7601 Service Pack 1 Application Domain: openPDCManager.exe Assembly Codebase: c:/program files/openpdc/openpdcmanager.exe Assembly Full Name: openPDCManager, Version=1.4.210.0, Culture=neutral, PublicKeyToken=null Assembly Version: 1.4.210.0 Assembly Build Date: 28.12.2011 15:03:06 .Net Runtime Version: 4.0.30319.261 Exception Source: mscorlib Exception Type: System.FormatException Exception Message: Input string was not in a correct format. Exception Target Site: ParseDouble ---- Stack Trace ---- System.Number.ParseDouble(value As String, options As NumberStyles, numfmt As NumberFormatInfo) openPDCManager.exe: N 00454 System.Double.Parse(s As String, style As NumberStyles, provider As IFormatProvider) openPDCManager.exe: N 00059 openPDC.UI.UserControls.HomeUserControl.ComboBoxMeasurement_SelectionChanged(sender As Object, e As SelectionChangedEventArgs) openPDCManager.exe: N 00563 System.Windows.RoutedEventArgs.InvokeHandler(handler As Delegate, target As Object) openPDCManager.exe: N 00083 System.Windows.EventRoute.InvokeHandlersImpl(source As Object, args As RoutedEventArgs, reRaised As Boolean) openPDCManager.exe: N 00625 System.Windows.UIElement.RaiseEventImpl(sender As DependencyObject, args As RoutedEventArgs) openPDCManager.exe: N 00348 System.Windows.Controls.ComboBox.OnSelectionChanged(e As SelectionChangedEventArgs) openPDCManager.exe: N 00025 System.Windows.Controls.Primitives.SelectionChanger.End() openPDCManager.exe: N 00318 System.Windows.Controls.Primitives.SelectionChanger.SelectJustThisItem(item As Object, assumeInItemsCollection As Boolean) openPDCManager.exe: N 00282 System.Windows.Controls.Primitives.Selector.OnSelectedIndexChanged(d As DependencyObject, e As DependencyPropertyChangedEventArgs) openPDCManager.exe: N 00285 System.Windows.DependencyObject.OnPropertyChanged(e As DependencyPropertyChangedEventArgs) openPDCManager.exe: N 00220 System.Windows.FrameworkElement.OnPropertyChanged(e As DependencyPropertyChangedEventArgs) openPDCManager.exe: N 00625 System.Windows.DependencyObject.NotifyPropertyChange(args As DependencyPropertyChangedEventArgs) openPDCManager.exe: N 00248 System.Windows.DependencyObject.UpdateEffectiveValue(entryIndex As EntryIndex, dp As DependencyProperty, metadata As PropertyMetadata, oldEntry As EffectiveValueEntry, newEntry As EffectiveValueEntry&, coerceWithDeferredReference As Boolean, coerceWithCurrentValue As Boolean, operationType As OperationType) openPDCManager.exe: N 01356 System.Windows.DependencyObject.SetValueCommon(dp As DependencyProperty, value As Object, metadata As PropertyMetadata, coerceWithDeferredReference As Boolean, coerceWithCurrentValue As Boolean, operationType As OperationType, isInternal As Boolean) openPDCManager.exe: N 00800 System.Windows.DependencyObject.SetValue(dp As DependencyProperty, value As Object) openPDCManager.exe: N 00118 System.Windows.Controls.Primitives.Selector.set_SelectedIndex(value As Int32) openPDCManager.exe: N 00071 openPDC.UI.UserControls.HomeUserControl.ComboBoxDevice_SelectionChanged(sender As Object, e As SelectionChangedEventArgs) openPDCManager.exe: N 00374 System.Windows.RoutedEventArgs.InvokeHandler(handler As Delegate, target As Object) openPDCManager.exe: N 00083 System.Windows.EventRoute.InvokeHandlersImpl(source As Object, args As RoutedEventArgs, reRaised As Boolean) openPDCManager.exe: N 00625 System.Windows.UIElement.RaiseEventImpl(sender As DependencyObject, args As RoutedEventArgs) openPDCManager.exe: N 00348 System.Windows.Controls.ComboBox.OnSelectionChanged(e As SelectionChangedEventArgs) openPDCManager.exe: N 00025 System.Windows.Controls.Primitives.SelectionChanger.End() openPDCManager.exe: N 00318 System.Windows.Controls.Primitives.SelectionChanger.SelectJustThisItem(item As Object, assumeInItemsCollection As Boolean) openPDCManager.exe: N 00282 System.Windows.Controls.Primitives.Selector.OnSelectedIndexChanged(d As DependencyObject, e As DependencyPropertyChangedEventArgs) openPDCManager.exe: N 00285 System.Windows.DependencyObject.OnPropertyChanged(e As DependencyPropertyChangedEventArgs) openPDCManager.exe: N 00220 System.Windows.FrameworkElement.OnPropertyChanged(e As DependencyPropertyChangedEventArgs) openPDCManager.exe: N 00625 System.Windows.DependencyObject.NotifyPropertyChange(args As DependencyPropertyChangedEventArgs) openPDCManager.exe: N 00248 System.Windows.DependencyObject.UpdateEffectiveValue(entryIndex As EntryIndex, dp As DependencyProperty, metadata As PropertyMetadata, oldEntry As EffectiveValueEntry, newEntry As EffectiveValueEntry&, coerceWithDeferredReference As Boolean, coerceWithCurrentValue As Boolean, operationType As OperationType) openPDCManager.exe: N 01356 System.Windows.DependencyObject.SetValueCommon(dp As DependencyProperty, value As Object, metadata As PropertyMetadata, coerceWithDeferredReference As Boolean, coerceWithCurrentValue As Boolean, operationType As OperationType, isInternal As Boolean) openPDCManager.exe: N 00800 System.Windows.DependencyObject.SetValue(dp As DependencyProperty, value As Object) openPDCManager.exe: N 00118 System.Windows.Controls.Primitives.Selector.set_SelectedIndex(value As Int32) openPDCManager.exe: N 00071 openPDC.UI.UserControls.HomeUserControl.HomeUserControl_Loaded(sender As Object, e As RoutedEventArgs) openPDCManager.exe: N 02041 System.Windows.EventRoute.InvokeHandlersImpl(source As Object, args As RoutedEventArgs, reRaised As Boolean) openPDCManager.exe: N 00625 System.Windows.UIElement.RaiseEventImpl(sender As DependencyObject, args As RoutedEventArgs) openPDCManager.exe: N 00348 MS.Internal.FrameworkObject.OnLoaded(args As RoutedEventArgs) openPDCManager.exe: N 00071 System.Windows.BroadcastEventHelper.BroadcastEvent(root As DependencyObject, routedEvent As RoutedEvent) openPDCManager.exe: N 00334 System.Windows.BroadcastEventHelper.BroadcastLoadedEvent(root As Object) openPDCManager.exe: N 00455 System.Windows.Media.MediaContext.FireLoadedPendingCallbacks() openPDCManager.exe: N 00042 System.Windows.Media.MediaContext.FireInvokeOnRenderCallbacks() openPDCManager.exe: N 00044 System.Windows.Media.MediaContext.RenderMessageHandlerCore(resizedCompositionTarget As Object) openPDCManager.exe: N 00223 System.Windows.Media.MediaContext.RenderMessageHandler(resizedCompositionTarget As Object) openPDCManager.exe: N 00093 System.Windows.Threading.ExceptionWrapper.InternalRealCall(callback As Delegate, args As Object, numArgs As Int32) openPDCManager.exe: N 00090 MS.Internal.Threading.ExceptionFilterHelper.TryCatchWhen(source As Object, method As Delegate, args As Object, numArgs As Int32, catchHandler As Delegate) openPDCManager.exe: N 00071 System.Windows.Threading.Dispatcher.WrappedInvoke(callback As Delegate, args As Object, numArgs As Int32, catchHandler As Delegate) openPDCManager.exe: N 00093 System.Windows.Threading.DispatcherOperation.InvokeImpl() openPDCManager.exe: N 00177 System.Threading.ExecutionContext.runTryCode(userData As Object) openPDCManager.exe: N 00376 System.Runtime.CompilerServices.RuntimeHelpers.ExecuteCodeWithGuaranteedCleanup(code As TryCode, backoutCode As CleanupCode, userData As Object) openPDCManager.exe: N 00000 System.Threading.ExecutionContext.Run(executionContext As ExecutionContext, callback As ContextCallback, state As Object, ignoreSyncCtx As Boolean) openPDCManager.exe: N 00161 System.Threading.ExecutionContext.Run(executionContext As ExecutionContext, callback As ContextCallback, state As Object) openPDCManager.exe: N 00059 System.Windows.Threading.DispatcherOperation.Invoke() openPDCManager.exe: N 00109 System.Windows.Threading.Dispatcher.ProcessQueue() openPDCManager.exe: N 00639 System.Windows.Threading.Dispatcher.WndProcHook(hwnd As IntPtr, msg As Int32, wParam As IntPtr, lParam As IntPtr, handled As Boolean&) openPDCManager.exe: N 00179 MS.Win32.HwndWrapper.WndProc(hwnd As IntPtr, msg As Int32, wParam As IntPtr, lParam As IntPtr, handled As Boolean&) openPDCManager.exe: N 00317 MS.Win32.HwndSubclass.DispatcherCallbackOperation(o As Object) openPDCManager.exe: N 00151 System.Windows.Threading.ExceptionWrapper.InternalRealCall(callback As Delegate, args As Object, numArgs As Int32) openPDCManager.exe: N 00090 MS.Internal.Threading.ExceptionFilterHelper.TryCatchWhen(source As Object, method As Delegate, args As Object, numArgs As Int32, catchHandler As Delegate) openPDCManager.exe: N 00071 System.Windows.Threading.Dispatcher.WrappedInvoke(callback As Delegate, args As Object, numArgs As Int32, catchHandler As Delegate) openPDCManager.exe: N 00093 System.Windows.Threading.Dispatcher.InvokeImpl(priority As DispatcherPriority, timeout As TimeSpan, method As Delegate, args As Object, numArgs As Int32) openPDCManager.exe: N 00210 MS.Win32.HwndSubclass.SubclassWndProc(hwnd As IntPtr, msg As Int32, wParam As IntPtr, lParam As IntPtr) openPDCManager.exe: N 00356 MS.Win32.UnsafeNativeMethods.DispatchMessage(msg As MSG&) openPDCManager.exe: N 00000 System.Windows.Threading.Dispatcher.PushFrameImpl(frame As DispatcherFrame) openPDCManager.exe: N 00314 SyComments: May no longer be an issue, regardless, move to future web based UI feature requests [Less]
Posted over 9 years ago by ritchiecarroll
via roll over timer at the end of the day.Comments: Cool request - but there is demand
Posted over 9 years ago by ritchiecarroll
via roll over timer at the end of the day.Comments: Cool request - but there is demand
Posted over 9 years ago by ritchiecarroll
While most devices report angles between -180° and 180, FNET devices report from 0° to 360°.This prevents simple comparison with other devices in Graph Measurements, among other issues.Tested in openPDC 1.5.189 - may need to validate that this is ... [More] still an issue.Comments: Likely an issue with FNET device - not source protocol. However, if this is consistent device behavior, FNET protocol code could be adjusted to compensate. [Less]
Posted over 9 years ago by ritchiecarroll
While most devices report angles between -180° and 180, FNET devices report from 0° to 360°.This prevents simple comparison with other devices in Graph Measurements, among other issues.Tested in openPDC 1.5.189 - may need to validate that this is ... [More] still an issue.Comments: Likely an issue with FNET device - not source protocol. However, if this is consistent device behavior, FNET protocol code could be adjusted to compensate. [Less]