首页
过客.
影响力0.00
经验值0.00
粉丝16
设备工程师
请教叔丁基钠的合成? 最近在做 叔丁基钠 的合成,用 甲苯 把钠打成钠砂后,再滴加 叔丁基氯 ,在50度反应5到6小时后,钠没有明显减少。也就是说很少钠反应掉了。有做过这方面实验的朋友吗?还望指点一下。查看更多 2个回答 . 4人已关注
甲铵液的腐蚀问题? 尿素 甲铵混合溶液在130度,1.7MPa的情况下对 碳钢 的腐蚀速率是否极快?希望各位学长给与指导。查看更多 12个回答 . 5人已关注
密相输送烧嘴设计提条件主要是哪些内容? 各位同事上午好,请给帮忙确定烧嘴的设计条件有哪些,多谢!查看更多 5个回答 . 5人已关注
请问干燥二旋频繁带料,尾排票料的原因及解决方法? 我厂干燥线二旋频繁带料,大约一月就得放一次,不然尾排就飘料。同样的配方,一条线不飘,一条线飘,大家有没遇到过相同的问题,还有你们是如何解决的,谢谢!查看更多 7个回答 . 3人已关注
AB RSLOGIX5000 Structured介绍? AB RSLOGIX5000 Structured Structured Text (ST) Structured Text (ST) is a high level textual language that is a Pascal like language. It is very flexible and intuitive for writing control algorithms. Structured Text uses operators such as logical branching, multiple branching, and loops. People trained in computer programming languages often find it the easiest language to use for programming control logic. When symbolic addressing is used, ST programs resemble sentences, making it highly intelligible to beginner users as well. ST is ideal for tasks requiring complex math, algorithms or decision-making. Its concise format allows a large algorithm to be displayed on a single. Benefits of Structured Text People trained in computer languages can easily program control logic Symbols make the programs easy to understand Programs can be created in any text editor Runs as fast as ladder logic Code The following is few example to show some typical Structured Text code: Example 1 We have a level switch in a tank that indicates that the level of liquid in the tank is extremely high; Hence we want to trigger the siren when this happens. Siren := NOT Level_Switch ; Example 2 We have a light that will be turned on by 2 switches. If any of the switches is in ON position then the light will turn ON. Light := SwitchA OR SwitchB; Examples 3 We have Motor that will be controlled manually by 2 push buttons (Start Push Button, and Stop Push Button). When the Start Push Button is pushed then the Motor will be turned ON. and when the Stop Push Button is Pushed then we want to stop the Motor. (Security logic has been taken off this logic, for the purpose of domonstration.) IF StartPb THEN Motor := 1; END_IF; IF StopPb THEN Motor := 0; END_IF; Introduction In Structured Text you manipulate data using operators and functions. Structured Text is very similar to Pascal, so most of these operators will be familiar to Pascal oor any High Level Programmer. An operator is a code unit that performs an operation on one or more value-returning code elements. Such an operation can be an arithmetic operation such as addition or multiplication; a comparison operation that determines which of two values is greater; a logical operation evaluating whether two expressions are both true. Comparison Operators Comparison Operators compare two values or strings to provide a true or false result. The result of a comparison operation is a boolean value. Comparison operators generate a boolean result. They evaluate the relationship between the values of the operands. A comparison expression produces true if the relationship is true, and false if the relationship is untrue. Logical Operators Logical Operators let you check if multiple conditions are true or false. The result of a logical operation is a boolean value. All logical operators have one output. They are either On or Off, depending on the logic status of their inputs. Bitwise Operators Bitwise Operators manipulate the bits within a value based on two values. Bitwise operators allow you to manipulate individual bits in an integral primitive data type. Bitwise operators perform boolean algebra on the corresponding bits in the two arguments to produce the result. Order of Execution - Precedence Operator precedence defines how an expression evaluates when several operators are present. Structured Text has specific rules that determine the order of execution. The easiest one to remember is that multiplication and division happen before addition and subtraction. Programmers often forget the other precedence rules, so you should use parentheses to make the order of evaluation explicit. Flow Control Statement Structured Text like most high level languages uses execution control statements, so if you've programmed with Pascal, C, or Java most of what you see will be familiar. Most procedural programming languages have some kind of control statements, and there is often overlap among languages. Structured Text have few flow control methods that simplifies and improve the code complexity when trying to read the code. Iterration / Looping In most programming applications you'll need to do the steps over and over again. This process is known as iteration. It is also frequently referred to as looping, because it usually involves setting up the program so that it will loop back and repeat itself. Depending on how a program is written, it can easily get stuck in the loop and keep on repeating itself forever causing the controller to reach its watchdog limit and to generate major fault that will halt the execution of your program. For this reason, there is usually some way to get out of the loop, where by keeping track of just how many times the loop is supposed to repeat itself, or by looping until a condition changes. Looping in Structured Text is a big step in Automation Programming. This task was also achievable with Ladder Logic except that, in Structured Text it is much simpler and very flexible. INTRODUCTION PREREQUISITES GOALS CHAPTERS EXERCISES EXERCISES CODING STANDARDS ERRORS ARITHMETIC OPERATORS COMMENTS := ASSIGNMENT [:=] ASSIGNMENT (NON RETENTIVE) + ADDITION - SUBTRACT * MULTIPLY ** EXPONENT / DIVIDE MOD MODULO - UNARY MINUS AND PLUS OPERATORS EXERCISES COMPARISON OPERATORS < LESS THAN > GREATER THAN <= LESS THAN OR EQUAL >= GREATER THAN OR EQUAL = EQUAL <> NOT EQUAL EXERCISES LOGICAL OPERATORS & , AND LOGICAL AND OR LOGICAL OR XOR LOGICAL EXCLUSIVE OR NOT LOGICAL COMPLEMENT EXERCISES BITWISE OPERATORS & , AND BITWISE AND OR BITWISE OR XOR BITWISE EXCLUSIVE OR NOT BITWISE COMPLEMENT ORDER OF EXECUTION - PRECEDENCE EXERCISES INSTRUCTIONS AND FUNCTIONS ADVANCED MATH ARRAY / MISC ASCII CONVERSION ASCII SERIAL PORT ASCII STRING BIT INSTRUCTION COMPARE COMPUTE / MATH DRIVES INPUT / OUTPUT MATH CONVERSION MOTION CONFIGURATION MOTION EVENT MOTION GROUP MOTION MOVE MOTION STATE MOVE / LOGICAL PROCESS CONTROL PROGRAM CONTROL SELECT / LIMIT SPECIAL STATISTICAL TIMER AND COUNTER INSTRUCTIONS TRIGONOMETRIC FLOW CONTROL STATEMENT IF ... THEN ... ELSE CASE ... OF EXIT FOR ... DO WHILE... DO REPEAT ... UNTIL EXERCISES GLOSSARY INDEX 查看更多 0个回答 . 3人已关注
一级动力波安装捕沫层的必要性? 弹指看过孟山都设计的两级动力波流程,其中一级动力波、二级动力波均设有捕沫层。由于一级动力波捕沫层易堵塞,不少厂家已经取消捕沫层。然而弹指在对一级动力波出口含尘量检测时发现,其出口尘含量波动较大,其中极有可能是出口烟气挟带的循 环酸 液滴,很明显这将使动力波的除尘效率下降。 弹指认为,一级动力波应该捕沫层,为防止捕沫层堵塞,可以对捕沫层进行重新设计,有以下几种方案: 1、设置抽屉式,方便捕沫层的更换; 2、在适当位置设置大人孔,增大捕沫层上下两层之间的距离以方便捕沫层的清洗,以人员能够操作高压水枪为好。 相关链接: 国产动力波洗涤设备为何不过关? https://bbs.hcbbs.com/viewthread.php?tid=59145&highlight=%B9%FA%B2%FA%B6%AF%C1%A6%B2%A8 [ ]查看更多 1个回答 . 5人已关注
精馏塔蒸汽用量? 拜托谁能教我如何计算 精馏塔 在精馏过程中如何计算蒸汽的用量,已知蒸汽压力:0.8Mpa,精馏两种物质成分:45%和55%,急需,谢谢!!! 补充:物质为 氯化苄 ,二氯化苄,进料量可以自己假设,温度:塔顶125,塔底140,蒸气压力:0.8Mpa。急需,拜托各位!!!查看更多 7个回答 . 5人已关注
急用:液氨的爆破? 现在有10L的容器内放有90度的饱和 液氨 (压力我模拟的是5.11MPA,实际查得的是5.0558MPA)0.5L,然后把它释放至100L的容器内达到爆破的效果,也就是说10L罐内的氨膨胀到110L的体积,我想知道最后得到氨的压力和温度。 PS:比较着急,麻烦大家了~~查看更多 6个回答 . 5人已关注
有关三选2? 3取2表决系统,三个单元并联,只有表决器测得两个或两个以上单元为正常时,系统才能正常工作。 在得知系统可以正常工作后,再取3个值的中值作为输出。 不同的表决系统输出不一样,按你的说法,应该是上面这种情况。查看更多 5个回答 . 4人已关注
PKS系统中的报警组的问题? 报警组怎样组态? 系统运行过程中报警组可以下装吗?查看更多 3个回答 . 4人已关注
神华陶氏榆林项目近况? 神华陶氏500亿榆林项目现在处于什么阶段?项目地点在哪呢? 工艺 路线是什么?产品有哪些?我听说是PVC和烯烃 - ]+ ~: Q: ?' m; ~9 n 他们内部人也叫这个项目是CTC,不知道这个ctc是什么意思,求指教!查看更多 15个回答 . 1人已关注
关于过氧化氢的分子结构? 过氧化氢 : 其立体结构像一本半展开的书一样,两个氧原子在书缝上,两个氢原子各占据书的两页纸 两书页夹角为93°51′,我想知道为什么夹角是93°51′而不是180°呢?180度构象不更稳定吗?想了解详细解释,哪位大侠能给个说法呀? 查看更多 1个回答 . 5人已关注
求PVD管卡图片或资料? 最近接触PVC跟 不锈钢 等水处理的管道安装,想找一些常用的PVC跟 不锈钢管 道的管卡来参考下,求一些类似的资料。 查看更多 0个回答 . 1人已关注
水煤浆气化炉的煤浆管线布置有什么特殊要求? 水煤浆气化炉的煤浆管线布置有什么特殊要求查看更多 6个回答 . 5人已关注
GS-08、GS-10催化剂? 各位大侠指点一下:GS-08、GS-10这两种 乙苯 脱氢 催化剂 的用量要怎么求算?比如说每千克的催化剂在一小时里可以转化多少乙苯?这类数据我找不到 查看更多 0个回答 . 4人已关注
关于加油站地下储罐的几点疑问? 设计在人孔盖上主要是便于安装和维护,假如需要进行检修时,可以很方便的将它们拆下来!!!! 假如设计在罐体上,一方面不方便拆卸,另一方面对罐体的强度也有一定的影响!! 另外 加油站 的地埋罐一般不做内防 ... 设备管口应该是不用拆卸的吧?另外,检修的时候拆下来有什么作用呢?请做进一步讲解。谢谢查看更多 6个回答 . 2人已关注
有没有燃煤锅炉改烧固体生物质的好技术好方法? 如题,要进行燃煤锅炉改烧生物质,怎样对现有锅炉改造呢?都有哪些技术难题呢?查看更多 1个回答 . 2人已关注
超滤技术在合成氨的应用? 超滤技术用于 合成氨 油分等部位的效果如何,有何优缺点。查看更多 4个回答 . 3人已关注
操作中的一停、二看、三想? 操作中的一停、二看、三想 一停。 要求找准设备位置,不得走错间隔。做到这一点,就需要变电运行人员对本站的设备及设备位置、接线方式了然于心。操作中,操作对象不管是一次还是二次设备,希望能一次准确走到位,这样就消除了误入其它间隔或误动其它设备的可能。如果在操作中,对现场不熟悉,不了解,还要寻找要操作的设备,这不仅耗费大量的时间,还有可能引起误操作(特别是误入其它带电间隔)。    二看。 走到要操作设备的位置,要求操作人员要对被操作的设备进行核对,核对设备的位置,核对设备的双重编号,核对设备的状态。除了“三核对”外,操作人员还要对被操作设备按日常巡视要求进行检查,看一看被操作的设备相连接的电气单元或相邻设备的状态及位置,看一看操作的场地和环境。假如操作人员不核对,不检查,不察看,即便没引起误操作,也可能由于操作场地和环境的限制造成对操作人员的伤害。特别是在操作二次保险时,可能造成其它设备的误动或误碰。    三想。 一停二看后,在操作前,要求操作人员对操作票中的操作项想一想:操作此项,符不符合技术要求,犯不犯技术错误,操作中有什么样的现象,操作后有什么样的结果。特别是在装设接地或合地刀时, 想一想装设的接地线或合的地刀是否满足工作要求,是不是带电挂地线或合地刀。操作前,多想一想,多问自己几个为什么,这是防止误操作的关键,也是操作人员操作过程中的最后一道安全防线。如果想不明白,可以停下来一起讨论,弄明白后再操作,切忌带着疑问和问题操作。 [ ]查看更多 2个回答 . 5人已关注
乙烯分离装置选择性加氢催化剂厂家? 哪位大侠知道 乙烯 装置选择性加氢 催化剂 的厂家,给推荐一下,呵呵谢谢了。 参考催化剂型号:Süd Chemie OleMax 201 (G-58C)。 查看更多 1个回答 . 3人已关注
简介
职业:衢州华宏化工工程设计有限公司 - 设备工程师
学校:长沙南方职业学院 - 旅游文化系
地区:陕西省
个人简介:人类的历史,就是一个不断地从必然王国向自由王国发展的历史。查看更多
已连续签到天,累积获取个能量值
  • 第1天
  • 第2天
  • 第3天
  • 第4天
  • 第5天
  • 第6天
  • 第7天
 
这是一条消息提示
 
提醒
您好,您当前被封禁天,这天内您将不能登陆盖德问答,离解封时间还有
我已了解
提醒
提问需要5个能量值,您当前能量值为,请完成任务提升能量值
去查看任务