List of Contributions

said

Contact Details

said


My Content

1 to 8 of 8 total
Posted By said Apr 03, 2023 01:08:00 AM
Found In Egroup: Automation Control
\ view thread
Hello Philip, Thank you for your Reply, That`s exactly what i did :) .. Many Thanks for your Help :) ! ------------------------------ said ------------------------------
Posted By said Mar 29, 2023 07:46:00 AM
Found In Egroup: Automation Control
\ view thread
Hello Team, I am currently trying to use AddOn Instruction - AOI_1 (User-Defined) Local Tags to Call them in another AddOn Instruction AOI_2. So i can use the same instance AOI_1 Values, in the same CPU Cycle, in The Logic in AOI_2 I have tried to move these Local Tags ...
Posted By said Feb 06, 2023 12:13:00 AM
Found In Egroup: Automation Control
\ view thread
Hello Team, I am currently looking for a function to Determine the length and the start address of the inputs or outputs of 3rd Party Ethernet - Module in the Rockwell Ethernet Network, is this function Available? or how to implement similar in Studio 5000 ? to Add in my Add-on Instruction. ...
Posted By said Jan 19, 2023 08:37:00 AM
Found In Egroup: Automation Control
\ view thread
Hi Ian, I am looking for Simplest Logic to make Shifting and Conversion between (SINT) and (DINT), but eventually it seems that "BTDT" will be the accurate option, but "COP" would require Straight Forward Structure of Variables or Arrays, and i don`t want to use many arrays in my logic, using only ...
Posted By said Jan 19, 2023 08:31:00 AM
Found In Egroup: Automation Control
\ view thread
Many Thanks Ian, I think you covered everything, but for more accurate and safest it would be BTDT Instruction, and i already Tested it and it seems that would be the best option, except for it will consume 4 statements, but it would do the Task. ------------------------------ said --------- ...
Posted By said Jan 12, 2023 04:27:00 AM
Found In Egroup: Automation Control
\ view thread
Hello Team, I would like to do Shifting for Bits in DINT and Assign the Result to SINT. Is There a way to do that in Structured Text ? Thanks, ------------------------------ said ------------------------------
Posted By said Jan 11, 2023 09:39:00 AM
Found In Egroup: Automation Control
\ view thread
Hi Vincent, Many Thanks for your reply. But, what i am looking for is to Copy a Byte not Bit From DINT to SINT or Vice versa, Is there a way to do that ? ------------------------------ said ------------------------------
Posted By said Jan 09, 2023 09:39:00 AM
Found In Egroup: Automation Control
\ view thread
Hello Team, I would like to know what is the Equivelant in Rockwell (RSLogix) to Assign 1 Byte(SINT) to 1 Byte in (DINT) SINT0 => Byte1 - DINT SINT1 => Byte2 -DINT ... .. and so on Is there a function that can do that correctly in Structure Text, other than, COP and BTDT Similarly in ...