In the video, the data read by the PLC is constantly changing because of interference. Solving this problem can be avoided by adding shielded wires or grounding the shell.
@rttr48693 жыл бұрын
Is it possible with Siemens Logo?
@ATOcom3 жыл бұрын
@@rttr4869 yes.
@rttr48693 жыл бұрын
@@ATOcom ok thanks
@scotthosey3450 Жыл бұрын
Ok, but if I was going to add a valve with a fast fill and slow fill how would I control all that with the scale?
@muneebkhan7266 Жыл бұрын
Great work ❤
@SandyPrawira-p3i Жыл бұрын
Is it possible to connect any type of load cell directly to the plc analog module and get the reading from the load cell?
@ATOcom Жыл бұрын
not directly, you need a tranmitter for load cell signal to standard signal as 4-20mA, 0~5V or 0~10V.....
@georgealbo10 ай бұрын
thanks for this video can you make a series of videos for omron PLC Ladder daigram
@Iceoatice3 жыл бұрын
plc.fx3u-24mr can do it ?
@josefranciscovalentim23004 жыл бұрын
great !! I was waiting for this video thank you very much greetings :: valentine
@ATOcom4 жыл бұрын
: )
@marcosantuario77773 жыл бұрын
Nice video. Do you have a similar video but using a cubic liters valve?
@ianwong39872 жыл бұрын
If I selected 0-10V output by accident and need 0-5V is there a way to divide voltage in half through calibration after receiving the product?
@ATOcom2 жыл бұрын
The output can be adjusted to 0~5V in the normal calibration manner.
@ajitsingh-wx4tm3 жыл бұрын
Sr i have omron cp1e plc and mad42 analog module but i am unable to select the module how to select module in cx programmer Please help me sr I am waiting for your reply
@ATOcom3 жыл бұрын
You can get relevant information through the Omron hardware unit manual (W479).
@taufiqrahman63323 жыл бұрын
excuse me sir, can i use arduino to read weight from transmitter?, i was trying and the signal is not displaying as i expected.
@ATOcom3 жыл бұрын
1. If your Arduino can only read digital signals, what you need is a transmitter that outputs digital signals (RS485). 2. To read digital signals, information needs to be exchanged through a communication protocol, so direct reading is also not advisable. 3. If your Arduino can directly read standard analog signals (0~10V, 4~20mA...), then you can display the weight data correctly. 4. After you read the transmitter data, the display data may need to be converted (such as hexadecimal to binary or decimal).
@taufiqrahman63323 жыл бұрын
@@ATOcom thank you for your reply. i will try it
@oyousafali18592 жыл бұрын
@@taufiqrahman6332AoA Did you got the transmitter connected to arduino. Pls reply, i am facing the same problem.
@allagomar60333 жыл бұрын
Great job thank you
@RajeshYadav-be7ds3 жыл бұрын
Boss Can you please make complete video on weight and plc hmi
@josefranciscovalentim23004 жыл бұрын
Good Morning you could help me with a weight indicator reading by communicating with clp omron through serial port 232 how to convert the strings into real numbers since already thankful valentine
@ATOcom4 жыл бұрын
You can store the obtained data in a register area, and then use the PLC to monitor and view the data in real time. You can convert and display it to decimal in the PLC viewer. Or use some device to read the data in this storage area and display it, this device can be HMI...or other