Jump to content

Search the Community

Showing results for tags 'crc'.

  • Search By Tags

    Type tags separated by commas.
  • Search By Author

Content Type


Forums

  • Our Community
    • Come on in!
  • News and Announcements
    • UniLogic 2021-- UniCloud IIoT Cloud Platform, EtherCAT & more!
    • VisiLogic: 9.9.00 - Protect Your Vision and Samba Systems with New Security Enhancements
    • New!!! ***** U90 Ladder*****
  • UniStream HMI + PLC Programmable Controllers & UniLogic Software
    • UniStream: Hardware
    • UniLogic Software
    • UniLogic UDFBs
    • Industry 4.0, IioT, MQTT, OPC UA
  • Vision, Samba, Jazz and M90 PLC + HMIs & Software
    • Vision & Samba PLC + HMI Controllers & VisiLogic Software
    • Jazz, M91 PLCs and U90Ladder
  • Motion! Servo Drives, Motors, Actuators, & VFDs by Unitronics
    • Motion: Unitronics Servo Drives, Motors, Actuators, VFDs--by Unitronics
  • UniCloud: the end-to-end IIoT Platform for Unitronics Controllers
    • Everything UniCloud!
  • Software Utilities
    • SD Card Suite
    • Remote Operator
    • Remote Access
    • DataXport and DataXls
    • UniDownloader
    • UniOPC
    • UniDDE
  • Utilities for .net and Visual Studio
    • Unitronics PCOM Protocol
    • COM Object ActiveX .dll
    • .NET driver
  • Project Design
    • ...I have a project...what hardware do I need?
  • User Application Stories
    • Just finished a great project?
  • Everything HMI!
    • UniLogic: HMI Design Inspiration
    • UniLogic: Graphics, from Community!
    • VisiLogic--HMI Design
  • Tips and Tricks
    • Best Programming Practices
    • Tips and Tricks
  • Job Board
    • Projects seeking Programmers
    • Programmers seeking Projects
  • General Discussion
    • We're Listening...
    • The Lounge
  • News and Announcements Copy

Calendars

  • Community Calendar

Blogs

  • Unitronics' Blog: PLCs, HMIs and more
  • Saragani's Blog
  • Simon's Blog
  • Ash Neilson's Blog
  • Joe Tauser's Blog
  • Unitronics en Español
  • Powered by AMPS
  • Alldrives UK's Blog
  • Unitronics, Howman Style
  • PLCNewbie's Blog
  • Telestar Automation Blog
  • Webinars Collection
  • Tim's Corner
  • Blog
  • TELESTAR (Italian)
  • i4 Automation
  • i4 Automation (UK)
  • Unistream UDFB's

Categories

  • From Headquarters: Sample Applications
    • From Headquarters: VisiLogic
    • From Unitronics: U90 Ladder applications
  • User-submitted Applications
    • From Users: VisiLogic applications
    • From Users: U90 Applications

Categories

  • Articles
    • Forum Integration
    • Frontpage
  • Pages
  • Miscellaneous
    • Databases
    • Templates
    • Media

Categories

  • New Features
  • Other

Find results in...

Find results that contain...


Date Created

  • Start

    End


Last Updated

  • Start

    End


Filter by number of...

Joined

  • Start

    End


Group


AIM


MSN


Website URL


ICQ


Yahoo


Jabber


Skype


Interests

Found 3 results

  1. Hi everyone, i'm new here, i'm working with plc, but i have unitronics usp-104-b10 on my desk up to now. unilogic version: 1.28.34 I need to solve crc checkum rs485 specific protocol of one noname thermostat. I tried it through message composer but it failed. Thermostat works, I tested it with com debug, connection is ok. Checksum definition: checksum = (header + command + id1 + id1 + data0 + data1 + data2 + data3) and FF xor 3C example: # H30 = (# H0B + # H00 + # H01 + # H00 + # H00 + # H00 + # H00 + # H00) & #HFF xor # H3C it should look like this: txBuffer = 0B 00 01 00 00 00 00 00 30 do you have any idea how to solve it?
  2. Hello everyone. I'm looking for a way to certify that a program running on a PLC is the same as some project file (.vlp). Some type of signature CRC. The tool "VisiDiff" doesn't support V130 nor V350. (the two versions that I use) I've found an SDW value tagged as "Signature Log Checksum", that I think is the key that I need, but this value is always 0, and the help doesn't say anything about it. Can anyone help? Regards, Javier.
  3. Hi, folks. After playing a lot with the PCOM ASCii requests with success I am trying to make binary requests. Here I faced some problems and doubts on the documentation: 1> Example 1 (MI request) states the following values: Header: [0..5] 2F 5F 4F 50 4C 43 -> /_OPLC [06] 00 -> Dest Addr [07] FE -> Reserved [08] 01 -> Reserved [09] 01 -> Docs says it should be 00 but examples values shows 01 !!! [10..11] 00 00 -> should be all 0s from 09..11 altogether [12] 4D -> 77 decimal "commmand code" [13..19] 00 00 00 00 00 01 00 -> Num of Groups; here I did not understand why the last byte is 00 if the count is 01. Is the byte order reversed in pairs? [20..21] 06 00 -> Data Length also use reversed byte order for "integer"? [22..23] F0 FC -> CRC; any specific byte order? Details: here I found something missing... 00 01 -> num bytes to be read ?? -> missing param FF -> reserved 255 01 00 -> 1st address; reversed byte order? Footer: FE FE -> CRC 5C -> "\" So my question is: despite the missing param in the example (Details[2] -> Oper Type), is there a byte order for addresses and the CRC? Thanks in advance. AD
×
×
  • Create New...