1
Support Questions / Re: Checking different members of a datasubscriber
« on: June 28, 2024, 12:56:09 PM »
Will the e.Value always remain as e.Value(0) or will it move to e.Value(1) in correspondence with the member values?
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.
If e.PLCAddres = "B18:0/1" Then
shutcut.Value = initial0 + 1
End If
If e.Values(0) = True Then
shutcut.Value = initial0 + 1
End If
If e.Values(1) = True Then
sc_call.Value = initial1 + 1
End If
If e.Values(2) = True Then
boxpos.Value = initial2 + 1
End If
If e.Values(3) = True Then
boxblock.Value = initial3 + 1
End If
If e.Values(4) = True Then
loomguard.Value = initial4 + 1
End If
If e.Values(5) = True Then
mispick.Value = initial5 + 1
End If
If e.Values(6) = True Then
patalarm.Value = initial6 + 1
End If
If e.Values(7) = True Then
tension.Value = initial7 + 1
End If
Managed Debugging Assistant 'PInvokeStackImbalance'
Message=Managed Debugging Assistant 'PInvokeStackImbalance' : 'A call to PInvoke function 'AdvancedHMI!MfgControl.AdvancedHMI.NativeMethods::OpenPrinter' has unbalanced the stack. This is likely because the managed PInvoke signature does not match the unmanaged target signature. Check that the calling convention and parameters of the PInvoke signature match the target unmanaged signature.'
MfgControl.AdvancedHMI.NativeMethods::OpenPrinter' has unbalanced the stack. This is likely because the managed PInvoke signature does not match the unmanaged target signature. Check that the calling convention and parameters of the PInvoke signature match the target unmanaged signature.'
Which I have no idea what that means...
' Set up the DOCINFO structure.
With di
.pDocName = "Mix Room Label Printer"
.pDataType = "RAW"
End With
CACHE https://api.nuget.org/v3/registration5-gz-semver2/zebra.printer.sdk/index.json
Resolved actions to install package 'Zebra.Printer.SDK.3.0.3271'
Install failed. Rolling back...
Package 'Zebra.Printer.SDK.3.0.3271' does not exist in project 'AdvancedHMI'
Package 'Zebra.Printer.SDK.3.0.3271' does not exist in folder 'C:\Users\ashquinn\Desktop\PrintTest\packages'
Executing nuget actions took 1.18 sec
Could not install package 'Zebra.Printer.SDK 3.0.3271'. You are trying to install this package into a project that targets '.NETFramework,Version=v4.8', but the package does not contain any assembly references or content files that are compatible with that framework. For more information, contact the package author.
Time Elapsed: 00:00:01.8759248
========== Finished ==========