List of Contributions

Michael Rudder

Contact Details

Michael Rudder


My Content

1 to 4 of 4 total
Posted By Michael Rudder Jan 08, 2026 02:38:00 PM
Found In Egroup: Advanced Software
\ view thread
Hello Ramakrishnan, For the most part, items that appear do not appear in the spreadsheet (like the "Procedure" variables) are not currently used by library objects. They are there for future use. Security\ShowFaceplate is used by our global objects if the developer has selected to use security ...
Posted By Michael Rudder Jul 31, 2025 05:53:00 AM
Found In Egroup: Advanced Software
\ view thread
You cannot see the tag Val_NumStepsInCurrState because it is a 'Local' tag and will not show up in the Controller Tags view. This tag will control whether you see the state diagram or step detail on the detail display. If there are steps in the current state (Val_NumStepsInCurrState > 0), then the steps ...
Posted By Michael Rudder Apr 30, 2025 05:53:00 AM
Found In Egroup: FactoryTalk Optix
\ view thread
The "||" operator is a Logical OR operator. When you use it as "(1) || (2)" the result will be 0 or 1. Try writing your expression as if( ((0)==(1)) || ((0)==(2)),true,false) you can also do if( ((0)==(1)) || ((0)==(2)),1,0)
Posted By Michael Rudder Mar 25, 2025 07:56:00 AM
Found In Egroup: Advanced Software
\ view thread
The current version of the FTView Customization ("Color Change") tool has not been upgraded to work with FTView 15. The current release of the PlantPAx Process Library has been built for FTView v14. The latest PlantPAx Process Library PCDC download will have a version of the Customization Tool that works ...