Trying to deploy A conveyor and prove our new automation in a edited sim environment before ordering any Rockwell hardware.
This conveyor has Analog inputs and outputs for encode and speed. Ive wrote the logic and see the run command but in simulation it does not move. I am not accustomed to using the Move instruction in EASYPLC and am asking how do i structure a rung with that conveyor with Analog output speed as i will eventually have the speed on a PID loop with rockwell . For now i just want variable speed.
Logic I have attached
If you want to control the conveyor speed by analog I/O, then do not use the digital IO to move advance and reverse the motor.
When assignind analog values to the Conveyor PLC_AOUT_Speed analog PLC outpur the conveyor motor will move (positive values forward, negative reverse).
To assign values to analog PLC outputs is not necesaty to use the Register transfer operations, you can assign directly in coils A.0.1 = 1.5f (for example)
See attached example images.