Typically, a MagneMotion track is designed to fit a 2D profile, the track might turn left or right but not up or down. While this is sufficient for most MagneMotion applications, sometimes systems are designed to lift or move MagneMotion track o...
Rockwell Automation is hosting their third and final webinar in a series about their latest HMI solution: FactoryTalk Optix. The webinar, called Part Three: Operators Empowered, will take place on August 14 at 10 a.m. CT. Part Three: Ope...
PLC Code This past week, I took on the challenge of turning one of our IO demo kits connected to a Siemens PLC into a working game system. I chose to program the classic games Bop It and Simon Says as they would be easy to understand while still p...
Overview NetLogic is C# code that is linked to Optix. Optix can call methods with parameters, set private C# variables, and has numerous C# Libraries integrated by default to assist with passing data between Optix and your C# code. Optix also...
Overview Variables, Attributes, Dynamic Links, and converters are the building blocks of Optix UI design. Each variable has a number of attributes associated with it, and Dynamic links and Converters can be used to define a relationship between tw...
Rockwell Automation is hosting three webinars about their latest HMI solution: FactoryTalk Optix. The first is available as a recording, the second is on May 8th, and the last is on August 14th. Webinar Details "Learn how the FactoryT...
FactoryTalk Optix is the next generation of visualization software from Rockwell Automation, meant to provide a higher degree of customized development with its integrated C# support and flexibility for HMI and SCADA applications. This blog series...
window.onload = function() {var aCodes = document.getElementsByTagName('pre');for (var i=0; i Whether you are migrating from Machine Edition or working with FactoryTalk View for the first time, triggering displays or popups from the PLC in Site Edi...
Setting up static navigation buttons that bring operators to a single screen when pressed can be sufficient for simple systems; however, it can be difficult to adequately display all necessary screen elements for larger or more complex systems. ...
In my previous blog, MagneMotion Blog Part 8: Simulation, we discussed track simulation, a valuable tool MagneMotion offers to help test out MagneMotion controls before a track is even assembled. In this blog, we’ll discuss in...