-
Content count
73 -
Joined
-
Last visited
Community Reputation
1 NeutralAbout saruans
-
Rank
Sparky
-
eziccc liked a post in a topic: integer number convert to bit
-
shift array with struct
saruans replied to saruans's topic in Modicon / Telemecanique / Schneider Electric
I am using somachine 4.3V -
Is it possible shift data array. I have Array_ret: ARRAY[0..10] OF test; and TYPE tests : STRUCT TinFoil: BOOL; InFrame: BOOL; END_STRUCT END_TYPE I want shift all one time time Array_rest[0] information to Array_rest[1]. Array_rest[1] to Array_rest[2] and... Is it possible?
-
Shift bit somachine
saruans replied to saruans's topic in Modicon / Telemecanique / Schneider Electric
You have to write this MAIN_SHIFT: Shift_register; Registras AT %MW100 : WORD; Registras0 AT %MX100:0 : BOOL; Registras1 AT %MX100:1 : BOOL; Registras2 AT %MX100:2 : BOOL; Registras3 AT %MX100: : BOOL; Registras4 AT %MX100:4 : BOOL; Registras5 AT %MX100:5 : BOOL; Registras6 AT %MX100:6 : BOOL; Registras7 AT %MX100:7 : BOOL; -
Hello, Maybe somebody know. I am using variable, which address is %MW100. I am trying shifting register bit. I made video. The Variable changed, but variables, which address is %MX100.0 ... %MX100.7 does not change. Why? ScreenRecorderProject2.mp4
-
Hello, If omron servo motor SGDH-01AE-OY absolute encoder battery is low. Is inverter show message, that battery is low?
-
Hello, Hello, I am using twincat v2.11. I have different time with computer timer and Twincat system time difference about 6 hour. How need synchronize twincat system time with PC time?
-
hello, I have Solenoid interlocks AZM170-11ZRK-2197-2201-24VDC. maybe somebody know how, what are mean symbal which I drawn red color?
-
thank for your advice. This information need to me :)
-
for me need manual for this model, but from photo I can not to recognize. Maybe somebody recognize?
-
hello, Maybe somebody to recognize mitshubishi inverter in the photo.
-
TM3Ai8 analog input
saruans replied to RIshwan's topic in Modicon / Telemecanique / Schneider Electric
First Step: Secand step for example using IW0 Input0: third step setting: -
TM3Ai8 analog input
saruans replied to RIshwan's topic in Modicon / Telemecanique / Schneider Electric
Which is PLC you using? -
Analog Calibration M200
saruans replied to Hossam Azzaz's topic in Modicon / Telemecanique / Schneider Electric
The TM3AM6 analog IO module support only Modicon M221, Modicon M251 and Modicon M241 series PLC, but not TM200 series PLC. This information you can see in page https://www.se.com/ww/en/product/TM3AM6/module-tm3---4-analog-inputs-and-2-analog-outputs/ -
Analog Calibration M200
saruans replied to Hossam Azzaz's topic in Modicon / Telemecanique / Schneider Electric
You want take input 0->20 mA I have output 0->10V Am I correcting undestand you? It is not possible, because your controller don't have analog input and analog output. I see want way to buy TMCR2AI2 cartrige and speed drive control with modbus if speed drive support modbus -
M241 - Modbus TCP - problema reading analog inputs (#300001)
saruans replied to horvatmiha's topic in Modicon / Telemecanique / Schneider Electric
M241 M251 M258 LMC058: %M (internal bits) cannot be accessed by Modbus. But %I (physical inputs) and %Q (physical outputs) can be accessed using function codes from the table below (extracted from SoMachine online help).