can i simulate analog scaling in omron without interfacing it with PLC?

kartika

Member
Join Date
Jul 2011
Location
Lampung
Posts
31
Hi Guys.. i need your help again
i wanna take a value from a transmitter that the signal is 4-20mA, the transmitter will be represent as 0-100%, and the AI module resolution is 4000
i use "SCL" instruction and i save the parameters on D100 up to D103, details are below:
D100 : &0
D101 : &0
D102 : &100
D103 : &4000
are the parameters right?
how to simulate this ladder without interface it with PLC?
 
Cannot see what you have programmed - will not show up on screen.
double click on your input (use a dummy DM) and write a value.
The scaling function will then scale that value for you.
For example, use D1000 as your dummy input. Write &2000 into the dummy input (12 ma value) and your scaling function will scale that value to 50% value.
 

Similar Topics

Hi there, I'm doing some extensive testing and commissioning with a slew of new Emerson PACSystems RX3i PLCs. It would be convenient to...
Replies
5
Views
93
i'd like to simulate reading analog on plcSim for ex: channel PIW304, so is there anything i need to config on hardware on Step7 ? hope for...
Replies
2
Views
1,925
Hello guys, I'm learning how to design a PID controller in STEP 7. Now my first question is how to check if PID working OK? I want to test it but...
Replies
4
Views
6,134
Hello, I have a small application with a S7-1200 CPU 1212 and a KTP400 Basic HMI. When i am connected to the PLC with my PC i would like to...
Replies
1
Views
529
Hello everyone, i would like to test and run os server in pcs7 v8.2 project without rear PLC.i used plcim on ES and nettoplcsim and adjust the...
Replies
4
Views
1,323
Back
Top Bottom