Jump to content

Adcontrols

Members
  • Posts

    8
  • Joined

  • Last visited

Adcontrols's Achievements

Newbie

Newbie (1/4)

0

Reputation

  1. I have 14 years of experience with PLC Development on the following platforms: Visilogic Unilogic Allen Bradley's RSLogix 500 Schneider Modicon's SoMachine Panasonic FPWin B&R's Automation Studio Click PLC Koyo Proface HMI Proficient : Ladder Logic Structured Text ANSI C Function Block Diagram Sequential Function Chart I have experience in motion applications (home-grown and canned solutions): Parker's Motion Planner Stepper motor motion control Festo servos B&R ACOPOS Vision Systems and sensors: Cognex Banner Keyence
  2. Here are some issues I've run into since upgrading to UniLogic v1.34.192. These issues seem to be intermittent since I am not able to reproduce them. Error in Rung ID ###, Message = "Begin" is missing I disabled rung 1 in Region 1 of a function and got this error. I was able to resolve it by re-enabling the rung and compiling again. I tried to reproduce the error and was unable to get the compilation error. C editor bugs I added a variable to my C function and compiled, this lead to comp errors. I reviewed the file and it should have compiled, I closed the c function tab in Unilogic and reopened it to see that the code looked to be parsed incorrectly which lead to compilation errors. I fixed the parsing errors and compiled again to receive more compilation errors for the C function. I repeated the last few steps several times until deleted all of my code from the c function, saving the project, closing the C function, re-opening the C function, pasting my code back into the function, saving the project and then compiled successfully. I have not been able to reproduce this issue. Project Save-As failed I attempted to save my file to a, known good, 16GB FAT32 USB stick UniLogic saving animation played for ~25% of the normal duration The project was not saved to the USB stick I saved, CTRL+S, the project and closed UniLogic I attempted to reopen the project and lost all of my changes I assume my project was corrupted, somehow
  3. Agreed, I use a screen struct to manually do this. It would be great if UniLogic auto generated the struct instance for every screen... similar to when you make a new datatable or trend
  4. B&R's Automation Studio allows you to configure IO modules as "Required" or "Optional". Required modules throw faults when not installed while optional modules leave it up to the application to handle if they are installed or not. Not necessarily dynamically selecting hardware configurations but it allows more robust IO configurations.
  5. I figured it out! There was a section of code that was spamming a configured screen action every cycle.
  6. Hello, I have some experience with Unitronics and the Unilogic platform. I have noticed screen transition performance has decreased on firmware v1.33 and v1.34 compared to firmware 1.32 and older. I am seeing ~2-6 second transition time from button press to new screen being displayed. I'm working on reducing the hmi custom controls as much as possible, are there any other things I can do to increase screen transition performance? Here is some basic info on my current project with slow screen transitions: Number of Screens: 36 Number of WebPages: 1 Actions: 4 Tags: Datatables:
×
×
  • Create New...