Search the Community
Showing results for tags 'instruction'.
-
Hi guys, I am having difficulty in understanding and implementing the scaling of 32 or 16 bit binary data using Mitsubishi DSCL2 instruction. I just don't understand what to pass in its parameters particularly s2 parameter. I tried many variables but I get errors. Please can someone provide an example how to implement that and scale any float no, for example 1200.00 to 100.00 using this instruction with output scale 0-100 being 100 at maximum for the sensor value of 1200.00 I am attaching pdf for DSCL2 instruction taken from Mitsubishi manual for help. and the error I am getting on my melsoft. instructions_manual.pdf
- 12 replies
-
- mitsubishi
- instruction
-
(and 4 more)
Tagged with:
-
I have plc mitsubishi A2USHCPU-S1 and there is already a program in it. The problem is, the analog input data doesn't want to be saved. How do i find the analog address instructions? Can anyone help?
- 1 reply
-
- analog
- instruction
-
(and 2 more)
Tagged with:
-
Hi, I'm quite new to the PLC programming, I saw this delay input in one of the videos, that automatically switched to 1 after a set time, it wasn't a timer, just an contact input with time delay
- 1 reply
-
- cx programmer
- instruction
-
(and 4 more)
Tagged with:
-
Hi there! I recently discovered this forum and I find it pretty useful for sharing and learning about PLCs. The thing is I'm trying to make a Stack using the SSET(630) instruction in a CJ2M PLC. Reading Omron's W340 manual I saw that PLC memory address for the different stack channels is represented as "00010000" to "0001000F". So, in order to set the last stack word address as well as the pointer's address, how do you know those values? Or am I just misunderstanding something? Thanks in advance! Edit: Solved, the definition of the stack was wrong!
-
Hello, Can I add an offset value to IR register? for example, MOVR D0, IR0 and I have an offset value stored in D1, for example, &100, could I add the offset of D1 into IR0, to get IR0 pointing to D100? I know I can just do MOVR D100, IR0, but for purpose of versatility, I want an offset to be added in such a way. Thanks in advance. Xing
- 16 replies
-
Is it possible to run some sort of PID operation on OMRON PLC without PID or PIDAT instruction? I need to modify a program and although it seems that they use PID loop to control temperature I can not find PID or PIDAT instruction anywhere in the whole program. Can they put the instruction somewhere where the find function would not see it? Also what is this instruction --|| |--? I looked through the instruction manual but did not see one like that in there so what is it?
- 4 replies
-
- PID
- instruction
-
(and 1 more)
Tagged with: