CFittro Posted September 30, 2019 Report Share Posted September 30, 2019 All, I am using Unilogic version 1.28.26 with a Windows 7 VM to create the project I have attached. I am attempting to compile the project and continue to get these same errors: After some googling and searching around here I haven't found anything to help me resolve these issues. Anyone have any ideas? Th anks, Casey TestMachine.ulpr Quote Link to comment Share on other sites More sharing options...
MVP 2022 Joe Tauser Posted October 1, 2019 MVP 2022 Report Share Posted October 1, 2019 Your "Timer Scale" UDFB had INT8 data types in the Function In definitions. You were calling it with numbers larger than 256. Stay away from this data type unless there's a really good reason to use them. Stick with INT16s and INT32s. Joe T. TestMachine JT.ulpr Quote Link to comment Share on other sites More sharing options...
CFittro Posted October 1, 2019 Author Report Share Posted October 1, 2019 (edited) Joe, Thank you very much for your assistance! I totally missed that. I changed both of the Int8 tags to Int16 and then changed the B & C function tags used in those blocks to be the tags used in the function call block. Thanks for helping me identify my mistake! The compile worked after changing the tags as I had mentioned. Thanks, Casey Edited October 1, 2019 by CFittro clarity Quote Link to comment Share on other sites More sharing options...
Recommended Posts
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.
Note: Your post will require moderator approval before it will be visible.