{"id":36541,"date":"2022-03-11T13:14:00","date_gmt":"2022-03-11T12:14:00","guid":{"rendered":"https:\/\/fhi.nl\/nieuws\/softwarestandaardisatie-wat-komt-daar-allemaal-bij-kijken\/"},"modified":"2024-07-10T13:32:18","modified_gmt":"2024-07-10T11:32:18","slug":"softwarestandaardisatie-wat-komt-daar-allemaal-bij-kijken","status":"publish","type":"news","link":"https:\/\/fhi.nl\/en\/news\/softwarestandaardisatie-wat-komt-daar-allemaal-bij-kijken\/","title":{"rendered":"Software standardization, what does it all involve?"},"content":{"rendered":"<header id=\"header\" class=\"header header--low\">\n\n\t\n\t\t\t<div class=\"header__background header__background--graphic\"><\/div>\n\t\n\t<div class=\"container\">\n\t\t<div class=\"header__content\">\n\t\t\t<div class=\"header__first header__first--alone\">\n\n\t\t\t\t\n\t\t\t\t\n\t\t\t\t\n\t\t\t\t<h1 class=\"header__title\" >\n\t\t\t\t\tSoftware standardization, what does it all involve?\t\t\t\t<\/h1>\n\n\t\t\t\t<div class=\"header__dots-line\">\n\t\t\t\t\t<svg width=\"431\" height=\"9\" viewbox=\"0 0 431 9\" fill=\"none\" xmlns=\"http:\/\/www.w3.org\/2000\/svg\"><path d=\"M430.799 4.192a1.136 1.136 0 1 1-2.272-.001 1.136 1.136 0 0 1 2.272 0Zm-27.272 0a1.135 1.135 0 1 1-2.27 0 1.135 1.135 0 0 1 2.27 0Zm-27.27 0a1.136 1.136 0 1 1-2.272-.001 1.136 1.136 0 0 1 2.272 0Zm-27.272 0a1.39 1.39 0 1 1-2.78 0 1.39 1.39 0 0 1 2.78 0Zm-27.78 0a1.645 1.645 0 1 1-3.29 0 1.645 1.645 0 0 1 3.29 0Zm-28.29 0a1.9 1.9 0 1 1-3.799 0 1.9 1.9 0 0 1 3.799 0Zm-28.799 0a2.154 2.154 0 1 1-4.308 0 2.154 2.154 0 0 1 4.308 0Zm-29.308 0a2.41 2.41 0 1 1-4.819 0 2.41 2.41 0 0 1 4.819 0Zm-29.819 0a2.663 2.663 0 1 1-5.326.001 2.663 2.663 0 0 1 5.326-.001Zm-30.327 0a2.919 2.919 0 1 1-5.837 0 2.919 2.919 0 0 1 5.837 0Zm-30.837 0a3.173 3.173 0 1 1-6.345.001 3.173 3.173 0 0 1 6.345 0Zm-31.346 0a3.428 3.428 0 1 1-6.856 0 3.428 3.428 0 0 1 6.856 0Zm-31.856 0a3.683 3.683 0 1 1-7.365 0 3.683 3.683 0 0 1 7.365 0Zm-32.365 0a3.937 3.937 0 1 1-7.875 0 3.937 3.937 0 0 1 7.875 0Zm-32.874 0a4.192 4.192 0 1 1-8.384 0 4.192 4.192 0 0 1 8.384 0Z\" fill=\"#FFF960\"\/><\/svg>\t\t\t\t<\/div>\n\n\t\t\t\t\n\t\t\t\t\n\t\t\t<\/div>\n\n\t\t\t\n\t\t<\/div>\n\t<\/div>\n<\/header>\n\n\n\n<div class=\"text bg--white\">\n\t<div class=\"container\">\n\t\t\t\t\t\t\t\t\t\t\t<div class=\"text__content text__content--1-col\">\n\t\t\t<p>Standardization (preferably multidisciplinary) is a hot topic these days. Different departments \u2013 such as hardware, software and WTB \u2013 jointly design standardized products. In this blog we focus on software standardization. What does this all entail? What should you pay attention to? We will explain a few aspects.<\/p>\r\n<p>Software standardization is ultimately always about making choices. In software, there is never one right solution to a problem or issue; there are always multiple right solutions. Then there is nothing difficult about it, you would think. But the fact that there are multiple possibilities makes it difficult to arrive at a software standard that everyone supports. Each solution has its own advantages and disadvantages and each software engineer has his own way of working. That makes it difficult.<\/p>\r\n<p>What issues do you have to make choices about? These include:<\/p>\r\n<ul>\r\n<li>Structure: what layers do I apply to the software?<\/li>\r\n<li>Naming\/identification agreements<\/li>\r\n<li>Alarm handling: how do you store the alarms? At what level do you store the alarms? And are all alarms of the entire project in one place, or are they in one place per machine part\/process part?<\/li>\r\n<li>Parameters: How and where do you store the parameters\/settings?<\/li>\r\n<li>HMI\/SCADA: Do I want to be able to operate all motors, valves, measurements, etc. separately, for example by means of a pop-up?<br \/>.<\/li>\r\n<\/ul>\r\n<h2><strong>Structure<\/strong><\/h2>\r\n<p>One of the first things you need to think about is the structure. How do I want to build the software? How do I want to divide the software, for example in sections or units? Or in a functional decomposition? To determine the structure of the software, there are guidelines that can help, such as ISA-S88 \/ PackML. If you are a machine builder, you can fully tailor the software to the machines you make. If you are a systems integrator, you can choose to create one software standard, which is flexible enough for different customers, with different machines\/processes. It is of course also possible to create a separate standard for each customer.<\/p>\r\n<p>In all cases, the bottom &#039;layer&#039; of an installation can always be standardized in the form of function building blocks. Think of motors, valves, etc. These are the control modules according to S88. After all, controlling a motor always works the same. With parameters (with or without brake, for example) you can use this function building block again and again, in all projects.<\/p>\r\n<p>Standardizing the layers above is usually a bit more difficult. The logic of a project is present in these layers, such as regulations and step-by-step processes. For a machine builder, these can already be predefined, but for a systems integrator this is more difficult. However, you can also standardize these layers in the form of a standard structure of the function building blocks of these layers. There may not be any logic in it yet, but the structure and design have already been determined. And that is already worth a lot.<br \/>.<\/p>\r\n<h2><strong>Dates<\/strong><\/h2>\r\n<p>It is good to make agreements about naming\/variables, for example. Do you let all inputs of a function building block start with a lowercase &#039;i&#039;, and the outputs with an &#039;o&#039;? Or do the variables start with a code that shows what type it is (e.g. the &#039;b&#039; for a boolean and &#039;i&#039; for an integer). Do you then use underscores in variables or do you write the\u00a0<a href=\"https:\/\/nl.wikipedia.org\/wiki\/CamelCase\">CamelCase<\/a>\u00a0(so either &#039;Pump_Auto_Start&#039; or &#039;PumpAutoStart&#039;)?<\/p>\r\n<p>Other names also play an important role. For example, the names for the variables that are used for the connection to I\/O. And what about names of functions and function building blocks?<\/p>\r\n<p>Other matters you can make agreements about:<\/p>\r\n<ul>\r\n<li>In which language is programming done?<\/li>\r\n<li>Commenting of variables<\/li>\r\n<li>Comment and title on a network<\/li>\r\n<li>Mixed languages in one function building block yes\/no<\/li>\r\n<li>Whether or not to use global variables in a function building block<\/li>\r\n<li>Etc.<br \/>.<\/li>\r\n<\/ul>\r\n<h2><strong>Functional questions<\/strong><\/h2>\r\n<p>There are also functional issues that you need to think about. For example, do you want to be able to operate all control modules separately from HMI\/SCADA? This could be done using a pop-up. On the pop-up screen, it is possible to put a motor in manual mode, so that the motor can be switched on and off from the pop-up. The following questions could then arise: can I switch the motor on in manual mode if there are alarms? Can I simply adjust the parameters of the motor or do I need to be logged in with a certain level? These are all functional questions, and it is useful to answer them in the preliminary phase of standardisation.<br \/>.<\/p>\r\n<h2><strong>Hardware<\/strong><\/h2>\r\n<p>You also need to think carefully about the hardware. For example, you do not want to create multiple standard function building blocks for different brands of frequency controllers. It is better to choose two brands and set up the software for them. Then the customer still has some choice. If the customer really wants a different brand, that is of course still possible. However, you cannot use your standard function building blocks, which results in a longer lead time for the project.<br \/>.<\/p>\r\n<h2><strong>Finally: cutting the knot<\/strong><\/h2>\r\n<p>We can conclude that defining a standard for a software department, which everyone supports, is certainly feasible. You can discuss certain choices for a long time. This is good, but at some point decisions have to be made. It is therefore important that a responsible person is appointed who can and may make decisions.<\/p>\r\n<p>If at some point a standard is created that is supported by everyone, then the engineers will be able to invest more time in the &#039;specials&#039; of a project. They no longer have to think about the &#039;standard&#039; software, they can rely on it. This benefits the quality and indirectly also in reducing the number of faults (think of the fault service). Do you already have a widely supported software standard? Or do you need a sparring partner in setting up a standard?<\/p>\r\n<p>We regularly give webinars on this topic. Interesting? Join us!<\/p>\t\t<\/div>\n\t<\/div>\n<\/div>\r\n\t<div class=\"articles bg--offwhite automatic\">\r\n\t\t<div class=\"container\">\r\n\t\t\t<div class=\"articles__header\">\r\n\t\t\t\t\t\t\t\t\t<div class='heading-wrapper'><svg width=\"13\" height=\"13\" viewbox=\"0 0 13 13\" fill=\"none\" xmlns=\"http:\/\/www.w3.org\/2000\/svg\"><circle cx=\"6.394\" cy=\"6.5\" r=\"6.394\" fill=\"#000\"\/><\/svg><h2>Related articles<\/h2><\/div>\t\t\t\t\t\t\t\t\t\t\t\t\t<a href=\"\/en\/profiel\/yellax-nederland-b-v\/\" class=\"button button--outline\">view profile<\/a>\r\n\t\t\t\t\t\t\t<\/div>\r\n\t\t\t\t\t\t<div class=\"post-grid post-grid--no-padding\">\r\n\t\t\t\t\n<a class=\"single-item single-item__articles\" href=\"https:\/\/fhi.nl\/en\/news\/signaltec-mcts-ii-multi-channel-current-transducer-system\/\" data-id=\"60675\">\n\t<div class=\"single-item__articles-icon\">\n\t\t<svg width=\"103\" height=\"103\" viewbox=\"0 0 103 103\" fill=\"none\" xmlns=\"http:\/\/www.w3.org\/2000\/svg\">\n<path fill-rule=\"evenodd\" clip-rule=\"evenodd\" d=\"M49.5 98.9587V82.3076C33.3844 81.2758 20.6328 67.878 20.6328 51.5019C20.6328 35.1258 33.3844 21.728 49.5 20.6962V4.04134C24.1941 5.08952 4 25.9365 4 51.5C4 77.0635 24.1941 97.9105 49.5 98.9587ZM53.5 78.2983V61.8096H76.3238C72.5238 70.9498 63.8222 77.5397 53.5 78.2983ZM49.5 78.298V61.8096H26.681C30.4804 70.9484 39.1799 77.5377 49.5 78.298ZM47.0728 57.8096H25.3773C24.8906 55.7865 24.6328 53.6743 24.6328 51.5019C24.6328 37.3358 35.5955 25.7301 49.5 24.7058V37.013H34.0466C33.2709 37.013 32.5653 37.4615 32.2359 38.1637C31.9065 38.8659 32.0128 39.6952 32.5086 40.2916L47.0728 57.8096ZM55.9249 57.8096H77.6274C78.1141 55.7865 78.3719 53.6743 78.3719 51.5019C78.3719 37.3342 67.4068 25.7275 53.5 24.7055V37.013H68.9511C69.7268 37.013 70.4324 37.4615 70.7618 38.1637C71.0912 38.8659 70.9849 39.6952 70.4891 40.2916L55.9249 57.8096ZM53.5 82.3079V98.9587C78.8059 97.9105 99 77.0635 99 51.5C99 25.9365 78.8059 5.08952 53.5 4.04134V20.6959C69.6178 21.7254 82.3719 35.1242 82.3719 51.5019C82.3719 67.8796 69.6178 81.2784 53.5 82.3079ZM0 51.5C0 23.7271 21.9843 1.08883 49.5 0.0381213V0H51.5H53.5V0.0381213C81.0157 1.08883 103 23.7271 103 51.5C103 79.9427 79.9427 103 51.5 103C23.0573 103 0 79.9427 0 51.5ZM38.3102 41.013H64.6875L51.4989 56.8765L38.3102 41.013Z\" fill=\"#2DD881\"\/>\n<\/svg>\n\t<\/div>\n\t<div class=\"single-item__articles-title\"><div class='heading-wrapper'><h3>Signaltec MCTS II Multi Channel Current Transducer System<\/h3><\/div><\/div>\n\t<div class=\"single-item__articles-terms\">\n\t\t\n\t\t\n\t\t\t\t\t\t<span class=\"button button--outline single-item__articles-term--branche single-item__articles-term\">Industrial Electronics<\/span>\n\t\t\t\t\t\t\t\t<span class=\"button button--outline single-item__articles-term--branche single-item__articles-term\">Power Electronics &amp; Energy Storage<\/span>\n\t\t\t\t\t\t\t\t<span class=\"button button--outline single-item__articles-term--branche single-item__articles-term\">Electronics manufacturing<\/span>\n\t\t\t\t\t\t\t\t<span class=\"button button--outline single-item__articles-term--branche single-item__articles-term\">Test and measuring equipment<\/span>\n\t\t\t\t\t<\/div>\n\t<div class=\"single-item__articles-author-date-wrapper\">\n\t\t\t\t\t<div class=\"single-item__articles-author\">\n\t\t\t\tTT&amp;MS\t\t\t<\/div>\n\t\t\t\t\t\t\t<div class=\"single-item__articles-date\">\n\t\t\t\tDecember 10, 2024\t\t\t<\/div>\n\t\t\t<\/div>\n<\/a>\n\n<a class=\"single-item single-item__articles\" href=\"https:\/\/fhi.nl\/en\/news\/vlinderkleppen-voor-kritische-omstandigheden\/\" data-id=\"43826\">\n\t<div class=\"single-item__articles-icon\">\n\t\t\t<\/div>\n\t<div class=\"single-item__articles-title\"><div class='heading-wrapper'><h3>Butterfly valves for critical conditions<\/h3><\/div><\/div>\n\t<div class=\"single-item__articles-terms\">\n\t\t\n\t\t\n\t\t\t\t\t\t<span class=\"button button--outline single-item__articles-term--branche single-item__articles-term\">Industrial automation<\/span>\n\t\t\t\t\t\t\t\t<span class=\"button button--outline single-item__articles-term--branche single-item__articles-term\">World of Industry, Technology &amp; Science<\/span>\n\t\t\t\t\t\t\t\t<span class=\"button button--outline single-item__articles-term--branche single-item__articles-term\">Members content<\/span>\n\t\t\t\t\t<\/div>\n\t<div class=\"single-item__articles-author-date-wrapper\">\n\t\t\t\t\t<div class=\"single-item__articles-author\">\n\t\t\t\tSAMSON REGELTECHNIEK BV\t\t\t<\/div>\n\t\t\t\t\t\t\t<div class=\"single-item__articles-date\">\n\t\t\t\tAugust 7, 2019\t\t\t<\/div>\n\t\t\t<\/div>\n<\/a>\n\t\t\t<\/div>\r\n\t\t<\/div>\r\n\t<\/div>","protected":false},"excerpt":{"rendered":"<p>Standardization (preferably multidisciplinary) is a hot topic these days. Different departments \u2013 such as hardware, software and WTB \u2013 jointly design standardized products. In this blog we focus on software standardization. What does this all entail? What should you pay attention to? We will explain a few aspects.<\/p>","protected":false},"featured_media":36542,"template":"","branches":[],"events":[354],"secretariat":[],"categories":[],"themes_tax":[],"content_types":[514],"class_list":["post-36541","news","type-news","status-publish","has-post-thumbnail","hentry"],"acf":[],"yoast_head":"<!-- This site is optimized with the Yoast SEO plugin v28.1 - https:\/\/yoast.com\/product\/yoast-seo-wordpress\/ -->\n<title>Softwarestandaardisatie<\/title>\n<meta name=\"description\" content=\"Standaardiseren (het liefst multidisciplinair) is tegenwoordig een hot item. Wat komt hier allemaal bij kijken? Waar moet je op letten?\" \/>\n<meta name=\"robots\" content=\"index, follow, max-snippet:-1, max-image-preview:large, max-video-preview:-1\" \/>\n<link rel=\"canonical\" href=\"https:\/\/www.yellax.com\/blog\/softwarestandaardisatie-wat-komt-daar-allemaal-bij-kijken\/\" \/>\n<meta property=\"og:locale\" content=\"en_GB\" \/>\n<meta property=\"og:type\" content=\"article\" \/>\n<meta property=\"og:title\" content=\"Softwarestandaardisatie\" \/>\n<meta property=\"og:description\" content=\"Standaardiseren (het liefst multidisciplinair) is tegenwoordig een hot item. Wat komt hier allemaal bij kijken? Waar moet je op letten?\" \/>\n<meta property=\"og:url\" content=\"https:\/\/www.yellax.com\/blog\/softwarestandaardisatie-wat-komt-daar-allemaal-bij-kijken\/\" \/>\n<meta property=\"og:site_name\" content=\"FHI, federatie van technologiebranches\" \/>\n<meta property=\"article:modified_time\" content=\"2024-07-10T11:32:18+00:00\" \/>\n<meta property=\"og:image\" content=\"https:\/\/fhi.nl\/app\/uploads\/news\/ea080773cefd4a0c625cbe0c7f80c079-yellax-03.jpg\" \/>\n\t<meta property=\"og:image:width\" content=\"605\" \/>\n\t<meta property=\"og:image:height\" content=\"326\" \/>\n\t<meta property=\"og:image:type\" content=\"image\/jpeg\" \/>\n<meta name=\"twitter:card\" content=\"summary_large_image\" \/>\n<script type=\"application\/ld+json\" class=\"yoast-schema-graph\">{\"@context\":\"https:\\\/\\\/schema.org\",\"@graph\":[{\"@type\":\"WebPage\",\"@id\":\"https:\\\/\\\/fhi.nl\\\/nieuws\\\/softwarestandaardisatie-wat-komt-daar-allemaal-bij-kijken\\\/\",\"url\":\"https:\\\/\\\/www.yellax.com\\\/blog\\\/softwarestandaardisatie-wat-komt-daar-allemaal-bij-kijken\\\/\",\"name\":\"Softwarestandaardisatie\",\"isPartOf\":{\"@id\":\"https:\\\/\\\/fhi.nl\\\/#website\"},\"primaryImageOfPage\":{\"@id\":\"https:\\\/\\\/www.yellax.com\\\/blog\\\/softwarestandaardisatie-wat-komt-daar-allemaal-bij-kijken\\\/#primaryimage\"},\"image\":{\"@id\":\"https:\\\/\\\/www.yellax.com\\\/blog\\\/softwarestandaardisatie-wat-komt-daar-allemaal-bij-kijken\\\/#primaryimage\"},\"thumbnailUrl\":\"https:\\\/\\\/fhi.nl\\\/app\\\/uploads\\\/news\\\/ea080773cefd4a0c625cbe0c7f80c079-yellax-03.jpg\",\"datePublished\":\"2022-03-11T12:14:00+00:00\",\"dateModified\":\"2024-07-10T11:32:18+00:00\",\"description\":\"Standaardiseren (het liefst multidisciplinair) is tegenwoordig een hot item. Wat komt hier allemaal bij kijken? Waar moet je op letten?\",\"breadcrumb\":{\"@id\":\"https:\\\/\\\/www.yellax.com\\\/blog\\\/softwarestandaardisatie-wat-komt-daar-allemaal-bij-kijken\\\/#breadcrumb\"},\"inLanguage\":\"en-GB\",\"potentialAction\":[{\"@type\":\"ReadAction\",\"target\":[\"https:\\\/\\\/www.yellax.com\\\/blog\\\/softwarestandaardisatie-wat-komt-daar-allemaal-bij-kijken\\\/\"]}]},{\"@type\":\"ImageObject\",\"inLanguage\":\"en-GB\",\"@id\":\"https:\\\/\\\/www.yellax.com\\\/blog\\\/softwarestandaardisatie-wat-komt-daar-allemaal-bij-kijken\\\/#primaryimage\",\"url\":\"https:\\\/\\\/fhi.nl\\\/app\\\/uploads\\\/news\\\/ea080773cefd4a0c625cbe0c7f80c079-yellax-03.jpg\",\"contentUrl\":\"https:\\\/\\\/fhi.nl\\\/app\\\/uploads\\\/news\\\/ea080773cefd4a0c625cbe0c7f80c079-yellax-03.jpg\",\"width\":605,\"height\":326},{\"@type\":\"BreadcrumbList\",\"@id\":\"https:\\\/\\\/www.yellax.com\\\/blog\\\/softwarestandaardisatie-wat-komt-daar-allemaal-bij-kijken\\\/#breadcrumb\",\"itemListElement\":[{\"@type\":\"ListItem\",\"position\":1,\"name\":\"Home\",\"item\":\"https:\\\/\\\/fhi.nl\\\/\"},{\"@type\":\"ListItem\",\"position\":2,\"name\":\"Nieuws\",\"item\":\"https:\\\/\\\/fhi.nl\\\/nieuws\\\/\"},{\"@type\":\"ListItem\",\"position\":3,\"name\":\"Softwarestandaardisatie, wat komt daar allemaal bij kijken?\"}]},{\"@type\":\"WebSite\",\"@id\":\"https:\\\/\\\/fhi.nl\\\/#website\",\"url\":\"https:\\\/\\\/fhi.nl\\\/\",\"name\":\"FHI, federatie van technologiebranches\",\"description\":\"Nederlandse branchevereniging voor technologiebranches\",\"publisher\":{\"@id\":\"https:\\\/\\\/fhi.nl\\\/#organization\"},\"potentialAction\":[{\"@type\":\"SearchAction\",\"target\":{\"@type\":\"EntryPoint\",\"urlTemplate\":\"https:\\\/\\\/fhi.nl\\\/?s={search_term_string}\"},\"query-input\":{\"@type\":\"PropertyValueSpecification\",\"valueRequired\":true,\"valueName\":\"search_term_string\"}}],\"inLanguage\":\"en-GB\"},{\"@type\":\"Organization\",\"@id\":\"https:\\\/\\\/fhi.nl\\\/#organization\",\"name\":\"FHI, federatie van technologiebranches\",\"url\":\"https:\\\/\\\/fhi.nl\\\/\",\"logo\":{\"@type\":\"ImageObject\",\"inLanguage\":\"en-GB\",\"@id\":\"https:\\\/\\\/fhi.nl\\\/#\\\/schema\\\/logo\\\/image\\\/\",\"url\":\"https:\\\/\\\/fhi.nl\\\/app\\\/uploads\\\/2024\\\/06\\\/3-e1722349014385.png\",\"contentUrl\":\"https:\\\/\\\/fhi.nl\\\/app\\\/uploads\\\/2024\\\/06\\\/3-e1722349014385.png\",\"width\":732,\"height\":136,\"caption\":\"FHI, federatie van technologiebranches\"},\"image\":{\"@id\":\"https:\\\/\\\/fhi.nl\\\/#\\\/schema\\\/logo\\\/image\\\/\"},\"sameAs\":[\"https:\\\/\\\/www.linkedin.com\\\/company\\\/fhi-federation-of-technology-branches\",\"https:\\\/\\\/www.instagram.com\\\/fhi_nl\\\/\"]}]}<\/script>\n<!-- \/ Yoast SEO plugin. -->","yoast_head_json":{"title":"Software standardization","description":"Standardization (preferably multidisciplinary) is a hot topic these days. What does it all entail? What should you pay attention to?","robots":{"index":"index","follow":"follow","max-snippet":"max-snippet:-1","max-image-preview":"max-image-preview:large","max-video-preview":"max-video-preview:-1"},"canonical":"https:\/\/www.yellax.com\/blog\/softwarestandaardisatie-wat-komt-daar-allemaal-bij-kijken\/","og_locale":"en_GB","og_type":"article","og_title":"Softwarestandaardisatie","og_description":"Standaardiseren (het liefst multidisciplinair) is tegenwoordig een hot item. Wat komt hier allemaal bij kijken? Waar moet je op letten?","og_url":"https:\/\/www.yellax.com\/blog\/softwarestandaardisatie-wat-komt-daar-allemaal-bij-kijken\/","og_site_name":"FHI, federatie van technologiebranches","article_modified_time":"2024-07-10T11:32:18+00:00","og_image":[{"width":605,"height":326,"url":"https:\/\/fhi.nl\/app\/uploads\/news\/ea080773cefd4a0c625cbe0c7f80c079-yellax-03.jpg","type":"image\/jpeg"}],"twitter_card":"summary_large_image","schema":{"@context":"https:\/\/schema.org","@graph":[{"@type":"WebPage","@id":"https:\/\/fhi.nl\/nieuws\/softwarestandaardisatie-wat-komt-daar-allemaal-bij-kijken\/","url":"https:\/\/www.yellax.com\/blog\/softwarestandaardisatie-wat-komt-daar-allemaal-bij-kijken\/","name":"Software standardization","isPartOf":{"@id":"https:\/\/fhi.nl\/#website"},"primaryImageOfPage":{"@id":"https:\/\/www.yellax.com\/blog\/softwarestandaardisatie-wat-komt-daar-allemaal-bij-kijken\/#primaryimage"},"image":{"@id":"https:\/\/www.yellax.com\/blog\/softwarestandaardisatie-wat-komt-daar-allemaal-bij-kijken\/#primaryimage"},"thumbnailUrl":"https:\/\/fhi.nl\/app\/uploads\/news\/ea080773cefd4a0c625cbe0c7f80c079-yellax-03.jpg","datePublished":"2022-03-11T12:14:00+00:00","dateModified":"2024-07-10T11:32:18+00:00","description":"Standardization (preferably multidisciplinary) is a hot topic these days. What does it all entail? What should you pay attention to?","breadcrumb":{"@id":"https:\/\/www.yellax.com\/blog\/softwarestandaardisatie-wat-komt-daar-allemaal-bij-kijken\/#breadcrumb"},"inLanguage":"en-GB","potentialAction":[{"@type":"ReadAction","target":["https:\/\/www.yellax.com\/blog\/softwarestandaardisatie-wat-komt-daar-allemaal-bij-kijken\/"]}]},{"@type":"ImageObject","inLanguage":"en-GB","@id":"https:\/\/www.yellax.com\/blog\/softwarestandaardisatie-wat-komt-daar-allemaal-bij-kijken\/#primaryimage","url":"https:\/\/fhi.nl\/app\/uploads\/news\/ea080773cefd4a0c625cbe0c7f80c079-yellax-03.jpg","contentUrl":"https:\/\/fhi.nl\/app\/uploads\/news\/ea080773cefd4a0c625cbe0c7f80c079-yellax-03.jpg","width":605,"height":326},{"@type":"BreadcrumbList","@id":"https:\/\/www.yellax.com\/blog\/softwarestandaardisatie-wat-komt-daar-allemaal-bij-kijken\/#breadcrumb","itemListElement":[{"@type":"ListItem","position":1,"name":"Home","item":"https:\/\/fhi.nl\/"},{"@type":"ListItem","position":2,"name":"Nieuws","item":"https:\/\/fhi.nl\/nieuws\/"},{"@type":"ListItem","position":3,"name":"Softwarestandaardisatie, wat komt daar allemaal bij kijken?"}]},{"@type":"WebSite","@id":"https:\/\/fhi.nl\/#website","url":"https:\/\/fhi.nl\/","name":"FHI, federation of technology industries","description":"Dutch trade association for technology industries","publisher":{"@id":"https:\/\/fhi.nl\/#organization"},"potentialAction":[{"@type":"SearchAction","target":{"@type":"EntryPoint","urlTemplate":"https:\/\/fhi.nl\/?s={search_term_string}"},"query-input":{"@type":"PropertyValueSpecification","valueRequired":true,"valueName":"search_term_string"}}],"inLanguage":"en-GB"},{"@type":"Organization","@id":"https:\/\/fhi.nl\/#organization","name":"FHI, federation of technology industries","url":"https:\/\/fhi.nl\/","logo":{"@type":"ImageObject","inLanguage":"en-GB","@id":"https:\/\/fhi.nl\/#\/schema\/logo\/image\/","url":"https:\/\/fhi.nl\/app\/uploads\/2024\/06\/3-e1722349014385.png","contentUrl":"https:\/\/fhi.nl\/app\/uploads\/2024\/06\/3-e1722349014385.png","width":732,"height":136,"caption":"FHI, federatie van technologiebranches"},"image":{"@id":"https:\/\/fhi.nl\/#\/schema\/logo\/image\/"},"sameAs":["https:\/\/www.linkedin.com\/company\/fhi-federation-of-technology-branches","https:\/\/www.instagram.com\/fhi_nl\/"]}]}},"_links":{"self":[{"href":"https:\/\/fhi.nl\/en\/wp-json\/wp\/v2\/news\/36541","targetHints":{"allow":["GET"]}}],"collection":[{"href":"https:\/\/fhi.nl\/en\/wp-json\/wp\/v2\/news"}],"about":[{"href":"https:\/\/fhi.nl\/en\/wp-json\/wp\/v2\/types\/news"}],"version-history":[{"count":0,"href":"https:\/\/fhi.nl\/en\/wp-json\/wp\/v2\/news\/36541\/revisions"}],"wp:featuredmedia":[{"embeddable":true,"href":"https:\/\/fhi.nl\/en\/wp-json\/wp\/v2\/media\/36542"}],"wp:attachment":[{"href":"https:\/\/fhi.nl\/en\/wp-json\/wp\/v2\/media?parent=36541"}],"wp:term":[{"taxonomy":"branches","embeddable":true,"href":"https:\/\/fhi.nl\/en\/wp-json\/wp\/v2\/branches?post=36541"},{"taxonomy":"events","embeddable":true,"href":"https:\/\/fhi.nl\/en\/wp-json\/wp\/v2\/events?post=36541"},{"taxonomy":"secretariat","embeddable":true,"href":"https:\/\/fhi.nl\/en\/wp-json\/wp\/v2\/secretariat?post=36541"},{"taxonomy":"categories","embeddable":true,"href":"https:\/\/fhi.nl\/en\/wp-json\/wp\/v2\/categories?post=36541"},{"taxonomy":"themes","embeddable":true,"href":"https:\/\/fhi.nl\/en\/wp-json\/wp\/v2\/themes_tax?post=36541"},{"taxonomy":"content_types","embeddable":true,"href":"https:\/\/fhi.nl\/en\/wp-json\/wp\/v2\/content_types?post=36541"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}