GE proficy Help

automatedtrix

Member
Join Date
Feb 2022
Location
Cranbrook B.C.
Posts
2
Good morning
I am working on a 90-30 using Proficy Software. I've had this error come up on a program that I didn't write. the error that comes up is
Warning 8022: Type mismatch between variable and instruction. [LD Block,'SEQSTOP': Rung 9]. I can still upload and download I've gone over this issue and can not find the solution. I am posting a screen shot of the logic. can someone help me?
Raymond

Screenshot 2022-02-09 090454.png
 
Warnings aren't fatal, they just alert you to potential problems. The variable "AS1" is most likely defined as a WORD. You are using it in a SUB_INT instruction which is looking for an INT. Both WORD and INT are 16-bits, WORD is unsigned, INT is signed. If you want to get rid of the warning, replace the SUB_INT instruction with a MOVE_WORD instruction and move a value of zero to AS1.
 

Similar Topics

So to start off: I have no experience with PLC's, but I'm good at figuring stuff out, but I need some help to know if my PLC is just dead in the...
Replies
2
Views
122
I had a processor go out on a PLC rack. I am trying to use a different processor because that is what the customer had available. Original was...
Replies
1
Views
1,246
Good morning I am working on a 90-30 using Proficy Software. I've had this error come up on a program that I didn't write. the error that comes...
Replies
0
Views
779
Hi everyone. I am writing this post because I need some help to open a backup file belonging to a project made in "Proficy Machine Edition" (GE...
Replies
4
Views
3,730
I am 3 PCs available to me, Plant A, Plant B, and my desktop. I have a machine at Plant B and am able to connect to the PLC, a Fanuc Series 90-30...
Replies
16
Views
4,360
Back
Top Bottom