
adccommunitymod (AutomationDirect) asked a question.
Created Date: September 11,2008
Created By: wrumbaugh
**** This post has been imported from our legacy forum. Information in this post may be outdated and links contained in the post may no longer work.****
I have a DL06 PLC with a 4 channel analog input module (F0-04AD-2) installed in first slot. In channel 1 of F0-04AD-2 I am using a 0 to 10V input (string pot) and in channel 2 I am using a 0 to 5V (load cell). Both channels are working fine. I need some help with programming a tare function for both channel 1 and 2. Would like to pre-load both the string pot and load cell then utilize one pushbutton to zero both at the same time. Any help with this appreciated.
Created Date: September 11,2008
Created by: bcarlton
One shot your input. Use the oneshot to store the current value of each reading into storage registers. In use, take the input value and first subtract the value from the storage appropriate storage register brfore further processing.
Created Date: September 11,2008
Created by: wrumbaugh
I have a DL06 PLC with a 4 channel analog input module (F0-04AD-2) installed in first slot. In channel 1 of F0-04AD-2 I am using a 0 to 10V input (string pot) and in channel 2 I am using a 0 to 5V (load cell). Both channels are working fine.
I need some help with programming a tare function for both channel 1 and 2. Would like to pre-load both the string pot and load cell then utilize one pushbutton to zero both at the same time. Any help with this appreciated.