
SillyBoy
MrPLC Member-
Content count
78 -
Joined
-
Last visited
Community Reputation
3 NeutralAbout SillyBoy
-
Rank
Sparky
- Birthday November 10
Profile Information
- Gender Male
- Location Ahmedabad
- Country India
-
SillyBoy started following Siemens TIA Portal 16 Graph Language
-
Hello there, I have installed TIA Portal V16. There is a logic programming language called "Graph" in the siemens TIA Portal. This language is not installed by default in the TIA Portal. How to install that language Graph Language in TIA Portal ? Refer Images:- https://we.tl/t-BF2PtDcd7W
-
Thank you very much @photovoltaic
-
@photovoltaic Because I want to transfer almost 150 different addresses. So I guess it will be easy to use macro.
-
SillyBoy started following NB HMI Macro
-
Hello there. How to transfer data from one memory area to another using macro ? Data Type - Double Word Length - 4 Format - BIN Integer - 3, Decimal - 1 From Area - D To Area - LW
- 6 replies
-
- nb
- nbdesigner
- (and 11 more)
-
Hello there, I have developed a project in Control Expert before 3-4 Months. Now I have to open that project backup (.stu file) in another computer with the same version of the control expert software. The project is opening successfully but I am getting errors from DTM, Because I have used 3 external EDS files for third-party Ethernet IP devices while the development. Now I do have only txt version of that three eds filed which I have used while developing the project. Is there any why to add eds using that txt version of eds to get rid of the DTM errors ? Please refer attached images.
-
Guest liked a post in a topic: Need help with Timer Logic
-
Already sorted this out, mark this thread closed. I have used an Integer Tag to fulfill the required logic. If anyone needs the same logic, revert back to me I will send it.
-
According to the full-scale resolution of the module, you will get the AI_RAW in a channel-specific address. (if the module resolution 1:1000) you will get 0 for 4mA and 1000 for 20mA in the appropriate CIO Address. (if the module resolution 1:4000) you will get 0 for 4mA and 4000 for 20mA in the appropriate CIO Address. (if the module resolution 1:8000) you will get 0 for 4mA and 8000 for 20mA in the appropriate CIO Address. RAW MIN = 0 RAW MAX = (1000/4000/8000 according to module resolution) AI RAW = Your channel address (for your case I guess somewhere between CIO2001 to CIO2100) (You can check by monitoring the CIO area after sourcing any channel to find exact address because I am not very much familiar with Omron Addressing) if you want to scale the analog input in 0 to 25000. SCAL MIN = 0 SCAL MAX=25000/
-
How i can make totalizer in delta PLC for calcualting Litters of liquid by flow meter
SillyBoy replied to Chaman Ali's topic in Other PLCs
Suppose your flow unit is M3/Hr. Convert this value to M3/Sec. (This is easy) Now accumulate this value at every second. (at the rising edge of per second bit, hope you know how to do so) Call this function at every second ---- M3= (M3)+(M3/Sec) And you know how to convert M3 to liters, right ? (Disclaimer - This will not give the 100% right value because there is something called scan time in the PLC.) -
SillyBoy started following Display Integer from FB CX-Programmer
-
Hello @Link068 For the testing, Can you send me the backup?
-
SillyBoy started following PLC_omron_cx_programmer
-
Hello @salah9719 I have attached the screenshot of the Function Block. (So you can figure out what are the input tags and output tags for this function block) Here is the logic of that block. SCALED_OP:= (((SCAL_MAX-SCAL_MIN)*(INT_TO_REAL(AI_RAW)-INT_TO_REAL(RAW_MIN)))/(INT_TO_REAL(RAW_MAX)-INT_TO_REAL(RAW_MIN)))+SCAL_MIN; SCALED_OP_INT:= REAL_TO_INT(SCALED_OP); Hope this helps.
-
@chelton The BOOL tag will go high only when TON_1 running, and I will reset that BOOL tag as soon as TON_2 Starts. SO the cycle can run continuously.
-
@Michael Walsh @BobLfoot @panic mode
-
Trouble with Citect and Modbus over TCP/IP
SillyBoy replied to Jack1's topic in Modicon / Telemecanique / Schneider Electric
Dear @Jack1 Try Modnet30 Protocol.