AdvancedHMI Software

General Category => Support Questions => Topic started by: lwciak on March 30, 2016, 04:37:09 AM

Title: v3.99d Failed to get processor type - Line 429
Post by: lwciak on March 30, 2016, 04:37:09 AM

Try this work around that bypasses the process of fetching the processor type

Sir Arthur & Members of the Court 
Two issues:

I have followed the directions you gave me in a previous older post as listed below:

1) Under the AdvancedHMIDrivers project in Solution Explorer, open AllenBradletPCCC.vb
2) go to line 429
3) Insert the line of code "Return &H58" as shown below:
Code: [Select]

    Public Function GetProcessorType() As Integer
        Return &H58

        If m_ProcessorType <> 0 Then

When I follow the above instructions, that code doesn't exist. Am I not doing it right?

Would you please verify or explain the MOV issue I described?
TIA
Larry C aka maltmaster, lwciak
Title: Re: v3.99d Failed to get processor type - Line 429
Post by: Archie on March 30, 2016, 07:46:33 AM
Look in AllenBradleySLCMicro.vb at line 1329, you will see this code:
Code: [Select]
#Region "Data Reading"
    '* Retreives the processor code by using the get status command
    Public Function GetProcessorType() As Integer
        '* Uncomment the following to bypass this check
        'Return &H78
        If m_ProcessorType <> 0 Then